diff --git a/Cargo.lock b/Cargo.lock index a424e9d..5731b52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,9 +275,9 @@ checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440" [[package]] name = "hyper" -version = "0.14.23" +version = "0.14.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c" +checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c" dependencies = [ "bytes", "futures-channel", diff --git a/sns-discord/Cargo.toml b/sns-discord/Cargo.toml index 8bfeab3..90e433b 100644 --- a/sns-discord/Cargo.toml +++ b/sns-discord/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [dependencies] lambda_runtime = "0.5.1" tokio = "1.19.2" -hyper = { version = "0.14.23", features = ["client", "http2", "http1"] } +hyper = { version = "0.14.24", features = ["client", "http2", "http1"] } hyper-rustls = "0.23.2" serde = "1.0.152" serde_json = "1.0.91"