From edaebfa9b4310fcde1ec0321b66971510ccfa5b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 16:01:04 +0000 Subject: [PATCH] Update schemars requirement from 0.8 to 1.0 Updates the requirements on [schemars](https://github.com/GREsau/schemars) to permit the latest version. - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](https://github.com/GREsau/schemars/compare/v0.8.0...v1.0.0) --- updated-dependencies: - dependency-name: schemars 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 edd3f53..0fa8b66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ prost = { version = "0.13", default-features = false, features bytes = { version = "1.2", default-features = false } tonic = { version = "0.13.0", default-features = false, optional = true } serde = { version = "1.0", default-features = false, optional = true } -schemars = { version = "0.8", optional = true } +schemars = { version = "1.0", optional = true } subtle-encoding = { version = "0.5", default-features = false } base64 = { version = "0.22", default-features = false, features = ["alloc"] } flex-error = { version = "0.4", default-features = false }