about summary refs log tree commit diff stats
path: root/crates/rocie-cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rocie-cli/Cargo.toml')
-rw-r--r--crates/rocie-cli/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/rocie-cli/Cargo.toml b/crates/rocie-cli/Cargo.toml
index 5e878fd..92f75a9 100644
--- a/crates/rocie-cli/Cargo.toml
+++ b/crates/rocie-cli/Cargo.toml
@@ -27,11 +27,11 @@ publish = false
 workspace = true
 
 [dependencies]
-anyhow = "1.0.99"
-clap = { version = "4.5.47", features = ["derive"] }
+anyhow = "1.0.100"
+clap = { version = "4.5.53", features = ["derive"] }
 rocie-client.workspace = true
 tokio.workspace = true
-uuid = "1.18.1"
+uuid = "1.19.0"
 
 
 [package.metadata.docs.rs]