diff --git a/Cargo.lock b/Cargo.lock index f2a0420..d25842a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1458,9 +1458,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.6" +version = "0.11.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66d2927ca2f685faf0fc620ac4834690d29e7abb153add10f5812eef20b5e280" +checksum = "07bea77bc708afa10e59905c3d4af7c8fd43c9214251673095ff8b14345fcbc5" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 73db28a..2eff737 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ hex = "0.4.3" lazy_static = "1.4.0" rand = "0.8.4" regex = "1.5.4" -reqwest = {version = "0.11.6", features = ["json"]} +reqwest = {version = "0.11.7", features = ["json"]} time = "0.2.25" rocket = {version = "0.5.0-rc.1", features = ["json"]}