diff --git a/Cargo.lock b/Cargo.lock index 0bb8aa7..27e2d0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2523,9 +2523,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.114" +version = "1.0.116" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" +checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813" dependencies = [ "itoa 1.0.10", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 7c94141..7a5f370 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ reqwest = { version = "0.11.24", default-features = false, features = ["blocking secrecy = { version = "0.8.0", features = ["alloc", "serde"] } serde = { version = "1.0.197", features = ["derive"] } serde_derive = "1.0.163" -serde_json = "1.0.114" +serde_json = "1.0.116" signal-hook = "0.3.15" threadpool = "1.8.1"