Update Rust crate reqwest to 0.11.20
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2023-08-25 00:38:38 +00:00
parent 59e7a74536
commit e2570f71c9
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"