From fa2984973c44a848f74a3fda0968a1336aadc258 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 18:03:20 +0000 Subject: [PATCH] [deps]: Update Rust crate schemars to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65ec25ac5..fbce6e43f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ bitwarden-generators = { git = "https://github.com/bitwarden/sdk-internal.git", bitwarden-sm = { git = "https://github.com/bitwarden/sdk-internal.git", rev = "49d027c1f5144d6d319e3cab56782f8b844cd8c2" } log = "0.4.20" -schemars = { version = ">=0.8.9, <0.9", features = ["uuid1", "chrono"] } +schemars = { version = ">=0.8.9, <1.1", features = ["uuid1", "chrono"] } tokio = { version = "1.36.0", features = ["macros"] } [workspace.lints.clippy]