From 4a71a712971c039168cfc8daaf1b5fd7ce6751d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 03:25:55 +0000 Subject: [PATCH] Bump javy-plugin-api from 5.0.0 to 6.0.0 in /javy-plugin Bumps [javy-plugin-api](https://github.com/bytecodealliance/javy) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/bytecodealliance/javy/releases) - [Commits](https://github.com/bytecodealliance/javy/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: javy-plugin-api dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- javy-plugin/Cargo.lock | 32 ++++++++++++++++---------------- javy-plugin/Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/javy-plugin/Cargo.lock b/javy-plugin/Cargo.lock index 44b2935..ca3ffdf 100644 --- a/javy-plugin/Cargo.lock +++ b/javy-plugin/Cargo.lock @@ -45,9 +45,9 @@ dependencies = [ [[package]] name = "bitflags" -version = "2.10.0" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" +checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" [[package]] name = "cc" @@ -87,9 +87,9 @@ dependencies = [ [[package]] name = "convert_case" -version = "0.8.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f" +checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" dependencies = [ "unicode-segmentation", ] @@ -195,9 +195,9 @@ dependencies = [ [[package]] name = "javy" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2809f225b963fc7c8d0e16299ec7554fe6a2300f3f683e8f5c9656068dc7386f" +checksum = "0de2ed172feeacbcb567c8c0d927254b73150163cf7bbcfdab9c40fb25cd46d8" dependencies = [ "anyhow", "bitflags", @@ -209,9 +209,9 @@ dependencies = [ [[package]] name = "javy-plugin-api" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f47e673190a6046d1bc4bc51eeda864d7f35183123ade9ccfe3340a718646fc8" +checksum = "2f2aad5af6548c9bc12601fc54c55de54176d9a681939fe50d50af4ecc7f9c68" dependencies = [ "anyhow", "javy", @@ -374,9 +374,9 @@ dependencies = [ [[package]] name = "rquickjs" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a135375fbac5ba723bb6a48f432a72f81539cedde422f0121a86c7c4e96d8e0d" +checksum = "c50dc6d6c587c339edb4769cf705867497a2baf0eca8b4645fa6ecd22f02c77a" dependencies = [ "rquickjs-core", "rquickjs-macro", @@ -384,9 +384,9 @@ dependencies = [ [[package]] name = "rquickjs-core" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bccb7121a123865c8ace4dea42e7ed84d78b90cbaf4ca32c59849d8d210c9672" +checksum = "b8bf7840285c321c3ab20e752a9afb95548c75cd7f4632a0627cea3507e310c1" dependencies = [ "hashbrown", "relative-path", @@ -395,9 +395,9 @@ dependencies = [ [[package]] name = "rquickjs-macro" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89f93602cc3112c7f30bf5f29e722784232138692c7df4c52ebbac7e035d900d" +checksum = "7106215ff41a5677b104906a13e1a440b880f4b6362b5dc4f3978c267fad2b80" dependencies = [ "convert_case", "fnv", @@ -412,9 +412,9 @@ dependencies = [ [[package]] name = "rquickjs-sys" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57b1b6528590d4d65dc86b5159eae2d0219709546644c66408b2441696d1d725" +checksum = "27344601ef27460e82d6a4e1ecb9e7e99f518122095f3c51296da8e9be2b9d83" dependencies = [ "bindgen", "cc", diff --git a/javy-plugin/Cargo.toml b/javy-plugin/Cargo.toml index 0f380df..2a3eed4 100644 --- a/javy-plugin/Cargo.toml +++ b/javy-plugin/Cargo.toml @@ -7,4 +7,4 @@ name = "javy_quickjs4j_plugin" crate-type = ["cdylib"] [dependencies] -javy-plugin-api = "5.0.0" +javy-plugin-api = "6.0.0"