Skip to content

Commit a84eadf

Browse files
dependabot[bot]ChanTsune
authored andcommitted
⬆️ Bump tokio from 1.52.1 to 1.52.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.52.1 to 1.52.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.1...tokio-1.52.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cba8f1d commit a84eadf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ version-sync = "0.9.5"
4747
criterion = { version = "0.8.2", default-features = false, features = ["cargo_bench_support", "plotters"] }
4848

4949
[target.'cfg(not(target_family = "wasm"))'.dev-dependencies]
50-
tokio = { version = "1.52.1", features = ["macros", "rt-multi-thread", "fs", "io-util"] }
50+
tokio = { version = "1.52.2", features = ["macros", "rt-multi-thread", "fs", "io-util"] }
5151
tokio-util = { version = "0.7.18", features = ["compat"] }
5252

5353
[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dev-dependencies]

0 commit comments

Comments
 (0)