Skip to content

Commit 75a9ee6

Browse files
[deps]: Update Rust crate schemars to v1
1 parent 838f794 commit 75a9ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bitwarden-generators = { git = "https://github.com/bitwarden/sdk-internal.git",
2525
bitwarden-sm = { git = "https://github.com/bitwarden/sdk-internal.git", rev = "49d027c1f5144d6d319e3cab56782f8b844cd8c2" }
2626

2727
log = "0.4.20"
28-
schemars = { version = ">=0.8.9, <0.9", features = ["uuid1", "chrono"] }
28+
schemars = { version = ">=0.8.9, <1.1", features = ["uuid1", "chrono"] }
2929
tokio = { version = "1.36.0", features = ["macros"] }
3030

3131
[workspace.lints.clippy]

0 commit comments

Comments
 (0)