diff --git a/Cargo.toml b/Cargo.toml index 62b8d55..3e44149 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ chrono = { version = "0.4.38", features = ["serde"] }#, optional = true } chrono-tz = { version = "0.9.0", features = ["serde"] }#, optional = true } reqwest = { version = "0.12.3", features = ["json"] } serde = { version = "1.0.197", features = ["derive"] } -serde_json = "1.0.115" +serde_json = "1.0.116" uuid = { version = "1.8.0", features = ["v4", "fast-rng", "macro-diagnostics"] } [features]