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 dbe1cb7 commit d3f002bCopy full SHA for d3f002b
Cargo.toml
@@ -22,7 +22,7 @@ slog = { version = "2.7" }
22
slog-async = { version = "2.8" }
23
slog-term = { version = "2.9" }
24
tokio = { version = "1.46", features = [ "full" ] }
25
-uuid = { version = "1.18.0", features = ["serde", "v4"] }
+uuid = { version = "1.18.1", features = ["serde", "v4"] }
26
chrono = "0.4.41"
27
reqwest = { version = "0.12.23", features = ["blocking", "json"] }
28
unicase = { version = "2.8.1" }
0 commit comments