Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.11.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 9, 2024
1 parent 51ce555 commit 3340c6d
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.24", default-features = false, features = ["blocking", "rustls-tls"] }
reqwest = { version = "0.11.25", default-features = false, features = ["blocking", "rustls-tls"] }

[dev-dependencies]
prettydiff = "0.6.4"

0 comments on commit 3340c6d

Please sign in to comment.