From 021cf70cc3f252ccdac49b5faefd2c2cc62a0f3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 02:29:47 +0100 Subject: [PATCH] chore(deps): bump aws-sdk-s3 from 0.39.1 to 1.5.0 in /backend (#2836) Bumps [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) from 0.39.1 to 1.5.0. - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Changelog](https://github.com/awslabs/aws-sdk-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) --- updated-dependencies: - dependency-name: aws-sdk-s3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/Cargo.lock | 4 ++-- backend/windmill-api/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 900ef0ea04..c3cb1efa97 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -684,9 +684,9 @@ dependencies = [ [[package]] name = "aws-sdk-s3" -version = "0.39.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29223b1074621f1d011bac836d995c002936663052b1e7ad02927551b17d6625" +checksum = "959a7325827d882819a2ac77e27e26626b9713b9cfec44686785e0db6e73388f" dependencies = [ "aws-credential-types", "aws-http 0.60.0", diff --git a/backend/windmill-api/Cargo.toml b/backend/windmill-api/Cargo.toml index 9f2a5432a6..f659a88375 100644 --- a/backend/windmill-api/Cargo.toml +++ b/backend/windmill-api/Cargo.toml @@ -83,7 +83,7 @@ tokenizers.workspace = true candle-core.workspace = true candle-transformers.workspace = true candle-nn.workspace = true -aws-sdk-s3 = "0.39.1" +aws-sdk-s3 = "1.5.0" aws-config = "1.0.0" polars = { version = "0.35.2", features = ["lazy", "parquet", "aws", "csv", "dtype-full"] } polars-io = { version = "0.35.2", features = ["csv"] }