From f83153c05fef94e8901259ad7510116cf6a6be52 Mon Sep 17 00:00:00 2001 From: "mendral-app[bot]" <233154221+mendral-app[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 02:11:31 -0700 Subject: [PATCH] =?UTF-8?q?chore(deps):=20weekly=20safe=20cargo=20updates?= =?UTF-8?q?=20=C2=B7=202=20packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump minimum version requirements for dependencies where no code changes are required. All APIs used by this project remain unchanged. Safe semver-compatible bumps: - serde_json 1.0.149 → 1.0.150 - cap-std 4.0 → 4.0.2 --- crates/unftp-auth-jsonfile/Cargo.toml | 2 +- crates/unftp-auth-rest/Cargo.toml | 2 +- crates/unftp-sbe-fs/Cargo.toml | 4 ++-- crates/unftp-sbe-gcs/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/crates/unftp-auth-jsonfile/Cargo.toml b/crates/unftp-auth-jsonfile/Cargo.toml index 385aa017..c3454305 100644 --- a/crates/unftp-auth-jsonfile/Cargo.toml +++ b/crates/unftp-auth-jsonfile/Cargo.toml @@ -26,7 +26,7 @@ iprange = "0.6.7" libunftp = { version = "0.22.0", path = "../../", default-features = false } ring = "0.17.14" serde = { version = "1.0.228", features = ["derive"] } -serde_json = "1.0.149" +serde_json = "1.0.150" tokio = { version = "1.49.0", features = ["rt", "time"] } tracing = { version = "0.1.44", default-features = false } tracing-attributes = "0.1.31" diff --git a/crates/unftp-auth-rest/Cargo.toml b/crates/unftp-auth-rest/Cargo.toml index 020f275e..d2a56344 100644 --- a/crates/unftp-auth-rest/Cargo.toml +++ b/crates/unftp-auth-rest/Cargo.toml @@ -27,7 +27,7 @@ libunftp = { version = "0.22.0", path = "../../", default-features = false } percent-encoding = "2.3.2" regex = "1.12.3" serde = { version = "1.0.228", features = ["derive"] } -serde_json = "1.0.149" +serde_json = "1.0.150" tokio = { version = "1.49.0", features = ["rt", "net", "sync", "io-util", "time"] } tracing = { version = "0.1.44", default-features = false } tracing-attributes = "0.1.31" diff --git a/crates/unftp-sbe-fs/Cargo.toml b/crates/unftp-sbe-fs/Cargo.toml index 2138eafc..ab4d3249 100644 --- a/crates/unftp-sbe-fs/Cargo.toml +++ b/crates/unftp-sbe-fs/Cargo.toml @@ -26,7 +26,7 @@ default = ["aws_lc_rs"] [dependencies] async-trait = "0.1.88" cfg-if = "1.0" -cap-std = "4.0" +cap-std = "4.0.2" futures = { version = "0.3.31", default-features = false, features = ["std"] } lazy_static = "1.5.0" libunftp = { version = "0.22.0", path = "../../", default-features = false } @@ -48,7 +48,7 @@ pretty_env_logger = "0.5.0" regex = "1.12.3" rstest = "0.26.1" serde = { version = "1.0.228", features = ["derive"] } -serde_json = "1.0.149" +serde_json = "1.0.150" slog-async = "2.8.0" slog-term = "2.9.2" tempfile = "3.24.0" diff --git a/crates/unftp-sbe-gcs/Cargo.toml b/crates/unftp-sbe-gcs/Cargo.toml index e55c4ffd..2f91040c 100644 --- a/crates/unftp-sbe-gcs/Cargo.toml +++ b/crates/unftp-sbe-gcs/Cargo.toml @@ -31,7 +31,7 @@ libunftp = { version = "0.22.0", path = "../../", default-features = false } mime = "0.3.17" percent-encoding = "2.3.2" serde = { version = "1.0.228", features = ["derive"] } -serde_json = "1.0.149" +serde_json = "1.0.150" time = "0.3.47" tokio = { version = "1.49.0", features = ["rt", "net", "sync", "io-util", "time", "fs"] } tokio-stream = "0.1.18"