From 93a4cdd3da98aa5bf8a42f4133c2d14c6beaee5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 02:06:27 +0000 Subject: [PATCH] Bump the aws group with 3 updates Bumps the aws group with 3 updates: [aws-sigv4](https://github.com/smithy-lang/smithy-rs), [aws-smithy-types](https://github.com/smithy-lang/smithy-rs) and [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs). Updates `aws-sigv4` from 1.2.4 to 1.2.5 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-smithy-types` from 1.2.7 to 1.2.8 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-smithy-runtime` from 1.7.2 to 1.7.3 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) --- updated-dependencies: - dependency-name: aws-sigv4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws - dependency-name: aws-smithy-types dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws - dependency-name: aws-smithy-runtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ svanill-vault-server/Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index afc77798..77ff3e1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -558,9 +558,9 @@ dependencies = [ [[package]] name = "aws-sigv4" -version = "1.2.4" +version = "1.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc8db6904450bafe7473c6ca9123f88cc11089e41a025408f992db4e22d3be68" +checksum = "5619742a0d8f253be760bfbb8e8e8368c69e3587e4637af5754e488a611499b1" dependencies = [ "aws-credential-types", "aws-smithy-eventstream", @@ -689,9 +689,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime" -version = "1.7.2" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a065c0fe6fdbdf9f11817eb68582b2ab4aff9e9c39e986ae48f7ec576c6322db" +checksum = "be28bd063fa91fd871d131fc8b68d7cd4c5fa0869bea68daca50dcb1cbd76be2" dependencies = [ "aws-smithy-async", "aws-smithy-http", @@ -738,9 +738,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.2.7" +version = "1.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "147100a7bea70fa20ef224a6bad700358305f5dc0f84649c53769761395b355b" +checksum = "07c9cdc179e6afbf5d391ab08c85eac817b51c87e1892a5edb5f7bbdc64314b4" dependencies = [ "base64-simd", "bytes", diff --git a/svanill-vault-server/Cargo.toml b/svanill-vault-server/Cargo.toml index 88abffe1..80240f4a 100644 --- a/svanill-vault-server/Cargo.toml +++ b/svanill-vault-server/Cargo.toml @@ -38,7 +38,7 @@ sentry-actix = "0.34.0" async-trait = "0.1.83" aws-config = "1.1.4" aws-credential-types = "1.2.1" -aws-sigv4 = "1.2.4" +aws-sigv4 = "1.2.5" aws-types = "1.3.3" aws-sdk-s3 = "1.14.0" aws-smithy-types = "1.1.1" @@ -51,7 +51,7 @@ features = ["rustls", "backtrace", "contexts", "panic", "reqwest", "tracing"] [dev-dependencies] aws-smithy-http = "0.60.10" -aws-smithy-runtime = { version = "1.7.2", features=["client", "test-util"] } +aws-smithy-runtime = { version = "1.7.3", features=["client", "test-util"] } tokio = "1.26.0" ctor = "0.2.8" actix-rt = "2.10.0"