diff --git a/Cargo.toml b/Cargo.toml index 3abd164..9e2fe45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ if-addrs = "0.13.0" rand = "0.8.5" chrono = "0.4.38" serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.117" +serde_json = "1.0.119" reqwest = "0.12.5" tokio = { version = "1.38.0", features=["macros", "rt-multi-thread"] } futures = "0.3.30"