Skip to content

Commit 0b700d0

Browse files
Bump tokio from 1.41.1 to 1.42.0
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] <support@github.com>
1 parent d4b7042 commit 0b700d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ nom = { version = "^7.1", default-features = false, features = ["alloc"] }
1616
parking_lot = { version = "^0.12", default-features = false }
1717
tracing = { version = "^0.1", default-features = false, features = ["attributes"] }
1818

19-
tokio = { version = "^1.41", features = ["macros"] }
19+
tokio = { version = "^1.42", features = ["macros"] }
2020

2121
classfile = { path = "classfile" }
2222
java_class_proto = { path = "java_class_proto" }

0 commit comments

Comments
 (0)