Skip to content

Commit fc625ce

Browse files
Bump tokio from 1.42.0 to 1.43.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 61f05de commit fc625ce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

rustrial-k8s-aws-iam-controller/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ log = "0.4.22"
1313
env_logger = "0.11.6"
1414
anyhow = { version = "1.0.95", features = ["std"] }
1515
thiserror = "2.0.9"
16-
tokio = { version = "1.42.0", features = ["full"] }
16+
tokio = { version = "1.43.1", features = ["full"] }
1717
serde_yaml = {workspace = true}
1818
futures = "0.3.31"
1919
metrics = "0.24.1"

0 commit comments

Comments
 (0)