Skip to content

Commit 3ed1ccf

Browse files
committed
chore(deps): bump octocrab and clap versions
Addresses dependabot PRs #198-#204: - tools/wizer_initializer: octocrab 0.47 → 0.47.1, clap 4.5 → 4.5.51 - tools/checksum_updater: clap 4.5 → 4.5.51 - tools/ssh_keygen: clap 4.5 → 4.5.51 - tools/checksum_updater_wasm: clap 4.5 → 4.5.51 - tools-builder/toolchains: clap 4.5 → 4.5.51
1 parent 88442a8 commit 3ed1ccf

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

tools-builder/toolchains/Cargo.toml

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

1212
[dependencies]
1313
anyhow = "1.0"
14-
clap = { version = "4.5", features = ["derive"] }
14+
clap = { version = "4.5.51", features = ["derive"] }
1515
env_logger = "0.11"
1616
log = "0.4"
1717

tools/checksum_updater/Cargo.toml

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

1717
[dependencies]
1818
anyhow = "1.0"
19-
clap = { version = "4.5", features = ["derive"] }
19+
clap = { version = "4.5.51", features = ["derive"] }
2020
serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0"
2222
tokio = { version = "1.48", features = ["full"] }

tools/checksum_updater_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sha2 = "0.10"
2828
# Future: consider wstd when it matures
2929

3030
# CLI (for component interface)
31-
clap = { version = "4.5", features = ["derive"] }
31+
clap = { version = "4.5.51", features = ["derive"] }
3232

3333
# Tracing for WASI
3434
tracing = "0.1"

tools/ssh_keygen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77

88
[dependencies]
99
anyhow = "1.0"
10-
clap = { version = "4.5", features = ["derive"] }
10+
clap = { version = "4.5.51", features = ["derive"] }
1111
ssh-key = { version = "0.6", features = ["ed25519", "rsa", "ecdsa", "rand_core"] }
1212
rand = "0.8"
1313
# Uses OsRng for cryptographic key generation (OS-backed CSPRNG)

tools/wizer_initializer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ path = "src/checksum_updater.rs"
1313

1414
[dependencies]
1515
anyhow = "1.0"
16-
clap = { version = "4.5", features = ["derive"] }
16+
clap = { version = "4.5.51", features = ["derive"] }
1717

1818
# Additional dependencies for checksum updater
1919
reqwest = { version = "0.12", features = ["json", "stream"] }
@@ -24,4 +24,4 @@ tokio = { version = "1.48", features = ["full"] }
2424
chrono = { version = "0.4", features = ["serde"] }
2525
futures-util = "0.3"
2626
tempfile = "3.23"
27-
octocrab = { version = "0.47", features = ["stream"] }
27+
octocrab = { version = "0.47.1", features = ["stream"] }

0 commit comments

Comments
 (0)