Skip to content

Commit 52f66ac

Browse files
chore(deps): bump tokio from 1.43.0 to 1.43.1 in /bundler
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.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 ea41efd commit 52f66ac

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
@@ -30,7 +30,7 @@ sqlx = { version = "0.8.3", features = [
3030
] }
3131
tar = { version = "0.4.43" }
3232
thiserror = "2.0.11"
33-
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }
33+
tokio = { version = "1.43.1", features = ["macros", "rt-multi-thread"] }
3434
tower = { version = "0.5.2" }
3535
tower-http = { version = "0.6.2", features = ["trace"] }
3636
tracing = { version = "0.1.41" }

0 commit comments

Comments
 (0)