diff --git a/Cargo.lock b/Cargo.lock index 81b70e2..7ca0e21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1011,9 +1011,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.15" +version = "0.11.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ba30cc2c0cd02af1222ed216ba659cdb2f879dfe3181852fe7c50b1d0005949" +checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254" dependencies = [ "async-compression", "base64 0.21.0", diff --git a/Cargo.toml b/Cargo.toml index 0e6c20c..f9808b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ actix-web = "4.3.1" lazy_static = "1.4.0" redis = { version = "0.22.3", default-features = false, features = ["tokio-comp", "connection-manager"] } regex = "1.7.3" -reqwest = { version = "0.11.15", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } +reqwest = { version = "0.11.16", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } serde = {version = "1.0.158", default-features = false, features = ["derive"]} serde_json = "1.0.94" tokio = { version = "1.26.0", features = ["full"] }