Skip to content

Commit

Permalink
Update Rust crate reqwest to ^0.11.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2023
1 parent 1e30d23 commit 22fae55
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 @@ -13,6 +13,6 @@ categories = ["api-bindings"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "^0.11.20", features = ["blocking", "json"] }
reqwest = { version = "^0.11.22", features = ["blocking", "json"] }
serde = { version = "^1.0.188", features = ["derive"] }
serde_json = { version = "^1.0.107", features = ["raw_value"] }

0 comments on commit 22fae55

Please sign in to comment.