diff --git a/Cargo.toml b/Cargo.toml index 63e797a..f65752f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ chrono = { version = "0.4.31", features = ["serde"] }#, optional = true } chrono-tz = { version = "0.8.5", features = ["serde"] }#, optional = true } reqwest = { version = "0.11.23", features = ["json"] } serde = { version = "1.0.193", features = ["derive"] } -serde_json = "1.0.109" +serde_json = "1.0.110" uuid = { version = "1.6.1", features = ["v4", "fast-rng", "macro-diagnostics"] } [features]