about summary refs log tree commit diff stats
path: root/crates/rocie-client/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-12-09 13:01:20 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-12-09 13:01:20 +0100
commit24a1c946b7017237627d69d293c05237d9b96ca5 (patch)
treefc9669287a86df5bc863507743ca9961519bef86 /crates/rocie-client/Cargo.toml
parentchore(crates/rocie-client): Re-generate (diff)
downloadserver-24a1c946b7017237627d69d293c05237d9b96ca5.zip
chore(rocie-client): Regenerate
This also adds cookie persisting to the default configuration.
Diffstat (limited to 'crates/rocie-client/Cargo.toml')
-rw-r--r--crates/rocie-client/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rocie-client/Cargo.toml b/crates/rocie-client/Cargo.toml
index 96e0e24..f69441e 100644
--- a/crates/rocie-client/Cargo.toml
+++ b/crates/rocie-client/Cargo.toml
@@ -13,4 +13,4 @@ serde_json = "^1.0"
 serde_repr = "^0.1"
 url = "^2.5"
 uuid = { version = "^1.8", features = ["serde", "v4"] }
-reqwest = { version = "^0.12", default-features = false, features = ["json", "multipart"] }
+reqwest = { version = "^0.12", default-features = false, features = ["json", "multipart", "cookies"] }