From d46f056258b490a336bc77720857507a1fb2af79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 20:18:51 +0000 Subject: [PATCH] Update litrs requirement from 0.4 to 0.5 Updates the requirements on [litrs](https://github.com/LukasKalbertodt/litrs) to permit the latest version. - [Release notes](https://github.com/LukasKalbertodt/litrs/releases) - [Changelog](https://github.com/LukasKalbertodt/litrs/blob/main/CHANGELOG.md) - [Commits](https://github.com/LukasKalbertodt/litrs/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: litrs dependency-version: 0.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb52074..8695917 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ include = ["/Cargo.toml", "/LICENSE", "/README.md", "/src/**", "/tests/**"] syn = { version = "2.0", features = ["full"] } proc-macro2 = "1.0" quote = "1.0" -litrs = "0.4" +litrs = "0.5" [lib] proc-macro = true