Skip to content

Commit

Permalink
Merge pull request #40 from nhudson/renovate/reqwest-0.x
Browse files Browse the repository at this point in the history
Update Rust crate reqwest to 0.12
  • Loading branch information
nhudson authored Mar 20, 2024
2 parents 09cff5e + 1e8c82e commit 395ad7b
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 @@ -8,7 +8,7 @@ protocol = "sparse"

[dependencies]
actix-web = "4.5"
reqwest = { version = "0.11", features = ["json"] }
reqwest = { version = "0.12", features = ["json"] }
serde = { version = "1.0", features = ["derive"]}
log = "0.4"
env_logger = "0.11"
Expand Down

0 comments on commit 395ad7b

Please sign in to comment.