Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.4.0 (#222)
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] authored Aug 24, 2023
1 parent f10d4e9 commit 458db3b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
21 changes: 10 additions & 11 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 package/origlang-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.3.24", features = ["derive"] }
clap = { version = "4.4.0", features = ["derive"] }
env_logger = "0.10.0"
log = "0.4.20"
thiserror = "1.0.47"
Expand Down

0 comments on commit 458db3b

Please sign in to comment.