Skip to content

Commit e045bfa

Browse files
dependabot[bot]xtexx
authored andcommitted
build(deps): bump tokio from 1.44.1 to 1.44.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.1...tokio-1.44.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cb04e1d commit e045bfa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.

libpfu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ opendal = "0.52.0"
2020
ouroboros = "0.18.5"
2121
parking_lot = "0.12.3"
2222
reqwest = "0.12.12"
23-
tokio = { version = "1.43.0", features = ["sync"] }
23+
tokio = { version = "1.44.2", features = ["sync"] }

pakfixer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ libpfu-style = { version = "0.1.2", path = "../libpfu-style" }
2121
log = { version = "0.4.25", features = ["std", "max_level_debug", "release_max_level_info"] }
2222
rayon = "1.10.0"
2323
regex = "1.11.1"
24-
tokio = { version = "1.43.0", features = ["full"] }
24+
tokio = { version = "1.44.2", features = ["full"] }

0 commit comments

Comments
 (0)