diff --git a/Cargo.lock b/Cargo.lock index 7467a9a..e57d299 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -895,9 +895,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "reqwest" -version = "0.11.22" +version = "0.11.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b" +checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41" dependencies = [ "base64 0.21.0", "bytes", diff --git a/Cargo.toml b/Cargo.toml index e4d08e7..0a02440 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ hmac = "0.12.1" sha2 = "0.10.6" crypto-mac = "0.11.1" chrono = "0.4.31" -reqwest = { version = "0.11.22", features = ["json"] } +reqwest = { version = "0.11.23", features = ["json"] } tokio = { version = "1.28.2", features = ["full"] } simplelog = "0.12.1" openssl = "0.10.61"