Skip to content

Commit

Permalink
Merge pull request #14 from alisinabh/dependabot/cargo/reqwest-0.12.4
Browse files Browse the repository at this point in the history
Bump reqwest from 0.11.27 to 0.12.4
  • Loading branch information
alisinabh authored May 9, 2024
2 parents 29a099e + 9a368e5 commit 95cf2c2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 122 deletions.
135 changes: 14 additions & 121 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ actix-web = "4"
actix-http = "3"
futures-util = "0.3"
maxminddb = "0.24"
reqwest = { version = "0.11", features = ["stream"] }
reqwest = { version = "0.12", features = ["stream"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit 95cf2c2

Please sign in to comment.