diff --git a/Cargo.lock b/Cargo.lock index 5e91308..48e0a9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,12 +2,6 @@ # It is not intended for manual editing. version = 3 -[[package]] -name = "adler2" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" - [[package]] name = "aho-corasick" version = "1.1.3" @@ -19,9 +13,9 @@ dependencies = [ [[package]] name = "aluvm" -version = "0.12.0-beta.4" +version = "0.12.0-beta.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecadfc638661bf95a89674ab269895ff0ef2e23e265f4e9bacb4b00aeb4ed574" +checksum = "4e5c29f34577f43613078668c1fca4390d111958956ccff32397a3723c893b0f" dependencies = [ "amplify", "baid64", @@ -205,11 +199,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6cb4a8b2f1afee4ef00a190b260ad871842b93206177b59631fecd325d48d538" dependencies = [ "amplify", - "base64", + "base64 0.22.1", "mnemonic", "sha2", ] +[[package]] +name = "base64" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" + [[package]] name = "base64" version = "0.22.1" @@ -293,8 +293,9 @@ checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32" [[package]] name = "bp-consensus" -version = "0.12.0-beta.4" -source = "git+https://github.com/BP-WG/bp-core?branch=v0.12#c23f32c7e5ce3cc04fc6add95ddcc1139f6515b4" +version = "0.12.0-beta.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "888c412d603ec1c4df0785d9767ff94ee28b65f5e8c800900b328223133415dc" dependencies = [ "amplify", "chrono", @@ -306,8 +307,9 @@ dependencies = [ [[package]] name = "bp-core" -version = "0.12.0-beta.4" -source = "git+https://github.com/BP-WG/bp-core?branch=v0.12#c23f32c7e5ce3cc04fc6add95ddcc1139f6515b4" +version = "0.12.0-beta.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d5da3b6f01c30d70426892fa7cc116399beb96c3dd4c3492e4cf084456eafab" dependencies = [ "amplify", "bp-consensus", @@ -323,8 +325,9 @@ dependencies = [ [[package]] name = "bp-dbc" -version = "0.12.0-beta.4" -source = "git+https://github.com/BP-WG/bp-core?branch=v0.12#c23f32c7e5ce3cc04fc6add95ddcc1139f6515b4" +version = "0.12.0-beta.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd3206ef558ad665cdc75cbbe8415aaa207d5aa75a8129a3dfe6556cdc9272d7" dependencies = [ "amplify", "base85", @@ -337,8 +340,9 @@ dependencies = [ [[package]] name = "bp-derive" -version = "0.12.0-beta.4" -source = "git+https://github.com/BP-WG/bp-std?branch=v0.12#c04e2e951942546c820079b69d68eeed5a71df32" +version = "0.12.0-beta.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "683863b99e01d34c44ec77e93945425ad7aea5cbef714c10d000c9bb64630a78" dependencies = [ "amplify", "bp-consensus", @@ -352,9 +356,9 @@ dependencies = [ [[package]] name = "bp-electrum" -version = "0.12.0-beta.4" +version = "0.12.0-beta.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "200dd90936c240f274adafda20a52a11565d44f5da6933425be841ad342a10d0" +checksum = "67f35e140915b2510f80d047a1da65a95cb628a5cabaf61dbb6604a12943b2c2" dependencies = [ "amplify", "bp-std", @@ -371,23 +375,24 @@ dependencies = [ [[package]] name = "bp-esplora" -version = "0.12.0-beta.4" +version = "0.12.0-beta.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a21e228cb0153265cb3f79a541da335f3c22ec73d1afbbff396438aa35dd7b18" +checksum = "4ec6536fdc52c7be3e5d1b5204e5276f7f782225fb6fc7080411039d32bc47f4" dependencies = [ "amplify", "bp-std", "log", + "minreq", "serde", "serde_with 3.12.0", "sha2", - "ureq", ] [[package]] name = "bp-invoice" -version = "0.12.0-beta.4" -source = "git+https://github.com/BP-WG/bp-std?branch=v0.12#c04e2e951942546c820079b69d68eeed5a71df32" +version = "0.12.0-beta.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c24cf9cc164f91d2a99306eb7a6286507903a3652fe366b88c7e382157b3137" dependencies = [ "amplify", "bech32", @@ -399,8 +404,9 @@ dependencies = [ [[package]] name = "bp-seals" -version = "0.12.0-beta.4" -source = "git+https://github.com/BP-WG/bp-core?branch=v0.12#c23f32c7e5ce3cc04fc6add95ddcc1139f6515b4" +version = "0.12.0-beta.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08f7762a1a99f0b61f81e795e273f22c221609749279cf66c9a2cfcc5f58f8ee" dependencies = [ "amplify", "baid64", @@ -415,8 +421,9 @@ dependencies = [ [[package]] name = "bp-std" -version = "0.12.0-beta.4" -source = "git+https://github.com/BP-WG/bp-std?branch=v0.12#c04e2e951942546c820079b69d68eeed5a71df32" +version = "0.12.0-beta.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f89b997e50a6d0078152a260369b18945f1bc7620809c12aea8a145e10c8467c" dependencies = [ "amplify", "bp-consensus", @@ -433,11 +440,12 @@ dependencies = [ [[package]] name = "bp-wallet" -version = "0.12.0-beta.4" -source = "git+https://github.com/BP-WG/bp-wallet?branch=v0.12#5546f0ad5d7aee3d8d92d4a5604095cf2ec834fe" +version = "0.12.0-beta.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "15c370fa0777c3a9243ad517e003290d4151a03f1981be565fdcfa13c897f2c5" dependencies = [ "amplify", - "base64", + "base64 0.22.1", "bp-electrum", "bp-esplora", "bp-std", @@ -601,9 +609,9 @@ dependencies = [ [[package]] name = "commit_verify" -version = "0.12.0-beta.4" +version = "0.12.0-beta.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b822f3253ddad821c2a08b88d6534cc322e57dfe3aa8a5bbe88cce8beecc965" +checksum = "4de6c513328b7228446f116caf74d658a2d39b305683f5ed24b73edccc3f9cf3" dependencies = [ "amplify", "commit_encoding_derive", @@ -631,15 +639,6 @@ dependencies = [ "libc", ] -[[package]] -name = "crc32fast" -version = "1.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" -dependencies = [ - "cfg-if", -] - [[package]] name = "crypto-common" version = "0.1.6" @@ -732,8 +731,9 @@ dependencies = [ [[package]] name = "descriptors" -version = "0.12.0-beta.4" -source = "git+https://github.com/BP-WG/bp-std?branch=v0.12#c04e2e951942546c820079b69d68eeed5a71df32" +version = "0.12.0-beta.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f12e573874ca7f5ac6d1bbc556820a683f51665887478fd2ad6340190825c4e" dependencies = [ "amplify", "bp-derive", @@ -773,17 +773,6 @@ dependencies = [ "windows-sys 0.48.0", ] -[[package]] -name = "displaydoc" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.98", -] - [[package]] name = "dunce" version = "1.0.5" @@ -821,9 +810,9 @@ dependencies = [ [[package]] name = "equivalent" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "errno" @@ -835,16 +824,6 @@ dependencies = [ "windows-sys 0.59.0", ] -[[package]] -name = "flate2" -version = "1.0.35" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" -dependencies = [ - "crc32fast", - "miniz_oxide", -] - [[package]] name = "fluent-uri" version = "0.3.2" @@ -861,15 +840,6 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" -[[package]] -name = "form_urlencoded" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" -dependencies = [ - "percent-encoding", -] - [[package]] name = "fs_extra" version = "1.3.0" @@ -964,8 +934,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hypersonic" -version = "0.12.0-beta.4" -source = "git+https://github.com/AluVM/sonic?branch=master#47d6328ea26b13a77945493b9c6f633369c46f8d" +version = "0.12.0-beta.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ff7fb4bbaf9505d983d2420e9cbf24f8ca6c31d279088e89f24f5fb0962d339" dependencies = [ "aluvm", "amplify", @@ -1003,151 +974,12 @@ dependencies = [ "cc", ] -[[package]] -name = "icu_collections" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" -dependencies = [ - "displaydoc", - "yoke", - "zerofrom", - "zerovec", -] - -[[package]] -name = "icu_locid" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" -dependencies = [ - "displaydoc", - "litemap", - "tinystr", - "writeable", - "zerovec", -] - -[[package]] -name = "icu_locid_transform" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" -dependencies = [ - "displaydoc", - "icu_locid", - "icu_locid_transform_data", - "icu_provider", - "tinystr", - "zerovec", -] - -[[package]] -name = "icu_locid_transform_data" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" - -[[package]] -name = "icu_normalizer" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" -dependencies = [ - "displaydoc", - "icu_collections", - "icu_normalizer_data", - "icu_properties", - "icu_provider", - "smallvec", - "utf16_iter", - "utf8_iter", - "write16", - "zerovec", -] - -[[package]] -name = "icu_normalizer_data" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" - -[[package]] -name = "icu_properties" -version = "1.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" -dependencies = [ - "displaydoc", - "icu_collections", - "icu_locid_transform", - "icu_properties_data", - "icu_provider", - "tinystr", - "zerovec", -] - -[[package]] -name = "icu_properties_data" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" - -[[package]] -name = "icu_provider" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" -dependencies = [ - "displaydoc", - "icu_locid", - "icu_provider_macros", - "stable_deref_trait", - "tinystr", - "writeable", - "yoke", - "zerofrom", - "zerovec", -] - -[[package]] -name = "icu_provider_macros" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.98", -] - [[package]] name = "ident_case" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" -[[package]] -name = "idna" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" -dependencies = [ - "idna_adapter", - "smallvec", - "utf8_iter", -] - -[[package]] -name = "idna_adapter" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" -dependencies = [ - "icu_normalizer", - "icu_properties", -] - [[package]] name = "indexmap" version = "1.9.3" @@ -1254,12 +1086,6 @@ version = "0.4.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" -[[package]] -name = "litemap" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" - [[package]] name = "log" version = "0.4.25" @@ -1289,12 +1115,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] -name = "miniz_oxide" -version = "0.8.4" +name = "minreq" +version = "2.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3b1c9bd4fe1f0f8b387f6eb9eb3b4a1aa26185e5750efb9140301703f62cd1b" +checksum = "da0c420feb01b9fb5061f8c8f452534361dd783756dcf38ec45191ce55e7a161" dependencies = [ - "adler2", + "base64 0.12.3", + "log", + "serde", + "serde_json", ] [[package]] @@ -1397,11 +1226,12 @@ dependencies = [ [[package]] name = "psbt" -version = "0.12.0-beta.4" -source = "git+https://github.com/BP-WG/bp-std?branch=v0.12#c04e2e951942546c820079b69d68eeed5a71df32" +version = "0.12.0-beta.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56340b512dd6c77021e063dca36530b49ff29f0da39b9e0ab4540351b7ad70d4" dependencies = [ "amplify", - "base64", + "base64 0.22.1", "bp-core", "bp-derive", "commit_verify", @@ -1512,8 +1342,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "rgb-core" -version = "0.12.0-beta.4" -source = "git+https://github.com/RGB-WG/rgb-core?branch=v0.12#7e77c5eba602768d5ca50c385ee792b32f0f320c" +version = "0.12.0-beta.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d9a43708b76819e91d5b0cec9e18a995403927d4360d23f51011a01573c4f12" dependencies = [ "amplify", "bp-core", @@ -1528,8 +1359,9 @@ dependencies = [ [[package]] name = "rgb-invoice" -version = "0.12.0-beta.4" -source = "git+https://github.com/RGB-WG/rgb-std?branch=v0.12#913533d7de3756429d26f4b0167fa65739a6dd1e" +version = "0.12.0-beta.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "99b49d35548b4ba978c825317661cf722db368d83b63025888785157c2879dbb" dependencies = [ "amplify", "baid64", @@ -1545,7 +1377,7 @@ dependencies = [ [[package]] name = "rgb-psbt" -version = "0.12.0-beta.4" +version = "0.12.0-beta.5" dependencies = [ "amplify", "bp-core", @@ -1555,7 +1387,7 @@ dependencies = [ [[package]] name = "rgb-runtime" -version = "0.12.0-beta.4" +version = "0.12.0-beta.5" dependencies = [ "amplify", "bp-std", @@ -1577,8 +1409,9 @@ dependencies = [ [[package]] name = "rgb-std" -version = "0.12.0-beta.4" -source = "git+https://github.com/RGB-WG/rgb-std?branch=v0.12#913533d7de3756429d26f4b0167fa65739a6dd1e" +version = "0.12.0-beta.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "383d88e7b75a4fb80273e28b1b1d4c9230c510d2a025284f8b02ffc3052f263f" dependencies = [ "amplify", "bp-core", @@ -1599,7 +1432,7 @@ dependencies = [ [[package]] name = "rgb-wallet" -version = "0.12.0-beta.4" +version = "0.12.0-beta.5" dependencies = [ "amplify", "anyhow", @@ -1667,7 +1500,6 @@ dependencies = [ "aws-lc-rs", "log", "once_cell", - "ring", "rustls-pki-types", "rustls-webpki", "subtle", @@ -1801,7 +1633,7 @@ version = "3.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa" dependencies = [ - "base64", + "base64 0.22.1", "chrono", "hex", "indexmap 1.9.3", @@ -1878,35 +1710,19 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "single_use_seals" -version = "0.12.0-beta.4" +version = "0.12.0-beta.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84e1ecf8923d062bff162583e1f71f517e535974196512a13ab47d8816b38998" +checksum = "6aca5a44fa5e544b62816ecb7309355e53a3bb36d55219606be0028227c13b64" dependencies = [ "serde", "strict_encoding", ] -[[package]] -name = "smallvec" -version = "1.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" - -[[package]] -name = "socks" -version = "0.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b" -dependencies = [ - "byteorder", - "libc", - "winapi", -] - [[package]] name = "sonic-api" -version = "0.12.0-beta.4" -source = "git+https://github.com/AluVM/sonic?branch=master#47d6328ea26b13a77945493b9c6f633369c46f8d" +version = "0.12.0-beta.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db823d4491e1c34d181aea39add0aab27e5b01155511b1703ecea84087e58cb4" dependencies = [ "aluvm", "amplify", @@ -1924,8 +1740,9 @@ dependencies = [ [[package]] name = "sonic-callreq" -version = "0.12.0-beta.4" -source = "git+https://github.com/AluVM/sonic?branch=master#47d6328ea26b13a77945493b9c6f633369c46f8d" +version = "0.12.0-beta.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "823ab4d115d02997bb3a81868c2d94f4cc163a96d5d940eb29db3970c50112d7" dependencies = [ "amplify", "baid64", @@ -1939,12 +1756,6 @@ dependencies = [ "ultrasonic", ] -[[package]] -name = "stable_deref_trait" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" - [[package]] name = "strict_encoding" version = "2.8.1" @@ -1972,8 +1783,9 @@ dependencies = [ [[package]] name = "strict_types" -version = "2.8.1" -source = "git+https://github.com/strict-types/strict-types?branch=develop#7a34f5691749c1355d14c608619460ebd8fd9ad2" +version = "2.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0930ae36d58638b14dc7d5491c1a269b13f6cebb16a55ef6d753d3325c395ca8" dependencies = [ "amplify", "baid64", @@ -2038,17 +1850,6 @@ dependencies = [ "unicode-ident", ] -[[package]] -name = "synstructure" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.98", -] - [[package]] name = "thiserror" version = "1.0.69" @@ -2100,16 +1901,6 @@ dependencies = [ "time-core", ] -[[package]] -name = "tinystr" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" -dependencies = [ - "displaydoc", - "zerovec", -] - [[package]] name = "toml" version = "0.8.20" @@ -2152,8 +1943,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "ultrasonic" -version = "0.12.0-beta.4" -source = "git+https://github.com/AluVM/ultrasonic?branch=master#e1fbde192b17ecaccf35ffb568fda84ff40e9aca" +version = "0.12.0-beta.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f9ed6d4109ce630333ee186c42370711cd24ec2b1567b4a750b8266595d92540" dependencies = [ "amplify", "baid64", @@ -2183,48 +1975,6 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" -[[package]] -name = "ureq" -version = "2.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02d1a66277ed75f640d608235660df48c8e3c19f3b4edb6a263315626cc3c01d" -dependencies = [ - "base64", - "flate2", - "log", - "once_cell", - "rustls", - "rustls-pki-types", - "serde", - "serde_json", - "socks", - "url", - "webpki-roots", -] - -[[package]] -name = "url" -version = "2.5.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" -dependencies = [ - "form_urlencoded", - "idna", - "percent-encoding", -] - -[[package]] -name = "utf16_iter" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" - -[[package]] -name = "utf8_iter" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" - [[package]] name = "utf8parse" version = "0.2.2" @@ -2586,42 +2336,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "write16" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" - -[[package]] -name = "writeable" -version = "0.5.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" - -[[package]] -name = "yoke" -version = "0.7.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" -dependencies = [ - "serde", - "stable_deref_trait", - "yoke-derive", - "zerofrom", -] - -[[package]] -name = "yoke-derive" -version = "0.7.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.98", - "synstructure", -] - [[package]] name = "zerocopy" version = "0.7.35" @@ -2643,60 +2357,17 @@ dependencies = [ "syn 2.0.98", ] -[[package]] -name = "zerofrom" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" -dependencies = [ - "zerofrom-derive", -] - -[[package]] -name = "zerofrom-derive" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.98", - "synstructure", -] - [[package]] name = "zeroize" version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" -[[package]] -name = "zerovec" -version = "0.10.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" -dependencies = [ - "yoke", - "zerofrom", - "zerovec-derive", -] - -[[package]] -name = "zerovec-derive" -version = "0.10.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.98", -] - [[package]] name = "zk-aluvm" -version = "0.12.0-beta.4" +version = "0.12.0-beta.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ccc204be52b2d144d3961a17676d191477cc468a2a82779f4502db83d58a083" +checksum = "c0b17bd7c20d85fd2ce336eb4b2975f5aab2bd5cd8d493eff04a881bd7a9e45b" dependencies = [ "aluvm", "amplify", diff --git a/Cargo.toml b/Cargo.toml index d8723c1..29cd49a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "psbt", "cli"] default-members = [".", "psbt"] [workspace.package] -version = "0.12.0-beta.4" +version = "0.12.0-beta.5" keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"] categories = ["cryptography::cryptocurrencies"] authors = ["Dr Maxim Orlovsky "] @@ -17,16 +17,16 @@ license = "Apache-2.0" amplify = "4.8.0" nonasync = "0.1.2" strict_encoding = "2.8.1" -strict_types = "2.8.1" -commit_verify = "=0.12.0-beta.4" -bp-core = "=0.12.0-beta.4" -bp-std = { version = "=0.12.0-beta.4", features = ["client-side-validation"] } -bp-electrum = "=0.12.0-beta.4" -bp-esplora = { version = "=0.12.0-beta.4", default-features = false } -bp-wallet = { version = "=0.12.0-beta.4" } -rgb-std = { version = "=0.12.0-beta.4" } -rgb-runtime = { version = "=0.12.0-beta.4", path = "." } -rgb-psbt = { version = "=0.12.0-beta.4", path = "psbt" } +strict_types = "2.8.2" +commit_verify = "=0.12.0-beta.5" +bp-core = "=0.12.0-beta.5" +bp-std = { version = "=0.12.0-beta.5", features = ["client-side-validation"] } +bp-electrum = "=0.12.0-beta.5" +bp-esplora = { version = "=0.12.0-beta.5.1", default-features = false } +bp-wallet = { version = "=0.12.0-beta.5" } +rgb-std = { version = "=0.12.0-beta.5" } +rgb-runtime = { version = "=0.12.0-beta.5", path = "." } +rgb-psbt = { version = "=0.12.0-beta.5", path = "psbt" } indexmap = "2.7.0" serde = { version = "1", features = ["derive"] } serde_yaml = "0.9.19" @@ -93,23 +93,3 @@ serde = [ [package.metadata.docs.rs] features = ["all"] - -[patch.crates-io] -strict_types = { git = "https://github.com/strict-types/strict-types", branch = "develop" } -ultrasonic = { git = "https://github.com/AluVM/ultrasonic", branch = "master" } -hypersonic = { git = "https://github.com/AluVM/sonic", branch = "master" } -sonic-api = { git = "https://github.com/AluVM/sonic", branch = "master" } -sonic-callreq = { git = "https://github.com/AluVM/sonic", branch = "master" } -bp-consensus = { git = "https://github.com/BP-WG/bp-core", branch = "v0.12" } -bp-dbc = { git = "https://github.com/BP-WG/bp-core", branch = "v0.12" } -bp-seals = { git = "https://github.com/BP-WG/bp-core", branch = "v0.12" } -bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "v0.12" } -bp-invoice = { git = "https://github.com/BP-WG/bp-std", branch = "v0.12" } -bp-derive = { git = "https://github.com/BP-WG/bp-std", branch = "v0.12" } -descriptors = { git = "https://github.com/BP-WG/bp-std", branch = "v0.12" } -psbt = { git = "https://github.com/BP-WG/bp-std", branch = "v0.12" } -bp-std = { git = "https://github.com/BP-WG/bp-std", branch = "v0.12" } -bp-wallet = { git = "https://github.com/BP-WG/bp-wallet", branch = "v0.12" } -rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "v0.12" } -rgb-std = { git = "https://github.com/RGB-WG/rgb-std", branch = "v0.12" } -rgb-invoice = { git = "https://github.com/RGB-WG/rgb-std", branch = "v0.12" }