Skip to content

Commit 96e71b5

Browse files
chore(deps): bump the cargo group with 9 updates (#23)
Bumps the cargo group with 9 updates: | Package | From | To | | --- | --- | --- | | [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.5.16` | `1.5.17` | | [aws-sdk-ec2](https://github.com/awslabs/aws-sdk-rust) | `1.110.0` | `1.113.0` | | [clap](https://github.com/clap-rs/clap) | `4.5.30` | `4.5.31` | | [aws-sdk-ecr](https://github.com/awslabs/aws-sdk-rust) | `1.65.0` | `1.66.0` | | [aws-sdk-eks](https://github.com/awslabs/aws-sdk-rust) | `1.74.0` | `1.76.0` | | [rust-embed](https://github.com/pyros2097/rust-embed) | `8.5.0` | `8.6.0` | | [zip](https://github.com/zip-rs/zip2) | `2.2.2` | `2.2.3` | | [insta](https://github.com/mitsuhiko/insta) | `1.42.1` | `1.42.2` | | [rstest](https://github.com/la10736/rstest) | `0.24.0` | `0.25.0` | Updates `aws-config` from 1.5.16 to 1.5.17 - [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-sdk-ec2` from 1.110.0 to 1.113.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) Updates `clap` from 4.5.30 to 4.5.31 - [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.30...v4.5.31) Updates `aws-sdk-ecr` from 1.65.0 to 1.66.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.74.0 to 1.76.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) Updates `rust-embed` from 8.5.0 to 8.6.0 - [Changelog](https://github.com/pyrossh/rust-embed/blob/master/changelog.md) - [Commits](https://github.com/pyros2097/rust-embed/commits) Updates `zip` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v2.2.2...v2.2.3) Updates `insta` from 1.42.1 to 1.42.2 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.42.1...1.42.2) Updates `rstest` from 0.24.0 to 0.25.0 - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](la10736/rstest@v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: aws-config dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: aws-sdk-ec2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: aws-sdk-ecr dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: aws-sdk-eks dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: rust-embed dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: rstest 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 5006520 commit 96e71b5

File tree

3 files changed

+44
-46
lines changed

3 files changed

+44
-46
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ categories = [
1919
[workspace.dependencies]
2020
anstyle = "1.0"
2121
anyhow = "1.0"
22-
aws-config = {version="1.0", features=["behavior-version-latest"]}
22+
aws-config = {version="1.5", features=["behavior-version-latest"]}
2323
aws-types = "1.0"
24-
aws-sdk-ec2 = "1.110"
24+
aws-sdk-ec2 = "1.113"
2525
clap = { version = "4.5", features = ["derive", "env", "color"] }
2626
clap-verbosity-flag = "3.0"
2727
regex-lite = "0.1"

eksnode/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ anstyle.workspace = true
2323
anyhow.workspace = true
2424
aws-config.workspace = true
2525
aws-sdk-ec2.workspace = true
26-
aws-sdk-ecr = "1.65"
27-
aws-sdk-eks = "1.74"
26+
aws-sdk-ecr = "1.66"
27+
aws-sdk-eks = "1.76"
2828
aws-types.workspace = true
2929
base64 = "0.22"
3030
clap.workspace = true
3131
clap-verbosity-flag.workspace = true
3232
containerd-client = "0.8"
3333
# config = { version = "0.13", features = ["json", "yaml", "toml"] }
3434
dns-lookup = "2.0"
35-
rust-embed = { version = "8.0", features = ["compression"] }
35+
rust-embed = { version = "8.6", features = ["compression"] }
3636
http = "1.0"
3737
ipnet = {version = "2.7", features = ["json"]}
3838
num_cpus = "1.16"
@@ -50,13 +50,13 @@ tracing.workspace = true
5050
tracing-log.workspace = true
5151
tracing-subscriber.workspace = true
5252
walkdir = { version = "2.4", default-features = false }
53-
zip = { version = "2.1" }
53+
zip = { version = "2.2" }
5454

5555
[dev-dependencies]
5656
assert_cmd = "2.0"
5757
escargot = "0.5"
58-
insta = "1.29"
59-
rstest = "0.24"
58+
insta = "1.42"
59+
rstest = "0.25"
6060
tempfile = "3.17"
6161

6262
[lints.rust]

0 commit comments

Comments
 (0)