From 9c513cf2ef77561acb537e2ef6c352d529a5ba39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 21:59:09 +0000 Subject: [PATCH] Bump aws-sdk-s3 Bumps the cargo group with 1 update in the /foundations/hulylake directory: [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust). Updates `aws-sdk-s3` from 1.104.0 to 1.105.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) --- updated-dependencies: - dependency-name: aws-sdk-s3 dependency-version: 1.105.0 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- foundations/hulylake/Cargo.lock | 4 ++-- foundations/hulylake/server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/foundations/hulylake/Cargo.lock b/foundations/hulylake/Cargo.lock index 1daeff2723..0d36684b89 100644 --- a/foundations/hulylake/Cargo.lock +++ b/foundations/hulylake/Cargo.lock @@ -542,9 +542,9 @@ dependencies = [ [[package]] name = "aws-sdk-s3" -version = "1.104.0" +version = "1.105.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38c488cd6abb0ec9811c401894191932e941c5f91dc226043edacd0afa1634bc" +checksum = "c99789e929b5e1d9a5aa3fa1d81317f3a789afc796141d11b0eaafd9d9f47e38" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/foundations/hulylake/server/Cargo.toml b/foundations/hulylake/server/Cargo.toml index ef9fbaa554..81d3e49a95 100644 --- a/foundations/hulylake/server/Cargo.toml +++ b/foundations/hulylake/server/Cargo.toml @@ -29,7 +29,7 @@ hulyrs = { git = "https://github.com/hcengineering/hulyrs.git", features = ["act secrecy = "0.10.3" tracing-actix-web = "0.7.19" aws-config = { version = "1.8.5" } -aws-sdk-s3 = "1.103.0" +aws-sdk-s3 = "1.105.0" futures-util = "0.3.31" tokio-stream = "0.1.17" thiserror = "2.0.16"