Update Rust crate reqwest to 0.11.3
parent
e5b9c285fa
commit
b93d771372
|
@ -34,7 +34,7 @@ serde = "1.0.124"
|
|||
chrono = "0.4.19"
|
||||
chrono-tz = "0.5.3"
|
||||
regex = "1.4.5"
|
||||
reqwest = { version = "0.11.2", features = ["blocking", "json", "cookies"] }
|
||||
reqwest = { version = "0.11.3", features = ["blocking", "json", "cookies"] }
|
||||
diesel = { version = "1.4.6", features = ["postgres"] }
|
||||
diesel_migrations = "1.4.0"
|
||||
|
||||
|
|
Loading…
Reference in New Issue