Skip to content

Commit 4804c8e

Browse files
Bump tokio from 1.44.1 to 1.44.2 (#83)
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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5fc9900 commit 4804c8e

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
@@ -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.43", features = ["macros"] }
21+
tokio = { version = "^1.44", features = ["macros"] }
2222

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

0 commit comments

Comments
 (0)