Skip to content

Commit 2aeb5b3

Browse files
Bump tokio from 1.43.0 to 1.44.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.44.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.44.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8fa7024 commit 2aeb5b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

integration_tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ indoc = "2"
3434
rstest = "0.25"
3535
rustversion = "1.0.19"
3636
tempfile = "3.17.0"
37-
tokio = { version = "1.43", features = ["time", "macros", "rt"] }
37+
tokio = { version = "1.44", features = ["time", "macros", "rt"] }
3838

3939
[[bin]]
4040
name = "integration_tests"

0 commit comments

Comments
 (0)