From 18fa81c99d7712c59fad3786782e6c25255b1598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 03:26:07 +0000 Subject: [PATCH] feat(deps): bump uniffi_build from 0.23.0 to 0.25.3 Bumps [uniffi_build](https://github.com/mozilla/uniffi-rs) from 0.23.0 to 0.25.3. - [Changelog](https://github.com/mozilla/uniffi-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/mozilla/uniffi-rs/compare/v0.23.0...v0.25.3) --- updated-dependencies: - dependency-name: uniffi_build dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 151 ++++++++++++++++++++++++++++++++++++---- bindings/sdk/Cargo.toml | 2 +- 2 files changed, 139 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e9437db..59b835b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -212,11 +212,21 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb98f10f371286b177db5eeb9a6e5396609555686a35e1d4f7b9a9c6d8af0139" dependencies = [ - "askama_derive", + "askama_derive 0.11.2", "askama_escape", "askama_shared", ] +[[package]] +name = "askama" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b79091df18a97caea757e28cd2d5fda49c6cd4bd01ddffd7ff01ace0c0ad2c28" +dependencies = [ + "askama_derive 0.12.4", + "askama_escape", +] + [[package]] name = "askama_derive" version = "0.11.2" @@ -228,12 +238,37 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "askama_derive" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2ccf09143e56923c12e027b83a9553210a3c58322ed8419a53461b14a4dccd85" +dependencies = [ + "askama_parser", + "basic-toml", + "mime", + "mime_guess", + "proc-macro2", + "quote", + "serde", + "syn 2.0.29", +] + [[package]] name = "askama_escape" version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341" +[[package]] +name = "askama_parser" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "262eb9cf7be51269c5f2951eeda9ccd14d6934e437457f47b4f066bf55a6770d" +dependencies = [ + "nom", +] + [[package]] name = "askama_shared" version = "0.12.2" @@ -336,6 +371,15 @@ version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" +[[package]] +name = "basic-toml" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f2139706359229bfa8f19142ac1155b4b80beafb7a60471ac5dd109d4a19778" +dependencies = [ + "serde", +] + [[package]] name = "bech32" version = "0.9.1" @@ -396,7 +440,7 @@ dependencies = [ "hex", "serde_json", "uniffi", - "uniffi_build", + "uniffi_build 0.25.3", "zklink_sdk_interface", "zklink_sdk_provider", "zklink_sdk_signers", @@ -3791,9 +3835,9 @@ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" [[package]] name = "serde" -version = "1.0.188" +version = "1.0.193" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" +checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89" dependencies = [ "serde_derive", ] @@ -3822,9 +3866,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.188" +version = "1.0.193" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" +checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3" dependencies = [ "proc-macro2", "quote", @@ -4717,7 +4761,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dbbba5103051c18f10b22f80a74439ddf7100273f217a547005d2735b2498994" dependencies = [ "anyhow", - "askama", + "askama 0.11.1", "bincode", "camino", "fs-err", @@ -4729,11 +4773,34 @@ dependencies = [ "serde", "serde_json", "toml 0.5.11", - "uniffi_meta", - "uniffi_testing", + "uniffi_meta 0.23.0", + "uniffi_testing 0.23.0", "weedle2", ] +[[package]] +name = "uniffi_bindgen" +version = "0.25.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd992f2929a053829d5875af1eff2ee3d7a7001cb3b9a46cc7895f2caede6940" +dependencies = [ + "anyhow", + "askama 0.12.1", + "camino", + "cargo_metadata 0.15.4", + "fs-err", + "glob", + "goblin", + "heck", + "once_cell", + "paste", + "serde", + "toml 0.5.11", + "uniffi_meta 0.25.3", + "uniffi_testing 0.25.3", + "uniffi_udl", +] + [[package]] name = "uniffi_build" version = "0.23.0" @@ -4742,7 +4809,18 @@ checksum = "0ee1a28368ff3d83717e3d3e2e15a66269c43488c3f036914131bb68892f29fb" dependencies = [ "anyhow", "camino", - "uniffi_bindgen", + "uniffi_bindgen 0.23.0", +] + +[[package]] +name = "uniffi_build" +version = "0.25.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "001964dd3682d600084b3aaf75acf9c3426699bc27b65e96bb32d175a31c74e9" +dependencies = [ + "anyhow", + "camino", + "uniffi_bindgen 0.25.3", ] [[package]] @@ -4755,6 +4833,16 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "uniffi_checksum_derive" +version = "0.25.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "55137c122f712d9330fd985d66fa61bdc381752e89c35708c13ce63049a3002c" +dependencies = [ + "quote", + "syn 2.0.29", +] + [[package]] name = "uniffi_core" version = "0.23.0" @@ -4786,8 +4874,8 @@ dependencies = [ "serde", "syn 1.0.109", "toml 0.5.11", - "uniffi_build", - "uniffi_meta", + "uniffi_build 0.23.0", + "uniffi_meta 0.23.0", ] [[package]] @@ -4798,7 +4886,19 @@ checksum = "66fdab2c436aed7a6391bec64204ec33948bfed9b11b303235740771f85c4ea6" dependencies = [ "serde", "siphasher", - "uniffi_checksum_derive", + "uniffi_checksum_derive 0.23.0", +] + +[[package]] +name = "uniffi_meta" +version = "0.25.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71dc8573a7b1ac4b71643d6da34888273ebfc03440c525121f1b3634ad3417a2" +dependencies = [ + "anyhow", + "bytes", + "siphasher", + "uniffi_checksum_derive 0.25.3", ] [[package]] @@ -4816,6 +4916,31 @@ dependencies = [ "serde_json", ] +[[package]] +name = "uniffi_testing" +version = "0.25.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "118448debffcb676ddbe8c5305fb933ab7e0123753e659a71dc4a693f8d9f23c" +dependencies = [ + "anyhow", + "camino", + "cargo_metadata 0.15.4", + "fs-err", + "once_cell", +] + +[[package]] +name = "uniffi_udl" +version = "0.25.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "889edb7109c6078abe0e53e9b4070cf74a6b3468d141bdf5ef1bd4d1dc24a1c3" +dependencies = [ + "anyhow", + "uniffi_meta 0.25.3", + "uniffi_testing 0.25.3", + "weedle2", +] + [[package]] name = "untrusted" version = "0.7.1" diff --git a/bindings/sdk/Cargo.toml b/bindings/sdk/Cargo.toml index 41e95cc4..012cba7c 100644 --- a/bindings/sdk/Cargo.toml +++ b/bindings/sdk/Cargo.toml @@ -19,4 +19,4 @@ zklink_sdk_interface = { path = "../../interface", default_features = false, fea zklink_sdk_provider = { path = "../../provider", default_features = false, features = ["ffi"]} [build-dependencies] -uniffi_build = {version = "0.23", features=["builtin-bindgen"] } +uniffi_build = {version = "0.25", features=["builtin-bindgen"] }