From d9885af0bc564b1161c59ea8af9ff691930117bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 17:22:19 +0000 Subject: [PATCH] Update litrs requirement from 0.4 to 1.0 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...v1.0.0) --- updated-dependencies: - dependency-name: litrs dependency-version: 1.0.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..52e7bf3 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 = "1.0" [lib] proc-macro = true