diff --git a/Cargo.lock b/Cargo.lock index 821ecca..b2ccaf8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -982,9 +982,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.2" +version = "1.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" +checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165" dependencies = [ "backtrace", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index ff3ef20..0d2fe19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ nom = { version = "^7.1", default-features = false, features = ["alloc"] } parking_lot = { version = "^0.12", default-features = false } tracing = { version = "^0.1", default-features = false, features = ["attributes"] } -tokio = { version = "^1.44", features = ["macros"] } +tokio = { version = "^1.45", features = ["macros"] } classfile = { path = "classfile" } java_class_proto = { path = "java_class_proto" }