Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 25, 2024
1 parent 05a3645 commit 78ed9c9
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,6 +17,6 @@ personnummer = "3.1.1"
regex = "1"

[dev-dependencies]
reqwest = {version = "0.11.24", features = ["blocking", "json"]}
reqwest = {version = "0.12.2", features = ["blocking", "json"]}
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0"

0 comments on commit 78ed9c9

Please sign in to comment.