Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 20, 2024
1 parent f2b51bf commit 1f34de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cfg-if = "1.0.0"
futures = {version="0.3.28", optional=true}
lazy_static = {version="1.4.0", optional=true}
rand = {version="0.8.5", optional=true}
reqwest = {version="0.11.16", optional=true}
reqwest = {version="0.12.0", optional=true}
serde = {version="1.0.160", features=["derive"]}
serde_json = "1.0.96"
sqlx = { version = "0.6.3", features = [
Expand Down

0 comments on commit 1f34de6

Please sign in to comment.