aboutsummaryrefslogtreecommitdiffstats
path: root/crates/rocie-client
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rocie-client')
-rw-r--r--crates/rocie-client/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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",