diff --git a/Cargo.toml b/Cargo.toml index 73b6177..36bd1bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ chrono-tz = { version = "0.8.4", features = ["serde"] }#, optional = true } reqwest = { version = "0.11.22", features = ["json"] } serde = { version = "1.0.192", features = ["derive"] } serde_json = "1.0.108" -uuid = { version = "1.6.0", features = ["v4", "fast-rng", "macro-diagnostics"] } +uuid = { version = "1.6.1", features = ["v4", "fast-rng", "macro-diagnostics"] } [features] #chrono = ["dep:chrono", "dep:chrono-tz"] \ No newline at end of file