Skip to content

Commit e52d213

Browse files
dependabot[bot]avrabe
authored andcommitted
build(deps): bump clap from 4.5.32 to 4.5.37
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.32 to 4.5.37. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.32...clap_complete-v4.5.37) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.37 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4bd8410 commit e52d213

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wrtd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "WebAssembly Runtime Daemon"
99
wrt = { path = "../wrt", features = ["std"] }
1010
wrt-component = { path = "../wrt-component", features = ["std"] }
1111
wrt-intercept = { path = "../wrt-intercept" }
12-
clap = { version = "4.5.32", features = ["derive"] }
12+
clap = { version = "4.5.37", features = ["derive"] }
1313
tracing = "0.1"
1414
tracing-subscriber = { version= "0.3", features = ["json"]}
1515
anyhow = "1.0"

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ xshell = "0.2.5"
1313

1414
# Additions for symbols task
1515
anyhow = "1.0"
16-
clap = { version = "4.4", features = ["derive", "env"] }
16+
clap = { version = "4.5", features = ["derive", "env"] }
1717
rustc-demangle = "0.1"
1818
serde = { version = "1.0", features = ["derive"] }
1919
serde_json = "1.0"

0 commit comments

Comments
 (0)