Skip to content

Commit

Permalink
Merge pull request #102 from pwnwriter/dependabot/cargo/reqwest-0.12.5
Browse files Browse the repository at this point in the history
build(deps): bump reqwest from 0.12.4 to 0.12.5
  • Loading branch information
pwnwriter authored Jun 20, 2024
2 parents c176f14 + ff6c413 commit 8c4b941
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 19 deletions.
89 changes: 72 additions & 17 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ categories = ["accessibility", "web-programming", "command-line" ]

[dependencies]
chromiumoxide = { version = "0.6.0", features = ["tokio-runtime"], default-features = false }
reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls", "trust-dns"] }
clap = { version = "4.5.7", features = ["derive", "string"] }
reqwest = { version = "0.12.5", default-features = false, features = ["rustls-tls", "trust-dns"] }
clap = { version = "4.5.6", features = ["derive", "string"] }
tokio = { version = "1.38.0", features = ["full"] }
futures = "0.3.30"
columns = "0.1.0"
Expand Down

0 comments on commit 8c4b941

Please sign in to comment.