about summary refs log tree commit diff stats
path: root/crates/rocie-client
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-12-09 13:32:36 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-12-09 13:32:36 +0100
commitb617de8e5453e5a886fb92c446fc0c440fa5273a (patch)
treeb7f9296913c1358f88c3ad5a8e9bd01b87b4d944 /crates/rocie-client
parentchore(treewide): Remove last references to old paths (diff)
downloadserver-b617de8e5453e5a886fb92c446fc0c440fa5273a.zip
chore(treewide): Update
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",