We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 838f794 commit 75a9ee6Copy full SHA for 75a9ee6
Cargo.toml
@@ -25,7 +25,7 @@ bitwarden-generators = { git = "https://github.com/bitwarden/sdk-internal.git",
25
bitwarden-sm = { git = "https://github.com/bitwarden/sdk-internal.git", rev = "49d027c1f5144d6d319e3cab56782f8b844cd8c2" }
26
27
log = "0.4.20"
28
-schemars = { version = ">=0.8.9, <0.9", features = ["uuid1", "chrono"] }
+schemars = { version = ">=0.8.9, <1.1", features = ["uuid1", "chrono"] }
29
tokio = { version = "1.36.0", features = ["macros"] }
30
31
[workspace.lints.clippy]
0 commit comments