Skip to content

Commit 52d749c

Browse files
chore(deps): bump the cargo group with 7 updates (#72)
Bumps the cargo group with 7 updates: | Package | From | To | | --- | --- | --- | | [tokio](https://github.com/tokio-rs/tokio) | `1.49.0` | `1.50.0` | | [aws-sdk-ecr](https://github.com/awslabs/aws-sdk-rust) | `1.110.0` | `1.111.0` | | [aws-sdk-eks](https://github.com/awslabs/aws-sdk-rust) | `1.124.0` | `1.125.0` | | [ipnet](https://github.com/krisprice/ipnet) | `2.11.0` | `2.12.0` | | [toml](https://github.com/toml-rs/toml) | `1.0.3+spec-1.1.0` | `1.0.6+spec-1.1.0` | | [zip](https://github.com/zip-rs/zip2) | `8.1.0` | `8.2.0` | | [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) | `1.124.0` | `1.125.0` | Updates `tokio` from 1.49.0 to 1.50.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.49.0...tokio-1.50.0) Updates `aws-sdk-ecr` from 1.110.0 to 1.111.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.124.0 to 1.125.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) Updates `ipnet` from 2.11.0 to 2.12.0 - [Release notes](https://github.com/krisprice/ipnet/releases) - [Changelog](https://github.com/krisprice/ipnet/blob/master/RELEASES.md) - [Commits](krisprice/ipnet@2.11.0...2.12.0) Updates `toml` from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0 - [Commits](toml-rs/toml@toml-v1.0.3...toml-v1.0.6) Updates `zip` from 8.1.0 to 8.2.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@v8.1.0...v8.2.0) Updates `aws-sdk-s3` from 1.124.0 to 1.125.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: aws-sdk-ecr dependency-version: 1.111.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: aws-sdk-eks dependency-version: 1.125.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: ipnet dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: toml dependency-version: 1.0.6+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: zip dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: aws-sdk-s3 dependency-version: 1.125.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 7d3a42c commit 52d749c

File tree

4 files changed

+52
-76
lines changed

4 files changed

+52
-76
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ serde_yaml = "0.9"
3131
tracing = {version = "0.1", default-features = false, features = ["log-always"] }
3232
tracing-log = "0.2"
3333
tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "std", "ansi"] }
34-
tokio = { version = "1.49", default-features = false, features = ["macros", "rt-multi-thread"] }
34+
tokio = { version = "1.50", default-features = false, features = ["macros", "rt-multi-thread"] }
3535
tokio-stream = "0.1"
3636

3737
[profile.release]

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.124"
20+
aws-sdk-s3 = "1.125"
2121
aws-types.workspace = true
2222
clap.workspace = true
2323
clap-verbosity-flag.workspace = true

eksnode/Cargo.toml

Lines changed: 4 additions & 4 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.110"
27-
aws-sdk-eks = "1.124"
26+
aws-sdk-ecr = "1.111"
27+
aws-sdk-eks = "1.125"
2828
aws-types.workspace = true
2929
base64 = "0.22"
3030
clap.workspace = true
@@ -34,7 +34,7 @@ containerd-client = "0.8"
3434
dns-lookup = "3.0"
3535
rust-embed = { version = "8.9", features = ["compression"] }
3636
http = "1.4"
37-
ipnet = {version = "2.7", features = ["json"]}
37+
ipnet = {version = "2.12", features = ["json"]}
3838
num_cpus = "1.17"
3939
rand = "0.10"
4040
regex-lite.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 = "8.1" }
53+
zip = { version = "8.2" }
5454

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

0 commit comments

Comments
 (0)