Skip to content

Commit 99e69ed

Browse files
chore(deps): Bump clap from 4.5.47 to 4.5.51
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.47 to 4.5.51. - [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.47...clap_complete-v4.5.51) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.51 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 203b712 commit 99e69ed

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Cargo.lock

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

unity-version/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cfg-if = { workspace = true }
2525
anyhow = { workspace = true }
2626
log = { workspace = true, features = [] }
2727
regex = "1.5.6"
28-
clap = { version = "4.5.38", features = ["derive"], optional = true }
28+
clap = { version = "4.5.51", features = ["derive"], optional = true }
2929

3030
[target.'cfg(target_os="macos")'.dependencies]
3131
plist = "1.7.0"

uvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = "src/main.rs"
1515

1616
[dependencies]
1717
anyhow = { workspace = true }
18-
clap = { version = "4.5.38", features = ["derive", "string", "env", "cargo"] }
18+
clap = { version = "4.5.51", features = ["derive", "string", "env", "cargo"] }
1919
unity-version = { version = "0.3.1", path="../unity-version", features = ["clap"]}
2020
uvm_detect = { version = "1.1.1", path = "../uvm_detect" }
2121
console = { workspace = true }

uvm_install/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ clap = ["dep:clap"]
1616
name = "uvm_install"
1717

1818
[dependencies]
19-
clap = { version = "4.5.38", features = ["derive"], optional = true }
19+
clap = { version = "4.5.51", features = ["derive"], optional = true }
2020
ssri = { workspace = true }
2121
uvm_move_dir = {path = "../uvm_move_dir", version = "0.2.2" }
2222
console = { workspace = true }

uvm_live_platform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ clap = ["dep:clap"]
1717
cache = ["dep:dirs-2", "dep:humantime"]
1818

1919
[dependencies]
20-
clap = { version = "4.5.38", features = ["derive"], optional = true }
20+
clap = { version = "4.5.51", features = ["derive"], optional = true }
2121
anyhow = { workspace = true }
2222
indoc = "2.0.3"
2323
reqwest = { workspace = true }

0 commit comments

Comments
 (0)