Skip to content

Commit d3f002b

Browse files
Update Rust crate uuid to 1.18.1
1 parent dbe1cb7 commit d3f002b

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
@@ -22,7 +22,7 @@ slog = { version = "2.7" }
2222
slog-async = { version = "2.8" }
2323
slog-term = { version = "2.9" }
2424
tokio = { version = "1.46", features = [ "full" ] }
25-
uuid = { version = "1.18.0", features = ["serde", "v4"] }
25+
uuid = { version = "1.18.1", features = ["serde", "v4"] }
2626
chrono = "0.4.41"
2727
reqwest = { version = "0.12.23", features = ["blocking", "json"] }
2828
unicase = { version = "2.8.1" }

0 commit comments

Comments
 (0)