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 d070e3a commit 3cc0796Copy full SHA for 3cc0796
Cargo.toml
@@ -19,19 +19,19 @@ serde_json = "1.0"
19
regress = "0.10"
20
futures = "0.3"
21
chrono = { version = "0.4", features = ["serde"] }
22
-uuid = { version = "1.0", features = ["serde", "v4"] }
+uuid = { version = "1.17", features = ["serde", "v4"] }
23
thiserror = "1.0"
24
25
[build-dependencies]
26
progenitor = "0.11.0"
27
progenitor-impl = "0.11.0"
28
serde_json = "1.0"
29
serde_yaml = "0.9"
30
-openapiv3 = "2.0"
+openapiv3 = "2.2"
31
syn = "2.0"
32
prettyplease = "0.2"
33
reqwest = { version = "0.12", features = ["blocking", "json"] }
34
-zip = "2.1"
+zip = "2.4"
35
36
[dev-dependencies]
37
-tokio = { version = "1.0", features = ["full"] }
+tokio = { version = "1.46", features = ["full"] }
0 commit comments