diff --git a/Cargo.toml b/Cargo.toml index 4abe08b..9e3a9db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,4 +30,4 @@ slog-term = { version = "2.9" } tokio = { version = "1.46", features = [ "full" ] } trait-variant = { version = "0.1.2" } unicase = { version = "2.8.1" } -uuid = { version = "1.18.0", features = ["serde", "v4"] } +uuid = { version = "1.18.1", features = ["serde", "v4"] }