Skip to content

Commit

Permalink
Update clap to 4.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Dec 4, 2023
1 parent 944b312 commit 9d7c1e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions Cargo.toml
Expand Up @@ -7,10 +7,12 @@ edition = "2021"
anyhow = "1.0.72"
async-trait = "0.1.72"
axum = "0.7.1"
clap = { version = "4.3.17", features = ["derive"] }
clap = { version = "4.4.11", features = ["derive"] }
hyper = { version = "1.0.1", features = ["full"] }
rand = "0.8.5"
reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls"] }
reqwest = { version = "0.11.18", default-features = false, features = [
"rustls-tls",
] }
scraper = "0.18.1"
serde = { version = "1.0.171", features = ["derive"] }
serde_json = "1.0.103"
Expand Down

0 comments on commit 9d7c1e4

Please sign in to comment.