Skip to content

Commit c2347ff

Browse files
chore(deps): bump the cargo group with 5 updates (#39)
Bumps the cargo group with 5 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.39` | `4.5.40` | | [aws-sdk-ecr](https://github.com/awslabs/aws-sdk-rust) | `1.79.0` | `1.80.0` | | [aws-sdk-eks](https://github.com/awslabs/aws-sdk-rust) | `1.92.0` | `1.94.0` | | [zip](https://github.com/zip-rs/zip2) | `4.0.0` | `4.1.0` | | [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) | `1.91.0` | `1.92.0` | Updates `clap` from 4.5.39 to 4.5.40 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.39...clap_complete-v4.5.40) Updates `aws-sdk-ecr` from 1.79.0 to 1.80.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) Updates `aws-sdk-eks` from 1.92.0 to 1.94.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) Updates `zip` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v4.0.0...v4.1.0) Updates `aws-sdk-s3` from 1.91.0 to 1.92.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.40 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: aws-sdk-ecr dependency-version: 1.80.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: aws-sdk-eks dependency-version: 1.94.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: zip dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: aws-sdk-s3 dependency-version: 1.92.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 972f99a commit c2347ff

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

Cargo.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eksnode-gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ anstyle.workspace = true
1717
anyhow.workspace = true
1818
aws-config.workspace = true
1919
aws-sdk-ec2.workspace = true
20-
aws-sdk-s3 = "1.91"
20+
aws-sdk-s3 = "1.92"
2121
aws-types.workspace = true
2222
clap.workspace = true
2323
clap-verbosity-flag.workspace = true

eksnode/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ anstyle.workspace = true
2323
anyhow.workspace = true
2424
aws-config.workspace = true
2525
aws-sdk-ec2.workspace = true
26-
aws-sdk-ecr = "1.79"
27-
aws-sdk-eks = "1.92"
26+
aws-sdk-ecr = "1.80"
27+
aws-sdk-eks = "1.94"
2828
aws-types.workspace = true
2929
base64 = "0.22"
3030
clap.workspace = true
@@ -50,7 +50,7 @@ tracing.workspace = true
5050
tracing-log.workspace = true
5151
tracing-subscriber.workspace = true
5252
walkdir = { version = "2.4", default-features = false }
53-
zip = { version = "4.0" }
53+
zip = { version = "4.1" }
5454

5555
[dev-dependencies]
5656
assert_cmd = "2.0"

0 commit comments

Comments
 (0)