diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-18 20:29:00 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-18 23:28:44 +0200 |
| commit | d9e6dae43477a5c16e7983153f12aa94c674c7dd (patch) | |
| tree | 48a4d87b72d0b53cb33ec7dcdc2a46f2da491d1f /crates/rocie-client/Cargo.toml | |
| parent | chore(version): v0.1.1 (diff) | |
| download | server-d9e6dae43477a5c16e7983153f12aa94c674c7dd.zip | |
Diffstat (limited to 'crates/rocie-client/Cargo.toml')
| -rw-r--r-- | crates/rocie-client/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
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", |
