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] committed Oct 3, 2023
1 parent d211a4b commit d0ac003
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 @@ -23,7 +23,7 @@ schemafy = "0.6.0"
serde_variant = "0.1.2"

[build-dependencies]
reqwest = { version = "0.11.21", default-features = false, features = ["blocking", "rustls-tls"] }
reqwest = { version = "0.11.22", default-features = false, features = ["blocking", "rustls-tls"] }

[dev-dependencies]
prettydiff = "0.6.4"

0 comments on commit d0ac003

Please sign in to comment.