aboutsummaryrefslogtreecommitdiffstats
path: root/crates/rocie-cli
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--crates/rocie-cli/Cargo.toml6
-rw-r--r--crates/rocie-client/Cargo.toml6
2 files changed, 6 insertions, 6 deletions
diff --git a/crates/rocie-cli/Cargo.toml b/crates/rocie-cli/Cargo.toml
index bc1a6e4..1500825 100644
--- a/crates/rocie-cli/Cargo.toml
+++ b/crates/rocie-cli/Cargo.toml
@@ -28,11 +28,11 @@ publish = false
workspace = true
[dependencies]
-anyhow = "1.0.100"
-clap = { version = "4.5.53", features = ["derive"] }
+anyhow = "1.0.103"
+clap = { version = "4.6.2", features = ["derive"] }
rocie-client.workspace = true
tokio.workspace = true
-uuid = "1.19.0"
+uuid = "1.24.0"
[package.metadata.docs.rs]
diff --git a/crates/rocie-client/Cargo.toml b/crates/rocie-client/Cargo.toml
index 28d5c75..933dcc0 100644
--- a/crates/rocie-client/Cargo.toml
+++ b/crates/rocie-client/Cargo.toml
@@ -22,7 +22,7 @@ publish = true
[dependencies]
serde = { version = "^1.0", features = ["derive"] }
-serde_with = { version = "^3.16", default-features = false, features = [
+serde_with = { version = "^3.21", default-features = false, features = [
"base64",
"std",
"macros",
@@ -30,8 +30,8 @@ serde_with = { version = "^3.16", default-features = false, features = [
serde_json = "^1.0"
serde_repr = "^0.1"
url = "^2.5"
-uuid = { version = "^1.19", features = ["serde", "v4"] }
-reqwest = { version = "^0.12", default-features = false, features = [
+uuid = { version = "^1.24", features = ["serde", "v4"] }
+reqwest = { version = "^0.13", default-features = false, features = [
"json",
"multipart",
"cookies",