From b617de8e5453e5a886fb92c446fc0c440fa5273a Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 9 Dec 2025 13:32:36 +0100 Subject: chore(treewide): Update --- crates/rocie-cli/Cargo.toml | 6 +++--- crates/rocie-client/Cargo.toml | 4 ++-- crates/rocie-server/Cargo.toml | 16 ++++++++-------- 3 files changed, 13 insertions(+), 13 deletions(-) (limited to 'crates') diff --git a/crates/rocie-cli/Cargo.toml b/crates/rocie-cli/Cargo.toml index 5e878fd..92f75a9 100644 --- a/crates/rocie-cli/Cargo.toml +++ b/crates/rocie-cli/Cargo.toml @@ -27,11 +27,11 @@ publish = false workspace = true [dependencies] -anyhow = "1.0.99" -clap = { version = "4.5.47", features = ["derive"] } +anyhow = "1.0.100" +clap = { version = "4.5.53", features = ["derive"] } rocie-client.workspace = true tokio.workspace = true -uuid = "1.18.1" +uuid = "1.19.0" [package.metadata.docs.rs] 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", diff --git a/crates/rocie-server/Cargo.toml b/crates/rocie-server/Cargo.toml index 9e20321..047e67c 100644 --- a/crates/rocie-server/Cargo.toml +++ b/crates/rocie-server/Cargo.toml @@ -34,19 +34,19 @@ tokio.workspace = true actix-cors = "0.7.1" actix-identity = "0.9.0" actix-session = { version = "0.11.0", features = ["cookie-session"] } -actix-web = "4.11.0" +actix-web = "4.12.1" argon2 = "0.5.3" -chrono = "0.4.41" -clap = { version = "4.5.45", features = ["derive", "env"] } +chrono = "0.4.42" +clap = { version = "4.5.53", features = ["derive", "env"] } env_logger = "0.11.8" -log = "0.4.27" +log = "0.4.29" percent-encoding = "2.3.2" -serde = { version = "1.0.219", features = ["derive"] } -serde_json = "1.0.143" +serde = { version = "1.0.228", features = ["derive"] } +serde_json = "1.0.145" sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite"] } -thiserror = "2.0.16" +thiserror = "2.0.17" utoipa = { version = "5.4.0", features = ["actix_extras", "uuid"] } -uuid = { version = "1.18.1", features = ["v4", "serde"] } +uuid = { version = "1.19.0", features = ["v4", "serde"] } [package.metadata.docs.rs] all-features = true -- cgit 1.4.1