diff --git a/Cargo.lock b/Cargo.lock index 1a6e81a..c6f2fae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1433,9 +1433,9 @@ checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c" [[package]] name = "reqwest" -version = "0.11.19" +version = "0.11.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20b9b67e2ca7dd9e9f9285b759de30ff538aab981abaaf7bc9bd90b84a0126c3" +checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index ed98f82..cbc5445 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ actix-web = "4.3.1" askama = "0.12.0" serde = { version = "1.0.185", features = ["derive"] } serde_json = "1.0.105" -reqwest = { version = "0.11.19", features = ["json"] } +reqwest = { version = "0.11.20", features = ["json"] } actix-remote-ip = "0.1.0" \ No newline at end of file