Skip to content

Commit 14b8b40

Browse files
fix(deps): update rust crate clap to 4.5.4 (#385)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6ef874d commit 14b8b40

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package/origlang-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MPL-2.0"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
clap = { version = "4.5.3", features = ["derive"] }
10+
clap = { version = "4.5.4", features = ["derive"] }
1111
env_logger = "0.11.3"
1212
log = "0.4.21"
1313
thiserror = "1.0.58"

0 commit comments

Comments
 (0)