diff options
Diffstat (limited to '')
| -rw-r--r-- | crates/rocie-cli/Cargo.toml | 6 | ||||
| -rw-r--r-- | crates/rocie-client/Cargo.toml | 4 |
2 files changed, 5 insertions, 5 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] diff --git a/crates/rocie-client/Cargo.toml b/crates/rocie-client/Cargo.toml index edabddf..768d3ee 100644 --- a/crates/rocie-client/Cargo.toml +++ b/crates/rocie-client/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" [dependencies] serde = { version = "^1.0", features = ["derive"] } -serde_with = { version = "^3.8", default-features = false, features = [ +serde_with = { version = "^3.16", default-features = false, features = [ "base64", "std", "macros", @@ -16,7 +16,7 @@ serde_with = { version = "^3.8", default-features = false, features = [ serde_json = "^1.0" serde_repr = "^0.1" url = "^2.5" -uuid = { version = "^1.8", features = ["serde", "v4"] } +uuid = { version = "^1.19", features = ["serde", "v4"] } reqwest = { version = "^0.12", default-features = false, features = [ "json", "multipart", |
