diff --git a/Cargo.lock b/Cargo.lock index 7ff93f7..32e6824 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -751,9 +751,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.132" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" +checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" dependencies = [ "itoa 1.0.1", "memchr", diff --git a/sns-discord/Cargo.toml b/sns-discord/Cargo.toml index ffce1af..7fb700b 100644 --- a/sns-discord/Cargo.toml +++ b/sns-discord/Cargo.toml @@ -12,5 +12,5 @@ tokio = "1.19.2" hyper = { version = "0.14.23", features = ["client", "http2", "http1"] } hyper-rustls = "0.23.2" serde = "1.0.214" -serde_json = "1.0.132" +serde_json = "1.0.133" once_cell = "1.20.1"