Skip to content

Commit cd86295

Browse files
chore(deps): bump clap from 4.5.39 to 4.5.44
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.39 to 4.5.44. - [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.39...clap_complete-v4.5.44) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.44 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 985ebd4 commit cd86295

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Cargo.lock

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

daemon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ default = ["serde", "strum", "schemars"]
1717
[dependencies]
1818
anyhow = "1.0.98"
1919
bytes = "1.10.1"
20-
clap = "4.5.39"
20+
clap = "4.5.44"
2121
confy = "0.5.1"
2222
env_logger = "0.10.2"
2323
futures = "0.3.31"

devtools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ devices = ["minidsp/devices"]
1313
[dependencies]
1414
anyhow = "1.0.98"
1515
bimap = "0.6.3"
16-
clap = "4.5.39"
16+
clap = "4.5.44"
1717
env_logger = "0.10.2"
1818
futures = "0.3.31"
1919
futures-sink = "0.3.31"

minidsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async-trait = "0.1.88"
1515
atomic_refcell = "0.1.13"
1616
bimap = "0.6.3"
1717
bytes = "1.10.1"
18-
clap = { version = "4.5.39", features = ["derive", "env"] }
18+
clap = { version = "4.5.44", features = ["derive", "env"] }
1919
env_logger = "0.10.2"
2020
futures = "0.3.31"
2121
futures-sink = "0.3.31"

0 commit comments

Comments
 (0)