Skip to content

Commit

Permalink
Merge pull request #91 from pwnwriter/dependabot/cargo/reqwest-0.12.4
Browse files Browse the repository at this point in the history
build(deps): bump reqwest from 0.12.3 to 0.12.4
  • Loading branch information
pwnwriter committed Apr 21, 2024
2 parents 93d0c5f + e8ad0d7 commit ee87cc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -15,7 +15,7 @@ categories = ["accessibility", "web-programming", "command-line" ]

[dependencies]
chromiumoxide = { version = "0.5.7", features = ["tokio-runtime"], default-features = false }
reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tls", "trust-dns"] }
reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls", "trust-dns"] }
clap = { version = "4.5.1", features = ["derive", "string"] }
tokio = { version = "1.37.0", features = ["full"] }
futures = "0.3.30"
Expand Down

0 comments on commit ee87cc1

Please sign in to comment.