From abbd8b3c47fe22a02a96968d6e0eece0328373a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 04:30:03 +0000 Subject: [PATCH] deps(deps): bump clap from 4.5.53 to 4.5.54 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.53 to 4.5.54. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.53...clap_complete-v4.5.54) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.54 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- orbit/operator/Cargo.toml | 2 +- orbit/server/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91c7f7c75..237452982 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1671,9 +1671,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.53" +version = "4.5.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8" +checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394" dependencies = [ "clap_builder", "clap_derive", @@ -1681,9 +1681,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.53" +version = "4.5.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" +checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 06b504e9a..cd669efaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ kube = "0.99" k8s-openapi = "0.22" controller-rs = "0.1" serde_yaml = "0.9" -clap = "4.0" +clap = "4.5" hyper = "0.14" # Core async runtime diff --git a/orbit/operator/Cargo.toml b/orbit/operator/Cargo.toml index 786447ddb..4e330388d 100644 --- a/orbit/operator/Cargo.toml +++ b/orbit/operator/Cargo.toml @@ -40,7 +40,7 @@ chrono = { workspace = true } uuid = { workspace = true } # Configuration -clap = { version = "4.0", features = ["derive", "env"] } +clap = { version = "4.5", features = ["derive", "env"] } # Metrics metrics = { workspace = true } diff --git a/orbit/server/Cargo.toml b/orbit/server/Cargo.toml index ffae3b162..ffad4a6d7 100644 --- a/orbit/server/Cargo.toml +++ b/orbit/server/Cargo.toml @@ -69,7 +69,7 @@ metrics.workspace = true anyhow.workspace = true thiserror.workspace = true chrono.workspace = true -clap = { version = "4.0", features = ["derive", "env"] } +clap = { version = "4.5", features = ["derive", "env"] } petgraph = "0.8" # For graph algorithms (cluster management) # Persistence provider dependencies async-trait = "0.1"