fix(deps): update rust crate reqwest to 0.11.25
This commit is contained in:
parent
e4370b2f6f
commit
e4789cfc23
2 changed files with 8 additions and 8 deletions
|
@ -47,7 +47,7 @@ serde = { version = "1.0.197", features = ["rc"] }
|
|||
rand = "0.8.5"
|
||||
# Used to hash passwords
|
||||
argon2 = { version = "0.5.3", features = ["alloc", "rand"], default-features = false }
|
||||
reqwest = { version = "0.11.24", default-features = false, features = ["rustls-tls-native-roots", "socks"] }
|
||||
reqwest = { version = "0.11.25", default-features = false, features = ["rustls-tls-native-roots", "socks"] }
|
||||
# Used for conduit::Error type
|
||||
thiserror = "1.0.57"
|
||||
# Used to generate thumbnails for images
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue