Skip to content

Commit

Permalink
Merge pull request #5 from Antosser/dependabot/cargo/clap-4.4.7
Browse files Browse the repository at this point in the history
Bump clap from 4.3.21 to 4.4.7
  • Loading branch information
Antosser authored Oct 31, 2023
2 parents d96a133 + a1947c9 commit 1512620
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
26 changes: 12 additions & 14 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 @@ -11,7 +11,7 @@ documentation = "https://github.com/Antosser/web-crawler#readme"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.1.0", features = ["derive"] }
clap = { version = "4.4.7", features = ["derive"] }
colored = "2.0.0"
reqwest = {version = "0.11.13", features = ["blocking"]}
tl = "0.7.7"
Expand Down

0 comments on commit 1512620

Please sign in to comment.