Skip to content

Commit

Permalink
Merge pull request #6 from organisationsnummer/renovate/reqwest-0.x
Browse files Browse the repository at this point in the history
Update Rust crate reqwest to 0.12.3
  • Loading branch information
frozzare authored Apr 10, 2024
2 parents 05a3645 + 2f53dc7 commit 988f7a7
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.3", features = ["blocking", "json"]}
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0"

0 comments on commit 988f7a7

Please sign in to comment.