Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.11.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 20, 2024
1 parent 87f8066 commit c27d8df
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 @@ -15,6 +15,6 @@ version = "1.0.1"
lazy_static = "1.4.0"
personnummer = "3.1.1"
regex = "1"
reqwest = {version = "0.11.14", features = ["blocking", "json"]}
reqwest = {version = "0.11.24", features = ["blocking", "json"]}
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0"

0 comments on commit c27d8df

Please sign in to comment.