Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion orbit/operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion orbit/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down