diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-27 12:35:22 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-27 15:29:16 +0100 |
| commit | f8bc19260865eaeed3411f6ef9768c2d3033bd56 (patch) | |
| tree | 4be7db845783452f403f5dafb0d46c6a810e4603 /build-aux | |
| parent | d3c3b850572383fd724e8aeef0c1c924152fde70 (diff) | |
Prepare for 1.0.3 release
Diffstat (limited to 'build-aux')
| -rw-r--r-- | build-aux/PKGBUILD | 2 | ||||
| -rw-r--r-- | build-aux/cargo-sources.json | 411 |
2 files changed, 239 insertions, 174 deletions
diff --git a/build-aux/PKGBUILD b/build-aux/PKGBUILD index 74d5a00..bc2227f 100644 --- a/build-aux/PKGBUILD +++ b/build-aux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Ruben Beltran del Rio <wmap@r.bdr.sh> pkgname=map -pkgver=1.0.2 +pkgver=1.0.3 pkgrel=1 pkgdesc="Wardley Map editor for Linux" arch=('x86_64' 'aarch64') diff --git a/build-aux/cargo-sources.json b/build-aux/cargo-sources.json index ca3f10a..39d6702 100644 --- a/build-aux/cargo-sources.json +++ b/build-aux/cargo-sources.json @@ -41,6 +41,19 @@ { "type": "archive", "archive-type": "tar-gzip", + "url": "https://static.crates.io/crates/anyhow/anyhow-1.0.102.crate", + "sha256": "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c", + "dest": "cargo/vendor/anyhow-1.0.102" + }, + { + "type": "inline", + "contents": "{\"package\": \"7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c\", \"files\": {}}", + "dest": "cargo/vendor/anyhow-1.0.102", + "dest-filename": ".cargo-checksum.json" + }, + { + "type": "archive", + "archive-type": "tar-gzip", "url": "https://static.crates.io/crates/approx/approx-0.5.1.crate", "sha256": "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6", "dest": "cargo/vendor/approx-0.5.1" @@ -236,27 +249,27 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/dirs/dirs-5.0.1.crate", - "sha256": "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225", - "dest": "cargo/vendor/dirs-5.0.1" + "url": "https://static.crates.io/crates/dirs/dirs-6.0.0.crate", + "sha256": "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e", + "dest": "cargo/vendor/dirs-6.0.0" }, { "type": "inline", - "contents": "{\"package\": \"44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225\", \"files\": {}}", - "dest": "cargo/vendor/dirs-5.0.1", + "contents": "{\"package\": \"c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e\", \"files\": {}}", + "dest": "cargo/vendor/dirs-6.0.0", "dest-filename": ".cargo-checksum.json" }, { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/dirs-sys/dirs-sys-0.4.1.crate", - "sha256": "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c", - "dest": "cargo/vendor/dirs-sys-0.4.1" + "url": "https://static.crates.io/crates/dirs-sys/dirs-sys-0.5.0.crate", + "sha256": "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab", + "dest": "cargo/vendor/dirs-sys-0.5.0" }, { "type": "inline", - "contents": "{\"package\": \"520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c\", \"files\": {}}", - "dest": "cargo/vendor/dirs-sys-0.4.1", + "contents": "{\"package\": \"e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab\", \"files\": {}}", + "dest": "cargo/vendor/dirs-sys-0.5.0", "dest-filename": ".cargo-checksum.json" }, { @@ -392,14 +405,14 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/flume/flume-0.11.1.crate", - "sha256": "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095", - "dest": "cargo/vendor/flume-0.11.1" + "url": "https://static.crates.io/crates/flume/flume-0.12.0.crate", + "sha256": "5e139bc46ca777eb5efaf62df0ab8cc5fd400866427e56c68b22e414e53bd3be", + "dest": "cargo/vendor/flume-0.12.0" }, { "type": "inline", - "contents": "{\"package\": \"da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095\", \"files\": {}}", - "dest": "cargo/vendor/flume-0.11.1", + "contents": "{\"package\": \"5e139bc46ca777eb5efaf62df0ab8cc5fd400866427e56c68b22e414e53bd3be\", \"files\": {}}", + "dest": "cargo/vendor/flume-0.12.0", "dest-filename": ".cargo-checksum.json" }, { @@ -665,6 +678,19 @@ { "type": "archive", "archive-type": "tar-gzip", + "url": "https://static.crates.io/crates/getrandom/getrandom-0.4.2.crate", + "sha256": "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555", + "dest": "cargo/vendor/getrandom-0.4.2" + }, + { + "type": "inline", + "contents": "{\"package\": \"0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555\", \"files\": {}}", + "dest": "cargo/vendor/getrandom-0.4.2", + "dest-filename": ".cargo-checksum.json" + }, + { + "type": "archive", + "archive-type": "tar-gzip", "url": "https://static.crates.io/crates/gettext-rs/gettext-rs-0.7.7.crate", "sha256": "5d5857dc1b7f0fee86961de833f434e29494d72af102ce5355738c0664222bdf", "dest": "cargo/vendor/gettext-rs-0.7.7" @@ -1003,6 +1029,19 @@ { "type": "archive", "archive-type": "tar-gzip", + "url": "https://static.crates.io/crates/id-arena/id-arena-2.3.0.crate", + "sha256": "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954", + "dest": "cargo/vendor/id-arena-2.3.0" + }, + { + "type": "inline", + "contents": "{\"package\": \"3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954\", \"files\": {}}", + "dest": "cargo/vendor/id-arena-2.3.0", + "dest-filename": ".cargo-checksum.json" + }, + { + "type": "archive", + "archive-type": "tar-gzip", "url": "https://static.crates.io/crates/indexmap/indexmap-2.12.1.crate", "sha256": "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2", "dest": "cargo/vendor/indexmap-2.12.1" @@ -1068,6 +1107,19 @@ { "type": "archive", "archive-type": "tar-gzip", + "url": "https://static.crates.io/crates/leb128fmt/leb128fmt-0.1.0.crate", + "sha256": "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2", + "dest": "cargo/vendor/leb128fmt-0.1.0" + }, + { + "type": "inline", + "contents": "{\"package\": \"09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2\", \"files\": {}}", + "dest": "cargo/vendor/leb128fmt-0.1.0", + "dest-filename": ".cargo-checksum.json" + }, + { + "type": "archive", + "archive-type": "tar-gzip", "url": "https://static.crates.io/crates/libadwaita/libadwaita-0.8.1.crate", "sha256": "fb09e12bf8f73342b3315c839d0a7668cc0ccebd78490c49fec48bab15d5484b", "dest": "cargo/vendor/libadwaita-0.8.1" @@ -1198,14 +1250,14 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/memchr/memchr-2.7.6.crate", - "sha256": "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273", - "dest": "cargo/vendor/memchr-2.7.6" + "url": "https://static.crates.io/crates/memchr/memchr-2.8.0.crate", + "sha256": "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79", + "dest": "cargo/vendor/memchr-2.8.0" }, { "type": "inline", - "contents": "{\"package\": \"f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273\", \"files\": {}}", - "dest": "cargo/vendor/memchr-2.7.6", + "contents": "{\"package\": \"f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79\", \"files\": {}}", + "dest": "cargo/vendor/memchr-2.8.0", "dest-filename": ".cargo-checksum.json" }, { @@ -1237,19 +1289,6 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/nanorand/nanorand-0.7.0.crate", - "sha256": "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3", - "dest": "cargo/vendor/nanorand-0.7.0" - }, - { - "type": "inline", - "contents": "{\"package\": \"6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3\", \"files\": {}}", - "dest": "cargo/vendor/nanorand-0.7.0", - "dest-filename": ".cargo-checksum.json" - }, - { - "type": "archive", - "archive-type": "tar-gzip", "url": "https://static.crates.io/crates/num-traits/num-traits-0.2.19.crate", "sha256": "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841", "dest": "cargo/vendor/num-traits-0.2.19" @@ -1406,6 +1445,19 @@ { "type": "archive", "archive-type": "tar-gzip", + "url": "https://static.crates.io/crates/prettyplease/prettyplease-0.2.37.crate", + "sha256": "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b", + "dest": "cargo/vendor/prettyplease-0.2.37" + }, + { + "type": "inline", + "contents": "{\"package\": \"479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b\", \"files\": {}}", + "dest": "cargo/vendor/prettyplease-0.2.37", + "dest-filename": ".cargo-checksum.json" + }, + { + "type": "archive", + "archive-type": "tar-gzip", "url": "https://static.crates.io/crates/proc-macro-crate/proc-macro-crate-3.4.0.crate", "sha256": "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983", "dest": "cargo/vendor/proc-macro-crate-3.4.0" @@ -1471,6 +1523,19 @@ { "type": "archive", "archive-type": "tar-gzip", + "url": "https://static.crates.io/crates/r-efi/r-efi-6.0.0.crate", + "sha256": "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf", + "dest": "cargo/vendor/r-efi-6.0.0" + }, + { + "type": "inline", + "contents": "{\"package\": \"f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf\", \"files\": {}}", + "dest": "cargo/vendor/r-efi-6.0.0", + "dest-filename": ".cargo-checksum.json" + }, + { + "type": "archive", + "archive-type": "tar-gzip", "url": "https://static.crates.io/crates/rand/rand-0.8.5.crate", "sha256": "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404", "dest": "cargo/vendor/rand-0.8.5" @@ -1536,14 +1601,14 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/redox_users/redox_users-0.4.6.crate", - "sha256": "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43", - "dest": "cargo/vendor/redox_users-0.4.6" + "url": "https://static.crates.io/crates/redox_users/redox_users-0.5.2.crate", + "sha256": "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac", + "dest": "cargo/vendor/redox_users-0.5.2" }, { "type": "inline", - "contents": "{\"package\": \"ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43\", \"files\": {}}", - "dest": "cargo/vendor/redox_users-0.4.6", + "contents": "{\"package\": \"a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac\", \"files\": {}}", + "dest": "cargo/vendor/redox_users-0.5.2", "dest-filename": ".cargo-checksum.json" }, { @@ -1588,27 +1653,27 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/relm4/relm4-0.10.0.crate", - "sha256": "6bae902de22fd92e62641f047975abf228573425b9b8de175e8ab5b6cda10379", - "dest": "cargo/vendor/relm4-0.10.0" + "url": "https://static.crates.io/crates/relm4/relm4-0.10.1.crate", + "sha256": "1701679d08c984064e3e920f52ae10c8a0b522eeee223625622b23c27008a472", + "dest": "cargo/vendor/relm4-0.10.1" }, { "type": "inline", - "contents": "{\"package\": \"6bae902de22fd92e62641f047975abf228573425b9b8de175e8ab5b6cda10379\", \"files\": {}}", - "dest": "cargo/vendor/relm4-0.10.0", + "contents": "{\"package\": \"1701679d08c984064e3e920f52ae10c8a0b522eeee223625622b23c27008a472\", \"files\": {}}", + "dest": "cargo/vendor/relm4-0.10.1", "dest-filename": ".cargo-checksum.json" }, { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/relm4-components/relm4-components-0.10.0.crate", - "sha256": "3155d84425d33cdc62929ed2c79bfcfdcb2fff6340c5f7041ed24b56577c9d57", - "dest": "cargo/vendor/relm4-components-0.10.0" + "url": "https://static.crates.io/crates/relm4-components/relm4-components-0.10.1.crate", + "sha256": "7051ebd4c79fd7cb37dadcb4b54573a327c6cfed0da9d326e84fb68da95a5564", + "dest": "cargo/vendor/relm4-components-0.10.1" }, { "type": "inline", - "contents": "{\"package\": \"3155d84425d33cdc62929ed2c79bfcfdcb2fff6340c5f7041ed24b56577c9d57\", \"files\": {}}", - "dest": "cargo/vendor/relm4-components-0.10.0", + "contents": "{\"package\": \"7051ebd4c79fd7cb37dadcb4b54573a327c6cfed0da9d326e84fb68da95a5564\", \"files\": {}}", + "dest": "cargo/vendor/relm4-components-0.10.1", "dest-filename": ".cargo-checksum.json" }, { @@ -1627,14 +1692,14 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/relm4-icons/relm4-icons-0.10.0.crate", - "sha256": "28869f8322ed72bed568cbb704403037ff62a66c966ded7a862ad5732f108530", - "dest": "cargo/vendor/relm4-icons-0.10.0" + "url": "https://static.crates.io/crates/relm4-icons/relm4-icons-0.10.1.crate", + "sha256": "98d855c42d60cec35fbdf0217e2c3606fe3f8ee000fe7371c5c87e05e37e79de", + "dest": "cargo/vendor/relm4-icons-0.10.1" }, { "type": "inline", - "contents": "{\"package\": \"28869f8322ed72bed568cbb704403037ff62a66c966ded7a862ad5732f108530\", \"files\": {}}", - "dest": "cargo/vendor/relm4-icons-0.10.0", + "contents": "{\"package\": \"98d855c42d60cec35fbdf0217e2c3606fe3f8ee000fe7371c5c87e05e37e79de\", \"files\": {}}", + "dest": "cargo/vendor/relm4-icons-0.10.1", "dest-filename": ".cargo-checksum.json" }, { @@ -1653,14 +1718,14 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/relm4-macros/relm4-macros-0.10.0.crate", - "sha256": "175fce497fc6f11dde7ea56daa30ff7ad29a534bbc209d59d766659c880ba5f1", - "dest": "cargo/vendor/relm4-macros-0.10.0" + "url": "https://static.crates.io/crates/relm4-macros/relm4-macros-0.10.1.crate", + "sha256": "25edbb5b2e8126975f1dd8e85c48cd310afc150beed0dc97df22247b3243971e", + "dest": "cargo/vendor/relm4-macros-0.10.1" }, { "type": "inline", - "contents": "{\"package\": \"175fce497fc6f11dde7ea56daa30ff7ad29a534bbc209d59d766659c880ba5f1\", \"files\": {}}", - "dest": "cargo/vendor/relm4-macros-0.10.0", + "contents": "{\"package\": \"25edbb5b2e8126975f1dd8e85c48cd310afc150beed0dc97df22247b3243971e\", \"files\": {}}", + "dest": "cargo/vendor/relm4-macros-0.10.1", "dest-filename": ".cargo-checksum.json" }, { @@ -1978,14 +2043,14 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/syn/syn-2.0.111.crate", - "sha256": "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87", - "dest": "cargo/vendor/syn-2.0.111" + "url": "https://static.crates.io/crates/syn/syn-2.0.117.crate", + "sha256": "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99", + "dest": "cargo/vendor/syn-2.0.117" }, { "type": "inline", - "contents": "{\"package\": \"390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87\", \"files\": {}}", - "dest": "cargo/vendor/syn-2.0.111", + "contents": "{\"package\": \"e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99\", \"files\": {}}", + "dest": "cargo/vendor/syn-2.0.117", "dest-filename": ".cargo-checksum.json" }, { @@ -2043,19 +2108,6 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/thiserror/thiserror-1.0.69.crate", - "sha256": "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52", - "dest": "cargo/vendor/thiserror-1.0.69" - }, - { - "type": "inline", - "contents": "{\"package\": \"b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52\", \"files\": {}}", - "dest": "cargo/vendor/thiserror-1.0.69", - "dest-filename": ".cargo-checksum.json" - }, - { - "type": "archive", - "archive-type": "tar-gzip", "url": "https://static.crates.io/crates/thiserror/thiserror-2.0.17.crate", "sha256": "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8", "dest": "cargo/vendor/thiserror-2.0.17" @@ -2069,19 +2121,6 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/thiserror-impl/thiserror-impl-1.0.69.crate", - "sha256": "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1", - "dest": "cargo/vendor/thiserror-impl-1.0.69" - }, - { - "type": "inline", - "contents": "{\"package\": \"4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1\", \"files\": {}}", - "dest": "cargo/vendor/thiserror-impl-1.0.69", - "dest-filename": ".cargo-checksum.json" - }, - { - "type": "archive", - "archive-type": "tar-gzip", "url": "https://static.crates.io/crates/thiserror-impl/thiserror-impl-2.0.17.crate", "sha256": "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913", "dest": "cargo/vendor/thiserror-impl-2.0.17" @@ -2251,14 +2290,27 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/uuid/uuid-1.19.0.crate", - "sha256": "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a", - "dest": "cargo/vendor/uuid-1.19.0" + "url": "https://static.crates.io/crates/unicode-xid/unicode-xid-0.2.6.crate", + "sha256": "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853", + "dest": "cargo/vendor/unicode-xid-0.2.6" + }, + { + "type": "inline", + "contents": "{\"package\": \"ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853\", \"files\": {}}", + "dest": "cargo/vendor/unicode-xid-0.2.6", + "dest-filename": ".cargo-checksum.json" + }, + { + "type": "archive", + "archive-type": "tar-gzip", + "url": "https://static.crates.io/crates/uuid/uuid-1.22.0.crate", + "sha256": "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37", + "dest": "cargo/vendor/uuid-1.22.0" }, { "type": "inline", - "contents": "{\"package\": \"e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a\", \"files\": {}}", - "dest": "cargo/vendor/uuid-1.19.0", + "contents": "{\"package\": \"a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37\", \"files\": {}}", + "dest": "cargo/vendor/uuid-1.22.0", "dest-filename": ".cargo-checksum.json" }, { @@ -2316,6 +2368,19 @@ { "type": "archive", "archive-type": "tar-gzip", + "url": "https://static.crates.io/crates/wasip3/wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06.crate", + "sha256": "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5", + "dest": "cargo/vendor/wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06" + }, + { + "type": "inline", + "contents": "{\"package\": \"5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5\", \"files\": {}}", + "dest": "cargo/vendor/wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06", + "dest-filename": ".cargo-checksum.json" + }, + { + "type": "archive", + "archive-type": "tar-gzip", "url": "https://static.crates.io/crates/wasm-bindgen/wasm-bindgen-0.2.106.crate", "sha256": "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd", "dest": "cargo/vendor/wasm-bindgen-0.2.106" @@ -2368,6 +2433,45 @@ { "type": "archive", "archive-type": "tar-gzip", + "url": "https://static.crates.io/crates/wasm-encoder/wasm-encoder-0.244.0.crate", + "sha256": "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319", + "dest": "cargo/vendor/wasm-encoder-0.244.0" + }, + { + "type": "inline", + "contents": "{\"package\": \"990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319\", \"files\": {}}", + "dest": "cargo/vendor/wasm-encoder-0.244.0", + "dest-filename": ".cargo-checksum.json" + }, + { + "type": "archive", + "archive-type": "tar-gzip", + "url": "https://static.crates.io/crates/wasm-metadata/wasm-metadata-0.244.0.crate", + "sha256": "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909", + "dest": "cargo/vendor/wasm-metadata-0.244.0" + }, + { + "type": "inline", + "contents": "{\"package\": \"bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909\", \"files\": {}}", + "dest": "cargo/vendor/wasm-metadata-0.244.0", + "dest-filename": ".cargo-checksum.json" + }, + { + "type": "archive", + "archive-type": "tar-gzip", + "url": "https://static.crates.io/crates/wasmparser/wasmparser-0.244.0.crate", + "sha256": "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe", + "dest": "cargo/vendor/wasmparser-0.244.0" + }, + { + "type": "inline", + "contents": "{\"package\": \"47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe\", \"files\": {}}", + "dest": "cargo/vendor/wasmparser-0.244.0", + "dest-filename": ".cargo-checksum.json" + }, + { + "type": "archive", + "archive-type": "tar-gzip", "url": "https://static.crates.io/crates/winapi/winapi-0.3.9.crate", "sha256": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419", "dest": "cargo/vendor/winapi-0.3.9" @@ -2433,19 +2537,6 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/windows-sys/windows-sys-0.48.0.crate", - "sha256": "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9", - "dest": "cargo/vendor/windows-sys-0.48.0" - }, - { - "type": "inline", - "contents": "{\"package\": \"677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9\", \"files\": {}}", - "dest": "cargo/vendor/windows-sys-0.48.0", - "dest-filename": ".cargo-checksum.json" - }, - { - "type": "archive", - "archive-type": "tar-gzip", "url": "https://static.crates.io/crates/windows-sys/windows-sys-0.61.2.crate", "sha256": "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc", "dest": "cargo/vendor/windows-sys-0.61.2" @@ -2459,131 +2550,105 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/windows-targets/windows-targets-0.48.5.crate", - "sha256": "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c", - "dest": "cargo/vendor/windows-targets-0.48.5" - }, - { - "type": "inline", - "contents": "{\"package\": \"9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c\", \"files\": {}}", - "dest": "cargo/vendor/windows-targets-0.48.5", - "dest-filename": ".cargo-checksum.json" - }, - { - "type": "archive", - "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/windows_aarch64_gnullvm-0.48.5.crate", - "sha256": "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8", - "dest": "cargo/vendor/windows_aarch64_gnullvm-0.48.5" - }, - { - "type": "inline", - "contents": "{\"package\": \"2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8\", \"files\": {}}", - "dest": "cargo/vendor/windows_aarch64_gnullvm-0.48.5", - "dest-filename": ".cargo-checksum.json" - }, - { - "type": "archive", - "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/windows_aarch64_msvc/windows_aarch64_msvc-0.48.5.crate", - "sha256": "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc", - "dest": "cargo/vendor/windows_aarch64_msvc-0.48.5" + "url": "https://static.crates.io/crates/winnow/winnow-0.7.14.crate", + "sha256": "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829", + "dest": "cargo/vendor/winnow-0.7.14" }, { "type": "inline", - "contents": "{\"package\": \"dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc\", \"files\": {}}", - "dest": "cargo/vendor/windows_aarch64_msvc-0.48.5", + "contents": "{\"package\": \"5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829\", \"files\": {}}", + "dest": "cargo/vendor/winnow-0.7.14", "dest-filename": ".cargo-checksum.json" }, { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/windows_i686_gnu/windows_i686_gnu-0.48.5.crate", - "sha256": "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e", - "dest": "cargo/vendor/windows_i686_gnu-0.48.5" + "url": "https://static.crates.io/crates/wit-bindgen/wit-bindgen-0.46.0.crate", + "sha256": "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59", + "dest": "cargo/vendor/wit-bindgen-0.46.0" }, { "type": "inline", - "contents": "{\"package\": \"a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e\", \"files\": {}}", - "dest": "cargo/vendor/windows_i686_gnu-0.48.5", + "contents": "{\"package\": \"f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59\", \"files\": {}}", + "dest": "cargo/vendor/wit-bindgen-0.46.0", "dest-filename": ".cargo-checksum.json" }, { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/windows_i686_msvc/windows_i686_msvc-0.48.5.crate", - "sha256": "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406", - "dest": "cargo/vendor/windows_i686_msvc-0.48.5" + "url": "https://static.crates.io/crates/wit-bindgen/wit-bindgen-0.51.0.crate", + "sha256": "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5", + "dest": "cargo/vendor/wit-bindgen-0.51.0" }, { "type": "inline", - "contents": "{\"package\": \"8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406\", \"files\": {}}", - "dest": "cargo/vendor/windows_i686_msvc-0.48.5", + "contents": "{\"package\": \"d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5\", \"files\": {}}", + "dest": "cargo/vendor/wit-bindgen-0.51.0", "dest-filename": ".cargo-checksum.json" }, { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/windows_x86_64_gnu/windows_x86_64_gnu-0.48.5.crate", - "sha256": "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e", - "dest": "cargo/vendor/windows_x86_64_gnu-0.48.5" + "url": "https://static.crates.io/crates/wit-bindgen-core/wit-bindgen-core-0.51.0.crate", + "sha256": "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc", + "dest": "cargo/vendor/wit-bindgen-core-0.51.0" }, { "type": "inline", - "contents": "{\"package\": \"53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e\", \"files\": {}}", - "dest": "cargo/vendor/windows_x86_64_gnu-0.48.5", + "contents": "{\"package\": \"ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc\", \"files\": {}}", + "dest": "cargo/vendor/wit-bindgen-core-0.51.0", "dest-filename": ".cargo-checksum.json" }, { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/windows_x86_64_gnullvm-0.48.5.crate", - "sha256": "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc", - "dest": "cargo/vendor/windows_x86_64_gnullvm-0.48.5" + "url": "https://static.crates.io/crates/wit-bindgen-rust/wit-bindgen-rust-0.51.0.crate", + "sha256": "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21", + "dest": "cargo/vendor/wit-bindgen-rust-0.51.0" }, { "type": "inline", - "contents": "{\"package\": \"0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc\", \"files\": {}}", - "dest": "cargo/vendor/windows_x86_64_gnullvm-0.48.5", + "contents": "{\"package\": \"b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21\", \"files\": {}}", + "dest": "cargo/vendor/wit-bindgen-rust-0.51.0", "dest-filename": ".cargo-checksum.json" }, { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/windows_x86_64_msvc/windows_x86_64_msvc-0.48.5.crate", - "sha256": "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538", - "dest": "cargo/vendor/windows_x86_64_msvc-0.48.5" + "url": "https://static.crates.io/crates/wit-bindgen-rust-macro/wit-bindgen-rust-macro-0.51.0.crate", + "sha256": "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a", + "dest": "cargo/vendor/wit-bindgen-rust-macro-0.51.0" }, { "type": "inline", - "contents": "{\"package\": \"ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538\", \"files\": {}}", - "dest": "cargo/vendor/windows_x86_64_msvc-0.48.5", + "contents": "{\"package\": \"0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a\", \"files\": {}}", + "dest": "cargo/vendor/wit-bindgen-rust-macro-0.51.0", "dest-filename": ".cargo-checksum.json" }, { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/winnow/winnow-0.7.14.crate", - "sha256": "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829", - "dest": "cargo/vendor/winnow-0.7.14" + "url": "https://static.crates.io/crates/wit-component/wit-component-0.244.0.crate", + "sha256": "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2", + "dest": "cargo/vendor/wit-component-0.244.0" }, { "type": "inline", - "contents": "{\"package\": \"5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829\", \"files\": {}}", - "dest": "cargo/vendor/winnow-0.7.14", + "contents": "{\"package\": \"9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2\", \"files\": {}}", + "dest": "cargo/vendor/wit-component-0.244.0", "dest-filename": ".cargo-checksum.json" }, { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/wit-bindgen/wit-bindgen-0.46.0.crate", - "sha256": "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59", - "dest": "cargo/vendor/wit-bindgen-0.46.0" + "url": "https://static.crates.io/crates/wit-parser/wit-parser-0.244.0.crate", + "sha256": "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736", + "dest": "cargo/vendor/wit-parser-0.244.0" }, { "type": "inline", - "contents": "{\"package\": \"f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59\", \"files\": {}}", - "dest": "cargo/vendor/wit-bindgen-0.46.0", + "contents": "{\"package\": \"ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736\", \"files\": {}}", + "dest": "cargo/vendor/wit-parser-0.244.0", "dest-filename": ".cargo-checksum.json" }, { |