Skip to content

Commit c1cb533

Browse files
chore(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 0926c07 commit c1cb533

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.

crates/criterion_compat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ colored = "2.1.0"
2323

2424
futures = { version = "0.3", default-features = false, optional = true }
2525
smol = { version = "2.0", default-features = false, optional = true }
26-
tokio = { version = "1.39", default-features = false, features = [
26+
tokio = { version = "1.44", default-features = false, features = [
2727
"rt",
2828
], optional = true }
2929
async-std = { version = "1.12", optional = true }

crates/criterion_compat/criterion_fork/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ rayon = { version = "1.3", optional = true }
4040
csv = { version = "1.1", optional = true }
4141
futures = { version = "0.3", default-features = false, optional = true }
4242
smol = { version = "1.2", default-features = false, optional = true }
43-
tokio = { version = "1.0", default-features = false, features = [
43+
tokio = { version = "1.44", default-features = false, features = [
4444
"rt",
4545
], optional = true }
4646
async-std = { version = "1.9", optional = true }

0 commit comments

Comments
 (0)