Skip to content

Commit

Permalink
Merge pull request #37 from kitsuyui/renovate/reqwest-0.x
Browse files Browse the repository at this point in the history
Update Rust crate reqwest to ^0.11.22
  • Loading branch information
kitsuyui authored Oct 8, 2023
2 parents d6f9ddb + 637c0a1 commit a0591d1
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 a0591d1

Please sign in to comment.