diff --git a/Cargo.toml b/Cargo.toml index 6dcd44f..917c990 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ chrono-tz = { version = "0.8.6", features = ["serde"] }#, optional = true } reqwest = { version = "0.11.26", features = ["json"] } serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.114" -uuid = { version = "1.7.0", features = ["v4", "fast-rng", "macro-diagnostics"] } +uuid = { version = "1.8.0", features = ["v4", "fast-rng", "macro-diagnostics"] } [features] #chrono = ["dep:chrono", "dep:chrono-tz"] \ No newline at end of file