Skip to content

Commit 2cf9871

Browse files
Bump tokio from 1.45.1 to 1.46.0 (#102)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.45.1 to 1.46.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.1...tokio-1.46.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.46.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 25148c3 commit 2cf9871

File tree

2 files changed

+41
-3
lines changed

2 files changed

+41
-3
lines changed

Cargo.lock

Lines changed: 40 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
@@ -18,7 +18,7 @@ nom = { version = "^7.1", default-features = false, features = ["alloc"] }
1818
parking_lot = { version = "^0.12", default-features = false }
1919
tracing = { version = "^0.1", default-features = false, features = ["attributes"] }
2020

21-
tokio = { version = "^1.45", features = ["macros"] }
21+
tokio = { version = "^1.46", features = ["macros"] }
2222

2323
classfile = { path = "classfile" }
2424
java_class_proto = { path = "java_class_proto" }

0 commit comments

Comments
 (0)