From 576aebdc8c5bff74d81d69a84c9b70bca6049d6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 20:24:30 +0000 Subject: [PATCH] Bump the cargo group across 2 directories with 3 updates Bumps the cargo group with 2 updates in the /foundations/hulylake directory: [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) and [bytes](https://github.com/tokio-rs/bytes). Bumps the cargo group with 2 updates in the /foundations/hulypulse directory: [bytes](https://github.com/tokio-rs/bytes) and [time](https://github.com/time-rs/time). 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) Updates `bytes` from 1.10.1 to 1.11.1 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/compare/v1.10.1...v1.11.1) Updates `bytes` from 1.10.1 to 1.11.1 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/compare/v1.10.1...v1.11.1) Updates `time` from 0.3.44 to 0.3.47 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/compare/v0.3.44...v0.3.47) --- updated-dependencies: - dependency-name: aws-sdk-s3 dependency-version: 1.105.0 dependency-type: direct:production dependency-group: cargo - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production dependency-group: cargo - dependency-name: bytes dependency-version: 1.11.1 dependency-type: indirect dependency-group: cargo - dependency-name: time dependency-version: 0.3.47 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] --- foundations/hulylake/Cargo.lock | 8 ++++---- foundations/hulylake/server/Cargo.toml | 4 ++-- foundations/hulypulse/Cargo.lock | 22 +++++++++++----------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/foundations/hulylake/Cargo.lock b/foundations/hulylake/Cargo.lock index 1daeff2723..4a53538f76 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", @@ -1072,9 +1072,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.10.1" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "bytes-utils" diff --git a/foundations/hulylake/server/Cargo.toml b/foundations/hulylake/server/Cargo.toml index ef9fbaa554..f0b8dc574f 100644 --- a/foundations/hulylake/server/Cargo.toml +++ b/foundations/hulylake/server/Cargo.toml @@ -29,11 +29,11 @@ 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" -bytes = "1.10.1" +bytes = "1.11.1" ksuid = "0.2.0" tracing-opentelemetry = "0.31.0" mime = "0.3.17" diff --git a/foundations/hulypulse/Cargo.lock b/foundations/hulypulse/Cargo.lock index b6064ca942..4d683f33cc 100644 --- a/foundations/hulypulse/Cargo.lock +++ b/foundations/hulypulse/Cargo.lock @@ -531,9 +531,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.10.1" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "bytestring" @@ -1904,9 +1904,9 @@ dependencies = [ [[package]] name = "num-conv" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" +checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" [[package]] name = "num-integer" @@ -3224,30 +3224,30 @@ dependencies = [ [[package]] name = "time" -version = "0.3.44" +version = "0.3.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" +checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" dependencies = [ "deranged", "itoa", "num-conv", "powerfmt", - "serde", + "serde_core", "time-core", "time-macros", ] [[package]] name = "time-core" -version = "0.1.6" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" +checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" [[package]] name = "time-macros" -version = "0.2.24" +version = "0.2.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" +checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" dependencies = [ "num-conv", "time-core",