Skip to content

Commit

Permalink
chore(deps): update rust crate clap to 4.4.7 (#1863)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 28, 2023
1 parent 0650507 commit a2f5644
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 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 crates/server-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde = { version = "1.0.189", features = ["derive"] }
humantime-serde = { workspace = true }
serde_json = "1.0.107"
rand = "0.8.5"
clap = { version = "4.4.6", features = ["derive", "string"] }
clap = { version = "4.4.7", features = ["derive", "string"] }
bs58 = { workspace = true }
base64 = { workspace = true }
num_cpus = "1.16.0"
Expand Down

0 comments on commit a2f5644

Please sign in to comment.