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 72f0386 commit ddb9d10Copy full SHA for ddb9d10
1 file changed
Cargo.toml
@@ -54,7 +54,7 @@ prometheus = "0.14.0"
54
prost = "0.13.1"
55
rand = "0.9.0"
56
reqwest = { version = "0.12.7", default-features = false, features = ["rustls-tls-native-roots"] }
57
-schemars = { version = "0.8.21", features = ["chrono"] }
+schemars = { version = "1.0.0", features = ["chrono"] }
58
serde = { version = "1.0.208", features = ["derive"] }
59
serde_json = "1.0.125"
60
serde-xml-rs = "0.8.0"
0 commit comments