Update Rust crate reqwest to 0.12
Some checks failed
renovate/artifacts Artifact file update failure
Some checks failed
renovate/artifacts Artifact file update failure
This commit is contained in:
parent
13f56a9145
commit
0934ab9561
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ tokio = { version = "1.35.1", features = ["full"] }
|
|||
toml = "0.8.8"
|
||||
env_logger = "0.11.5"
|
||||
walkdir = "2.5.0"
|
||||
reqwest = { version = "0.11", features = ["json"] }
|
||||
reqwest = { version = "0.12", features = ["json"] }
|
||||
chrono = { version = "0.4.38", features = ["serde"] }
|
||||
uuid = { version = "1.8.0", features = ["v4", "serde"] }
|
||||
sqlx = { version = "0.8", features = ["postgres", "runtime-tokio-native-tls", "derive", "uuid", "chrono", "json"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue