From b617de8e5453e5a886fb92c446fc0c440fa5273a Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 9 Dec 2025 13:32:36 +0100 Subject: chore(treewide): Update --- crates/rocie-cli/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crates/rocie-cli/Cargo.toml') 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] -- cgit 1.4.1