diff --git a/Cargo.toml b/Cargo.toml index 38d1425..72e1225 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ if-addrs = "0.11.1" rand = "0.8.5" chrono = "0.4.35" serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.114" +serde_json = "1.0.115" reqwest = "0.12.2" tokio = { version = "1.36.0", features=["macros", "rt-multi-thread"] } futures = "0.3.30"