From 79b958a90b85c1d73887e97bcc19ba563fd4bc76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 07:56:12 +0000 Subject: [PATCH] Bump jvm from `678a9ac` to `262c1cf` Bumps [jvm](https://github.com/dlunch/RustJava) from `678a9ac` to `262c1cf`. - [Commits](https://github.com/dlunch/RustJava/compare/678a9ac3a7033ea1d66a48f7fa93151483f38294...262c1cfa8ee4fb9a21f517b2730cbe77df5444c4) --- updated-dependencies: - dependency-name: jvm dependency-version: 262c1cfa8ee4fb9a21f517b2730cbe77df5444c4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fa6f59e..4a0bcb96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -449,7 +449,7 @@ checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] name = "classfile" version = "0.0.1" -source = "git+https://github.com/dlunch/RustJava.git#678a9ac3a7033ea1d66a48f7fa93151483f38294" +source = "git+https://github.com/dlunch/RustJava.git#262c1cfa8ee4fb9a21f517b2730cbe77df5444c4" dependencies = [ "java_constants", "nom", @@ -1265,7 +1265,7 @@ dependencies = [ [[package]] name = "java_class_proto" version = "0.0.1" -source = "git+https://github.com/dlunch/RustJava.git#678a9ac3a7033ea1d66a48f7fa93151483f38294" +source = "git+https://github.com/dlunch/RustJava.git#262c1cfa8ee4fb9a21f517b2730cbe77df5444c4" dependencies = [ "async-trait", "dyn-clone", @@ -1276,7 +1276,7 @@ dependencies = [ [[package]] name = "java_constants" version = "0.0.1" -source = "git+https://github.com/dlunch/RustJava.git#678a9ac3a7033ea1d66a48f7fa93151483f38294" +source = "git+https://github.com/dlunch/RustJava.git#262c1cfa8ee4fb9a21f517b2730cbe77df5444c4" dependencies = [ "bitflags 2.9.1", ] @@ -1284,7 +1284,7 @@ dependencies = [ [[package]] name = "java_runtime" version = "0.0.1" -source = "git+https://github.com/dlunch/RustJava.git#678a9ac3a7033ea1d66a48f7fa93151483f38294" +source = "git+https://github.com/dlunch/RustJava.git#262c1cfa8ee4fb9a21f517b2730cbe77df5444c4" dependencies = [ "async-trait", "bytemuck", @@ -1347,7 +1347,7 @@ dependencies = [ [[package]] name = "jvm" version = "0.0.1" -source = "git+https://github.com/dlunch/RustJava.git#678a9ac3a7033ea1d66a48f7fa93151483f38294" +source = "git+https://github.com/dlunch/RustJava.git#262c1cfa8ee4fb9a21f517b2730cbe77df5444c4" dependencies = [ "anyhow", "async-recursion", @@ -1365,7 +1365,7 @@ dependencies = [ [[package]] name = "jvm_rust" version = "0.0.1" -source = "git+https://github.com/dlunch/RustJava.git#678a9ac3a7033ea1d66a48f7fa93151483f38294" +source = "git+https://github.com/dlunch/RustJava.git#262c1cfa8ee4fb9a21f517b2730cbe77df5444c4" dependencies = [ "async-recursion", "async-trait",