From 24a1c946b7017237627d69d293c05237d9b96ca5 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 9 Dec 2025 13:01:20 +0100 Subject: chore(rocie-client): Regenerate This also adds cookie persisting to the default configuration. --- crates/rocie-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/rocie-client/Cargo.toml') 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"] } -- cgit 1.4.1