Skip to content

Commit 6ad17af

Browse files
dependabot[bot]garryod
authored andcommitted
Bump tokio from 1.41.1 to 1.42.0 in /bundler
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.1 to 1.42.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.42.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e0b753b commit 6ad17af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bundler/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.

bundler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sqlx = { version = "0.8.3", features = [
2929
] }
3030
tar = { version = "0.4.43" }
3131
thiserror = "2.0.9"
32-
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] }
32+
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }
3333
tower = { version = "0.5.2" }
3434
tower-http = { version = "0.6.2", features = ["trace"] }
3535
tracing = { version = "0.1.41" }

0 commit comments

Comments
 (0)