Skip to content

Commit

Permalink
Merge pull request #62 from wcampbell0x2a/dependabot/cargo/reqwest-0.…
Browse files Browse the repository at this point in the history
…12.3

Bump reqwest from 0.12.0 to 0.12.3
  • Loading branch information
wcampbell0x2a authored Apr 11, 2024
2 parents 814f998 + dbcb7c3 commit 311d3f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 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 @@ -12,7 +12,7 @@ categories = ["development-tools"]

[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
reqwest = { version = "0.12.0", default-features = false, features = ["blocking", "rustls-tls", "http2"] }
reqwest = { version = "0.12.3", default-features = false, features = ["blocking", "rustls-tls", "http2"] }
anyhow = "1.0.82"
guppy = "0.17.5"
rayon = "1.9.0"
Expand Down

0 comments on commit 311d3f2

Please sign in to comment.