Skip to content

Commit

Permalink
Update axum 0.7.1 -> 0.7.2, clap 4.4.10 -> 4.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Dec 4, 2023
1 parent 0126d46 commit 7ce9853
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 30 deletions.
122 changes: 94 additions & 28 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
Expand Up @@ -5,8 +5,8 @@ edition = "2018"

[dependencies]
anyhow = "1.0.75"
axum = "0.7.1"
clap = { version = "4.4.10", features = ["derive"] }
axum = "0.7.2"
clap = { version = "4.4.11", features = ["derive"] }
clap_complete = "4.4.4"
thiserror = "1.0.50"
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit 7ce9853

Please sign in to comment.