Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.4.16 (#354)
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 Jan 12, 2024
1 parent e397b6b commit fe72186
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 10 deletions.
84 changes: 75 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 package/origlang-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MPL-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.4.15", features = ["derive"] }
clap = { version = "4.4.16", features = ["derive"] }
env_logger = "0.10.1"
log = "0.4.20"
thiserror = "1.0.56"
Expand Down

0 comments on commit fe72186

Please sign in to comment.