Skip to content

Commit

Permalink
Merge pull request #190 from 0x727/dependabot/cargo/reqwest-0.11.20
Browse files Browse the repository at this point in the history
Bump reqwest from 0.11.18 to 0.11.20
  • Loading branch information
cn-kali-team authored Sep 1, 2023
2 parents 4e4d45d + 45e04d8 commit 5b8bc32
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 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 @@ -31,7 +31,7 @@ serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
serde_derive = "1.0"
reqwest = { version = "0.11.18", features = ["socks", "blocking", "gzip"] }
reqwest = { version = "0.11.20", features = ["socks", "blocking", "gzip"] }
crossterm = "0.27"
observer_ward_what_web = { path = "what_web", package = "what_web" }
observer_ward_what_server = { path = "what_server", package = "what_server" }
Expand Down

0 comments on commit 5b8bc32

Please sign in to comment.