Skip to content

Commit

Permalink
chore(deps): update rust crate clap to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 9, 2024
1 parent f78e116 commit 98ce67e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 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 @@ -18,7 +18,7 @@ name = "base-converter"
required-features = ["bin"]

[dependencies]
clap = { version = "4.4.11", features = ["derive"], optional = true }
clap = { version = "4.5.0", features = ["derive"], optional = true }
anyhow = "1.0.66"
thiserror = "1.0.37"
wasm-bindgen = { version = "0.2.83", optional = true }
Expand Down

0 comments on commit 98ce67e

Please sign in to comment.