DISCO-2947 - Bump UniFFI to 0.28.0
This commit is contained in:
Родитель
9105b3a38d
Коммит
9403a4fa6c
|
@ -1834,6 +1834,12 @@ version = "0.4.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
||||
|
||||
[[package]]
|
||||
name = "heck"
|
||||
version = "0.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
||||
|
||||
[[package]]
|
||||
name = "hermit-abi"
|
||||
version = "0.1.19"
|
||||
|
@ -2915,12 +2921,6 @@ version = "1.18.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
||||
|
||||
[[package]]
|
||||
name = "oneshot-uniffi"
|
||||
version = "0.1.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6c548d5c78976f6955d72d0ced18c48ca07030f7a1d4024529fedd7c1c01b29c"
|
||||
|
||||
[[package]]
|
||||
name = "oorandom"
|
||||
version = "11.1.3"
|
||||
|
@ -4386,8 +4386,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
|
||||
dependencies = [
|
||||
"smawk",
|
||||
"unicode-linebreak",
|
||||
"unicode-width",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -4712,9 +4710,9 @@ checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
|
|||
|
||||
[[package]]
|
||||
name = "uniffi"
|
||||
version = "0.27.1"
|
||||
version = "0.28.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a5566fae48a5cb017005bf9cd622af5236b2a203a13fb548afde3506d3c68277"
|
||||
checksum = "f31bff6daf87277a9014bcdefbc2842b0553392919d1096843c5aad899ca4588"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"camino",
|
||||
|
@ -4727,19 +4725,18 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "uniffi_bindgen"
|
||||
version = "0.27.1"
|
||||
version = "0.28.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4a77bb514bcd4bf27c9bd404d7c3f2a6a8131b957eba9c22cfeb7751c4278e09"
|
||||
checksum = "96061d7e01b185aa405f7c9b134741ab3e50cc6796a47d6fd8ab9a5364b5feed"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"askama",
|
||||
"camino",
|
||||
"cargo_metadata",
|
||||
"clap 4.2.2",
|
||||
"fs-err",
|
||||
"glob",
|
||||
"goblin",
|
||||
"heck 0.4.1",
|
||||
"heck 0.5.0",
|
||||
"once_cell",
|
||||
"paste",
|
||||
"serde",
|
||||
|
@ -4752,9 +4749,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "uniffi_build"
|
||||
version = "0.27.1"
|
||||
version = "0.28.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "45cba427aeb7b3a8b54830c4c915079a7a3c62608dd03dddba1d867a8a023eb4"
|
||||
checksum = "9d6b86f9b221046af0c533eafe09ece04e2f1ded04ccdc9bba0ec09aec1c52bd"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"camino",
|
||||
|
@ -4763,9 +4760,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "uniffi_checksum_derive"
|
||||
version = "0.27.1"
|
||||
version = "0.28.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ae7e5a6c33b1dec3f255f57ec0b6af0f0b2bb3021868be1d5eec7a38e2905ebc"
|
||||
checksum = "2fcfa22f55829d3aaa7acfb1c5150224188fe0f27c59a8a3eddcaa24d1ffbe58"
|
||||
dependencies = [
|
||||
"quote",
|
||||
"syn 2.0.72",
|
||||
|
@ -4773,25 +4770,24 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "uniffi_core"
|
||||
version = "0.27.1"
|
||||
version = "0.28.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0ea3eb5474d50fc149b7e4d86b9c5bd4a61dcc167f0683902bf18ae7bbb3deef"
|
||||
checksum = "3210d57d6ab6065ab47a2898dacdb7c606fd6a4156196831fa3bf82e34ac58a6"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bytes",
|
||||
"camino",
|
||||
"log",
|
||||
"once_cell",
|
||||
"oneshot-uniffi",
|
||||
"paste",
|
||||
"static_assertions",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uniffi_macros"
|
||||
version = "0.27.1"
|
||||
version = "0.28.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "18331d35003f46f0d04047fbe4227291815b83a937a8c32bc057f990962182c4"
|
||||
checksum = "b58691741080935437dc862122e68d7414432a11824ac1137868de46181a0bd2"
|
||||
dependencies = [
|
||||
"bincode",
|
||||
"camino",
|
||||
|
@ -4807,9 +4803,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "uniffi_meta"
|
||||
version = "0.27.1"
|
||||
version = "0.28.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f7224422c4cfd181c7ca9fca2154abca4d21db962f926f270f996edd38b0c4b8"
|
||||
checksum = "7663eacdbd9fbf4a88907ddcfe2e6fa85838eb6dc2418a7d91eebb3786f8e20b"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bytes",
|
||||
|
@ -4819,9 +4815,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "uniffi_testing"
|
||||
version = "0.27.1"
|
||||
version = "0.28.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f8ce878d0bdfc288b58797044eaaedf748526c56eef3575380bb4d4b19d69eee"
|
||||
checksum = "f922465f7566f25f8fe766920205fdfa9a3fcdc209c6bfb7557f0b5bf45b04dd"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"camino",
|
||||
|
@ -4832,9 +4828,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "uniffi_udl"
|
||||
version = "0.27.1"
|
||||
version = "0.28.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8c43c9ed40a8d20a5c3eae2d23031092db6b96dc8e571beb449ba9757484cea0"
|
||||
checksum = "cef408229a3a407fafa4c36dc4f6ece78a6fb258ab28d2b64bddd49c8cb680f6"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"textwrap 0.16.1",
|
||||
|
|
|
@ -126,7 +126,7 @@ default-members = [
|
|||
[workspace.dependencies]
|
||||
rusqlite = "0.31.0"
|
||||
libsqlite3-sys = "0.28.0"
|
||||
uniffi = "0.27.1"
|
||||
uniffi = "0.28.0"
|
||||
|
||||
[profile.release]
|
||||
opt-level = "s"
|
||||
|
|
|
@ -526,7 +526,6 @@ The following text applies to code linked from these dependencies:
|
|||
[num_cpus](https://github.com/seanmonstar/num_cpus),
|
||||
[ohttp](https://github.com/martinthomson/ohttp),
|
||||
[once_cell](https://github.com/matklad/once_cell),
|
||||
[oneshot-uniffi](https://github.com/faern/oneshot),
|
||||
[openssl-macros](https://github.com/sfackler/rust-openssl),
|
||||
[openssl-probe](https://github.com/alexcrichton/openssl-probe),
|
||||
[openssl-src](https://github.com/alexcrichton/openssl-src-rs),
|
||||
|
@ -583,10 +582,8 @@ The following text applies to code linked from these dependencies:
|
|||
[unicase](https://github.com/seanmonstar/unicase),
|
||||
[unicode-bidi](https://github.com/servo/unicode-bidi),
|
||||
[unicode-ident](https://github.com/dtolnay/unicode-ident),
|
||||
[unicode-linebreak](https://github.com/axelf4/unicode-linebreak),
|
||||
[unicode-normalization](https://github.com/unicode-rs/unicode-normalization),
|
||||
[unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation),
|
||||
[unicode-width](https://github.com/unicode-rs/unicode-width),
|
||||
[url](https://github.com/servo/rust-url),
|
||||
[uuid](https://github.com/uuid-rs/uuid),
|
||||
[vcpkg](https://github.com/mcgoo/vcpkg-rs),
|
||||
|
|
|
@ -483,7 +483,6 @@ The following text applies to code linked from these dependencies:
|
|||
[minimal-lexical](https://github.com/Alexhuszagh/minimal-lexical),
|
||||
[num-traits](https://github.com/rust-num/num-traits),
|
||||
[once_cell](https://github.com/matklad/once_cell),
|
||||
[oneshot-uniffi](https://github.com/faern/oneshot),
|
||||
[parking_lot](https://github.com/Amanieu/parking_lot),
|
||||
[parking_lot_core](https://github.com/Amanieu/parking_lot),
|
||||
[paste](https://github.com/dtolnay/paste),
|
||||
|
@ -526,10 +525,8 @@ The following text applies to code linked from these dependencies:
|
|||
[unicase](https://github.com/seanmonstar/unicase),
|
||||
[unicode-bidi](https://github.com/servo/unicode-bidi),
|
||||
[unicode-ident](https://github.com/dtolnay/unicode-ident),
|
||||
[unicode-linebreak](https://github.com/axelf4/unicode-linebreak),
|
||||
[unicode-normalization](https://github.com/unicode-rs/unicode-normalization),
|
||||
[unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation),
|
||||
[unicode-width](https://github.com/unicode-rs/unicode-width),
|
||||
[url](https://github.com/servo/rust-url),
|
||||
[uuid](https://github.com/uuid-rs/uuid),
|
||||
[vcpkg](https://github.com/mcgoo/vcpkg-rs),
|
||||
|
|
|
@ -276,10 +276,6 @@ the details of which are reproduced below.
|
|||
<name>Apache License 2.0: once_cell</name>
|
||||
<url>https://github.com/matklad/once_cell/blob/master/LICENSE-APACHE</url>
|
||||
</license>
|
||||
<license>
|
||||
<name>Apache License 2.0: oneshot-uniffi</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
</license>
|
||||
<license>
|
||||
<name>Apache License 2.0: parking_lot</name>
|
||||
<url>https://github.com/Amanieu/parking_lot/blob/master/LICENSE-APACHE</url>
|
||||
|
@ -448,10 +444,6 @@ the details of which are reproduced below.
|
|||
<name>Apache License 2.0: unicode-ident</name>
|
||||
<url>https://github.com/dtolnay/unicode-ident/blob/master/LICENSE-APACHE</url>
|
||||
</license>
|
||||
<license>
|
||||
<name>Apache License 2.0: unicode-linebreak</name>
|
||||
<url>https://github.com/axelf4/unicode-linebreak/blob/master/LICENSE</url>
|
||||
</license>
|
||||
<license>
|
||||
<name>Apache License 2.0: unicode-normalization</name>
|
||||
<url>https://github.com/unicode-rs/unicode-normalization/blob/master/LICENSE-APACHE</url>
|
||||
|
@ -460,10 +452,6 @@ the details of which are reproduced below.
|
|||
<name>Apache License 2.0: unicode-segmentation</name>
|
||||
<url>https://github.com/unicode-rs/unicode-segmentation/blob/master/LICENSE-APACHE</url>
|
||||
</license>
|
||||
<license>
|
||||
<name>Apache License 2.0: unicode-width</name>
|
||||
<url>https://github.com/unicode-rs/unicode-width/blob/master/LICENSE-APACHE</url>
|
||||
</license>
|
||||
<license>
|
||||
<name>Apache License 2.0: url</name>
|
||||
<url>https://github.com/servo/rust-url/blob/main/LICENSE-APACHE</url>
|
||||
|
|
|
@ -515,7 +515,6 @@ The following text applies to code linked from these dependencies:
|
|||
[num_cpus](https://github.com/seanmonstar/num_cpus),
|
||||
[ohttp](https://github.com/martinthomson/ohttp),
|
||||
[once_cell](https://github.com/matklad/once_cell),
|
||||
[oneshot-uniffi](https://github.com/faern/oneshot),
|
||||
[parking_lot](https://github.com/Amanieu/parking_lot),
|
||||
[parking_lot_core](https://github.com/Amanieu/parking_lot),
|
||||
[paste](https://github.com/dtolnay/paste),
|
||||
|
@ -568,10 +567,8 @@ The following text applies to code linked from these dependencies:
|
|||
[unicase](https://github.com/seanmonstar/unicase),
|
||||
[unicode-bidi](https://github.com/servo/unicode-bidi),
|
||||
[unicode-ident](https://github.com/dtolnay/unicode-ident),
|
||||
[unicode-linebreak](https://github.com/axelf4/unicode-linebreak),
|
||||
[unicode-normalization](https://github.com/unicode-rs/unicode-normalization),
|
||||
[unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation),
|
||||
[unicode-width](https://github.com/unicode-rs/unicode-width),
|
||||
[url](https://github.com/servo/rust-url),
|
||||
[uuid](https://github.com/uuid-rs/uuid),
|
||||
[vcpkg](https://github.com/mcgoo/vcpkg-rs),
|
||||
|
|
|
@ -491,7 +491,6 @@ The following text applies to code linked from these dependencies:
|
|||
[num-traits](https://github.com/rust-num/num-traits),
|
||||
[num_cpus](https://github.com/seanmonstar/num_cpus),
|
||||
[once_cell](https://github.com/matklad/once_cell),
|
||||
[oneshot-uniffi](https://github.com/faern/oneshot),
|
||||
[parking_lot](https://github.com/Amanieu/parking_lot),
|
||||
[parking_lot_core](https://github.com/Amanieu/parking_lot),
|
||||
[paste](https://github.com/dtolnay/paste),
|
||||
|
@ -534,10 +533,8 @@ The following text applies to code linked from these dependencies:
|
|||
[unicase](https://github.com/seanmonstar/unicase),
|
||||
[unicode-bidi](https://github.com/servo/unicode-bidi),
|
||||
[unicode-ident](https://github.com/dtolnay/unicode-ident),
|
||||
[unicode-linebreak](https://github.com/axelf4/unicode-linebreak),
|
||||
[unicode-normalization](https://github.com/unicode-rs/unicode-normalization),
|
||||
[unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation),
|
||||
[unicode-width](https://github.com/unicode-rs/unicode-width),
|
||||
[url](https://github.com/servo/rust-url),
|
||||
[uuid](https://github.com/uuid-rs/uuid),
|
||||
[version_check](https://github.com/SergioBenitez/version_check),
|
||||
|
|
Загрузка…
Ссылка в новой задаче