diff --git a/bazel/cargo/BUILD.bazel b/bazel/cargo/BUILD.bazel index 1e5fb6888..e1d97e09d 100644 --- a/bazel/cargo/BUILD.bazel +++ b/bazel/cargo/BUILD.bazel @@ -14,7 +14,7 @@ licenses([ # Aliased targets alias( name = "anyhow", - actual = "@proxy_wasm_cpp_host__anyhow__1_0_40//:anyhow", + actual = "@proxy_wasm_cpp_host__anyhow__1_0_44//:anyhow", tags = [ "cargo-raze", "manual", @@ -23,7 +23,7 @@ alias( alias( name = "env_logger", - actual = "@proxy_wasm_cpp_host__env_logger__0_8_3//:env_logger", + actual = "@proxy_wasm_cpp_host__env_logger__0_8_4//:env_logger", tags = [ "cargo-raze", "manual", @@ -32,7 +32,7 @@ alias( alias( name = "once_cell", - actual = "@proxy_wasm_cpp_host__once_cell__1_7_2//:once_cell", + actual = "@proxy_wasm_cpp_host__once_cell__1_8_0//:once_cell", tags = [ "cargo-raze", "manual", @@ -61,7 +61,7 @@ alias( alias( name = "wasmtime", - actual = "@proxy_wasm_cpp_host__wasmtime__0_26_0//:wasmtime", + actual = "@proxy_wasm_cpp_host__wasmtime__0_30_0//:wasmtime", tags = [ "cargo-raze", "manual", diff --git a/bazel/cargo/Cargo.raze.lock b/bazel/cargo/Cargo.raze.lock index a4c2ece9f..4f23f299a 100644 --- a/bazel/cargo/Cargo.raze.lock +++ b/bazel/cargo/Cargo.raze.lock @@ -2,20 +2,11 @@ # It is not intended for manual editing. [[package]] name = "addr2line" -version = "0.14.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7" +checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd" dependencies = [ - "gimli 0.23.0", -] - -[[package]] -name = "addr2line" -version = "0.15.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03345e98af8f3d786b6d9f656ccfa6ac316d954e92bc4841f0bba20789d5fb5a" -dependencies = [ - "gimli 0.24.0", + "gimli", ] [[package]] @@ -44,9 +35,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.40" +version = "1.0.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b" +checksum = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1" [[package]] name = "atty" @@ -67,16 +58,16 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" [[package]] name = "backtrace" -version = "0.3.59" +version = "0.3.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4717cfcbfaa661a0fd48f8453951837ae7e8f81e481fbb136e3202d72805a744" +checksum = "e7a905d892734eea339e896738c14b9afce22b5318f64b951e70bf3844419b01" dependencies = [ - "addr2line 0.15.1", + "addr2line", "cc", "cfg-if", "libc", "miniz_oxide", - "object 0.24.0", + "object", "rustc-demangle", ] @@ -91,9 +82,9 @@ dependencies = [ [[package]] name = "bitflags" -version = "1.2.1" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" +checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "byteorder" @@ -103,9 +94,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "cc" -version = "1.0.67" +version = "1.0.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd" +checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd" [[package]] name = "cfg-if" @@ -130,48 +121,44 @@ dependencies = [ [[package]] name = "cpp_demangle" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44919ecaf6f99e8e737bc239408931c9a01e9a6c74814fee8242dd2506b65390" +checksum = "8ea47428dc9d2237f3c6bc134472edfd63ebba0af932e783506dcfd66f10d18a" dependencies = [ "cfg-if", - "glob", ] [[package]] name = "cranelift-bforest" -version = "0.73.0" +version = "0.77.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07f641ec9146b7d7498d78cd832007d66ca44a9b61f23474d1fb78e5a3701e99" +checksum = "15013642ddda44eebcf61365b2052a23fd8b7314f90ba44aa059ec02643c5139" dependencies = [ "cranelift-entity", ] [[package]] name = "cranelift-codegen" -version = "0.73.0" +version = "0.77.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd1f2c0cd4ac12c954116ab2e26e40df0d51db322a855b5664fa208bc32d6686" +checksum = "298f2a7ed5fdcb062d8e78b7496b0f4b95265d20245f2d0ca88f846dd192a3a3" dependencies = [ - "byteorder", "cranelift-bforest", "cranelift-codegen-meta", "cranelift-codegen-shared", "cranelift-entity", - "gimli 0.23.0", + "gimli", "log", "regalloc", - "serde", "smallvec", "target-lexicon", - "thiserror", ] [[package]] name = "cranelift-codegen-meta" -version = "0.73.0" +version = "0.77.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "105e11b2f0ff7ac81f80dd05ec938ce529a75e36f3d598360d806bb5bfa75e5a" +checksum = "5cf504261ac62dfaf4ffb3f41d88fd885e81aba947c1241275043885bc5f0bac" dependencies = [ "cranelift-codegen-shared", "cranelift-entity", @@ -179,27 +166,24 @@ dependencies = [ [[package]] name = "cranelift-codegen-shared" -version = "0.73.0" +version = "0.77.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51e5eba2c1858d50abf023be4d88bd0450cb12d4ec2ba3ffac56353e6d09caf2" -dependencies = [ - "serde", -] +checksum = "1cd2a72db4301dbe7e5a4499035eedc1e82720009fb60603e20504d8691fa9cd" [[package]] name = "cranelift-entity" -version = "0.73.0" +version = "0.77.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79fa6fdd77a8d317763cd21668d3e72b96e09ac8a974326c6149f7de5aafa8ed" +checksum = "48868faa07cacf948dc4a1773648813c0e453ff9467e800ff10f6a78c021b546" dependencies = [ "serde", ] [[package]] name = "cranelift-frontend" -version = "0.73.0" +version = "0.77.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae11da9ca99f987c29e3eb39ebe10e9b879ecca30f3aeaee13db5e8e02b80fb6" +checksum = "351c9d13b4ecd1a536215ec2fd1c3ee9ee8bc31af172abf1e45ed0adb7a931df" dependencies = [ "cranelift-codegen", "log", @@ -209,29 +193,29 @@ dependencies = [ [[package]] name = "cranelift-native" -version = "0.73.0" +version = "0.77.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "100ca4810058e23a5c4dcaedfa25289d1853f4a899d0960265aa7c54a4789351" +checksum = "6df8b556663d7611b137b24db7f6c8d9a8a27d7f29c7ea7835795152c94c1b75" dependencies = [ "cranelift-codegen", + "libc", "target-lexicon", ] [[package]] name = "cranelift-wasm" -version = "0.73.0" +version = "0.77.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "607826643d74cf2cc36973ebffd1790a11d1781e14e3f95cf5529942b2168a67" +checksum = "7a69816d90db694fa79aa39b89dda7208a4ac74b6f2b8f3c4da26ee1c8bdfc5e" dependencies = [ "cranelift-codegen", "cranelift-entity", "cranelift-frontend", "itertools", "log", - "serde", "smallvec", - "thiserror", "wasmparser", + "wasmtime-types", ] [[package]] @@ -245,9 +229,9 @@ dependencies = [ [[package]] name = "ed25519-compact" -version = "0.1.9" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aaf396058cc7285b342f9a10ed7a377f088942396c46c4c9a7eb4f0782cb1171" +checksum = "f1f45ef578ef75efffba301628066d951042f6e988f21f8b548928468ba5877b" dependencies = [ "getrandom", ] @@ -260,9 +244,9 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" [[package]] name = "env_logger" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f" +checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" dependencies = [ "atty", "humantime", @@ -279,9 +263,9 @@ checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" [[package]] name = "getrandom" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" +checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" dependencies = [ "cfg-if", "libc", @@ -290,38 +274,26 @@ dependencies = [ [[package]] name = "gimli" -version = "0.23.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce" +checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7" dependencies = [ "fallible-iterator", "indexmap", "stable_deref_trait", ] -[[package]] -name = "gimli" -version = "0.24.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189" - -[[package]] -name = "glob" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" - [[package]] name = "hashbrown" -version = "0.9.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" +checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" [[package]] name = "hermit-abi" -version = "0.1.18" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c" +checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" dependencies = [ "libc", ] @@ -340,9 +312,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "indexmap" -version = "1.6.2" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3" +checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5" dependencies = [ "autocfg", "hashbrown", @@ -351,9 +323,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319" +checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf" dependencies = [ "either", ] @@ -366,9 +338,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.94" +version = "0.2.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e" +checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6" [[package]] name = "log" @@ -390,15 +362,15 @@ dependencies = [ [[package]] name = "memchr" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc" +checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" [[package]] name = "memoffset" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f83fb6581e8ed1f85fd45c116db8405483899489e38406156c25eb743554361d" +checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9" dependencies = [ "autocfg", ] @@ -421,25 +393,20 @@ checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238" [[package]] name = "object" -version = "0.23.0" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4" +checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2" dependencies = [ "crc32fast", "indexmap", + "memchr", ] -[[package]] -name = "object" -version = "0.24.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170" - [[package]] name = "once_cell" -version = "1.7.2" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3" +checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" [[package]] name = "parity-wasm" @@ -455,42 +422,42 @@ checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58" [[package]] name = "ppv-lite86" -version = "0.2.10" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" +checksum = "c3ca011bd0129ff4ae15cd04c4eef202cadf6c51c21e47aba319b4e0501db741" [[package]] name = "proc-macro2" -version = "1.0.26" +version = "1.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec" +checksum = "edc3358ebc67bc8b7fa0c007f945b0b18226f78437d61bec735a9eb96b61ee70" dependencies = [ "unicode-xid", ] [[package]] name = "psm" -version = "0.1.12" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3abf49e5417290756acfd26501536358560c4a5cc4a0934d390939acb3e7083a" +checksum = "cd136ff4382c4753fc061cb9e4712ab2af263376b95bbd5bd8cd50c020b78e69" dependencies = [ "cc", ] [[package]] name = "quote" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" +checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05" dependencies = [ "proc-macro2", ] [[package]] name = "rand" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" +checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" dependencies = [ "libc", "rand_chacha", @@ -500,9 +467,9 @@ dependencies = [ [[package]] name = "rand_chacha" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" +checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" dependencies = [ "ppv-lite86", "rand_core", @@ -510,18 +477,18 @@ dependencies = [ [[package]] name = "rand_core" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7" +checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" dependencies = [ "getrandom", ] [[package]] name = "rand_hc" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" +checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7" dependencies = [ "rand_core", ] @@ -534,7 +501,6 @@ checksum = "571f7f397d61c4755285cd37853fe8e03271c243424a907415909379659381c5" dependencies = [ "log", "rustc-hash", - "serde", "smallvec", ] @@ -569,9 +535,9 @@ dependencies = [ [[package]] name = "rustc-demangle" -version = "0.1.19" +version = "0.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "410f7acf3cb3a44527c5d9546bad4bf4e6c460915d5f9f2fc524498bfe8f70ce" +checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" [[package]] name = "rustc-hash" @@ -581,18 +547,18 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "serde" -version = "1.0.126" +version = "1.0.130" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03" +checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.126" +version = "1.0.130" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43" +checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b" dependencies = [ "proc-macro2", "quote", @@ -601,9 +567,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.6.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" +checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309" [[package]] name = "stable_deref_trait" @@ -619,9 +585,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" [[package]] name = "syn" -version = "1.0.72" +version = "1.0.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82" +checksum = "d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194" dependencies = [ "proc-macro2", "quote", @@ -630,9 +596,9 @@ dependencies = [ [[package]] name = "target-lexicon" -version = "0.12.0" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64ae3b39281e4b14b8123bdbaddd472b7dfe215e444181f2f9d2443c2444f834" +checksum = "d9bffcddbc2458fa3e6058414599e3c838a022abae82e5c67b4f7f80298d5bff" [[package]] name = "termcolor" @@ -654,18 +620,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.24" +version = "1.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e" +checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.24" +version = "1.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0" +checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" dependencies = [ "proc-macro2", "quote", @@ -674,9 +640,9 @@ dependencies = [ [[package]] name = "unicode-width" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" +checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" [[package]] name = "unicode-xid" @@ -698,9 +664,9 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" [[package]] name = "wasmparser" -version = "0.77.0" +version = "0.80.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b35c86d22e720a07d954ebbed772d01180501afe7d03d464f413bb5f8914a8d6" +checksum = "449167e2832691a1bff24cde28d2804e90e09586a448c8e76984792c44334a6b" [[package]] name = "wasmsign" @@ -718,9 +684,9 @@ dependencies = [ [[package]] name = "wasmtime" -version = "0.26.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4da03115f8ad36e50edeb6640f4ba27ed7e9a6f05c2f98f728c762966f7054c6" +checksum = "899b1e5261e3d3420860dacfb952871ace9d7ba9f953b314f67aaf9f8e2a4d89" dependencies = [ "anyhow", "backtrace", @@ -731,24 +697,24 @@ dependencies = [ "lazy_static", "libc", "log", + "object", "paste", "psm", "region", "rustc-demangle", "serde", - "smallvec", "target-lexicon", "wasmparser", + "wasmtime-cranelift", "wasmtime-environ", "wasmtime-jit", - "wasmtime-profiling", "wasmtime-runtime", "winapi", ] [[package]] name = "wasmtime-c-api-bazel" -version = "0.25.0" +version = "0.30.0" dependencies = [ "anyhow", "env_logger", @@ -761,7 +727,7 @@ dependencies = [ [[package]] name = "wasmtime-c-api-macros" version = "0.19.0" -source = "git+https://github.com/bytecodealliance/wasmtime?tag=v0.26.0#6b77786a6e758e91da9484a1c80b6fa5f88e1b3d" +source = "git+https://github.com/bytecodealliance/wasmtime?tag=v0.30.0#572fbc8c54b5a9519154c57e28b86cfaaba57bbb" dependencies = [ "proc-macro2", "quote", @@ -769,28 +735,19 @@ dependencies = [ [[package]] name = "wasmtime-cranelift" -version = "0.26.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b73c47553954eab22f432a7a60bcd695eb46508c2088cb0aa1cfd060538db3b6" +checksum = "99706bacdf5143f7f967d417f0437cce83a724cf4518cb1a3ff40e519d793021" dependencies = [ + "anyhow", "cranelift-codegen", "cranelift-entity", "cranelift-frontend", + "cranelift-native", "cranelift-wasm", - "wasmparser", - "wasmtime-environ", -] - -[[package]] -name = "wasmtime-debug" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5241e603c262b2ee0dfb5b2245ad539d0a99f0589909fbffc91d2a8035f2d20a" -dependencies = [ - "anyhow", - "gimli 0.23.0", + "gimli", "more-asserts", - "object 0.23.0", + "object", "target-lexicon", "thiserror", "wasmparser", @@ -799,92 +756,54 @@ dependencies = [ [[package]] name = "wasmtime-environ" -version = "0.26.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb8d356abc04754f5936b9377441a4a202f6bba7ad997d2cd66acb3908bc85a3" +checksum = "ac42cb562a2f98163857605f02581d719a410c5abe93606128c59a10e84de85b" dependencies = [ "anyhow", "cfg-if", - "cranelift-codegen", "cranelift-entity", - "cranelift-wasm", - "gimli 0.23.0", + "gimli", "indexmap", "log", "more-asserts", - "region", + "object", "serde", + "target-lexicon", "thiserror", "wasmparser", + "wasmtime-types", ] [[package]] name = "wasmtime-jit" -version = "0.26.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81b066a3290a903c5beb7d765b3e82e00cd4f8ac0475297f91330fbe8e16bb17" +checksum = "24f46dd757225f29a419be415ea6fb8558df9b0194f07e3a6a9c99d0e14dd534" dependencies = [ - "addr2line 0.14.1", + "addr2line", "anyhow", + "bincode", "cfg-if", - "cranelift-codegen", - "cranelift-entity", - "cranelift-frontend", - "cranelift-native", - "cranelift-wasm", - "gimli 0.23.0", + "gimli", "log", "more-asserts", - "object 0.23.0", + "object", "region", "serde", "target-lexicon", "thiserror", "wasmparser", - "wasmtime-cranelift", - "wasmtime-debug", "wasmtime-environ", - "wasmtime-obj", - "wasmtime-profiling", "wasmtime-runtime", "winapi", ] -[[package]] -name = "wasmtime-obj" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd9d5c6c8924ea1fb2372d26c0546a8c5aab94001d5ddedaa36fd7b090c04de2" -dependencies = [ - "anyhow", - "more-asserts", - "object 0.23.0", - "target-lexicon", - "wasmtime-debug", - "wasmtime-environ", -] - -[[package]] -name = "wasmtime-profiling" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44760e80dd5f53e9af6c976120f9f1d35908ee0c646a3144083f0a57b7123ba7" -dependencies = [ - "anyhow", - "cfg-if", - "lazy_static", - "libc", - "serde", - "target-lexicon", - "wasmtime-environ", - "wasmtime-runtime", -] - [[package]] name = "wasmtime-runtime" -version = "0.26.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9701c6412897ba3a10fb4e17c4ec29723ed33d6feaaaeaf59f53799107ce7351" +checksum = "0122215a44923f395487048cb0a1d60b5b32c73aab15cf9364b798dbaff0996f" dependencies = [ "anyhow", "backtrace", @@ -904,6 +823,18 @@ dependencies = [ "winapi", ] +[[package]] +name = "wasmtime-types" +version = "0.30.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f9b01caf8a204ef634ebac99700e77ba716d3ebbb68a1abbc2ceb6b16dbec9e4" +dependencies = [ + "cranelift-entity", + "serde", + "thiserror", + "wasmparser", +] + [[package]] name = "winapi" version = "0.3.9" diff --git a/bazel/cargo/Cargo.toml b/bazel/cargo/Cargo.toml index 1b7bdb132..37d245db5 100644 --- a/bazel/cargo/Cargo.toml +++ b/bazel/cargo/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2018" name = "wasmtime-c-api-bazel" -version = "0.25.0" +version = "0.30.0" [lib] path = "fake_lib.rs" @@ -10,8 +10,8 @@ path = "fake_lib.rs" env_logger = "0.8" anyhow = "1.0" once_cell = "1.3" -wasmtime = {version = "0.26.0", default-features = false} -wasmtime-c-api-macros = {git = "https://github.com/bytecodealliance/wasmtime", tag = "v0.26.0", path = "crates/c-api/macros"} +wasmtime = {version = "0.30.0", default-features = false, features = ['cranelift']} +wasmtime-c-api-macros = {git = "https://github.com/bytecodealliance/wasmtime", tag = "v0.30.0"} wasmsign = {git = "https://github.com/jedisct1/wasmsign", revision = "fa4d5598f778390df09be94232972b5b865a56b8"} [package.metadata.raze] diff --git a/bazel/cargo/crates.bzl b/bazel/cargo/crates.bzl index c6b0c1920..20a0d2042 100644 --- a/bazel/cargo/crates.bzl +++ b/bazel/cargo/crates.bzl @@ -13,22 +13,12 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): """This function defines a collection of repos and should be called in a WORKSPACE file""" maybe( http_archive, - name = "proxy_wasm_cpp_host__addr2line__0_14_1", - url = "https://crates.io/api/v1/crates/addr2line/0.14.1/download", + name = "proxy_wasm_cpp_host__addr2line__0_16_0", + url = "https://crates.io/api/v1/crates/addr2line/0.16.0/download", type = "tar.gz", - sha256 = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7", - strip_prefix = "addr2line-0.14.1", - build_file = Label("//bazel/cargo/remote:BUILD.addr2line-0.14.1.bazel"), - ) - - maybe( - http_archive, - name = "proxy_wasm_cpp_host__addr2line__0_15_1", - url = "https://crates.io/api/v1/crates/addr2line/0.15.1/download", - type = "tar.gz", - sha256 = "03345e98af8f3d786b6d9f656ccfa6ac316d954e92bc4841f0bba20789d5fb5a", - strip_prefix = "addr2line-0.15.1", - build_file = Label("//bazel/cargo/remote:BUILD.addr2line-0.15.1.bazel"), + sha256 = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd", + strip_prefix = "addr2line-0.16.0", + build_file = Label("//bazel/cargo/remote:BUILD.addr2line-0.16.0.bazel"), ) maybe( @@ -63,12 +53,12 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__anyhow__1_0_40", - url = "https://crates.io/api/v1/crates/anyhow/1.0.40/download", + name = "proxy_wasm_cpp_host__anyhow__1_0_44", + url = "https://crates.io/api/v1/crates/anyhow/1.0.44/download", type = "tar.gz", - sha256 = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b", - strip_prefix = "anyhow-1.0.40", - build_file = Label("//bazel/cargo/remote:BUILD.anyhow-1.0.40.bazel"), + sha256 = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1", + strip_prefix = "anyhow-1.0.44", + build_file = Label("//bazel/cargo/remote:BUILD.anyhow-1.0.44.bazel"), ) maybe( @@ -93,12 +83,12 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__backtrace__0_3_59", - url = "https://crates.io/api/v1/crates/backtrace/0.3.59/download", + name = "proxy_wasm_cpp_host__backtrace__0_3_61", + url = "https://crates.io/api/v1/crates/backtrace/0.3.61/download", type = "tar.gz", - sha256 = "4717cfcbfaa661a0fd48f8453951837ae7e8f81e481fbb136e3202d72805a744", - strip_prefix = "backtrace-0.3.59", - build_file = Label("//bazel/cargo/remote:BUILD.backtrace-0.3.59.bazel"), + sha256 = "e7a905d892734eea339e896738c14b9afce22b5318f64b951e70bf3844419b01", + strip_prefix = "backtrace-0.3.61", + build_file = Label("//bazel/cargo/remote:BUILD.backtrace-0.3.61.bazel"), ) maybe( @@ -113,12 +103,12 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__bitflags__1_2_1", - url = "https://crates.io/api/v1/crates/bitflags/1.2.1/download", + name = "proxy_wasm_cpp_host__bitflags__1_3_2", + url = "https://crates.io/api/v1/crates/bitflags/1.3.2/download", type = "tar.gz", - sha256 = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693", - strip_prefix = "bitflags-1.2.1", - build_file = Label("//bazel/cargo/remote:BUILD.bitflags-1.2.1.bazel"), + sha256 = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a", + strip_prefix = "bitflags-1.3.2", + build_file = Label("//bazel/cargo/remote:BUILD.bitflags-1.3.2.bazel"), ) maybe( @@ -133,12 +123,12 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__cc__1_0_67", - url = "https://crates.io/api/v1/crates/cc/1.0.67/download", + name = "proxy_wasm_cpp_host__cc__1_0_71", + url = "https://crates.io/api/v1/crates/cc/1.0.71/download", type = "tar.gz", - sha256 = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd", - strip_prefix = "cc-1.0.67", - build_file = Label("//bazel/cargo/remote:BUILD.cc-1.0.67.bazel"), + sha256 = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd", + strip_prefix = "cc-1.0.71", + build_file = Label("//bazel/cargo/remote:BUILD.cc-1.0.71.bazel"), ) maybe( @@ -163,92 +153,92 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__cpp_demangle__0_3_2", - url = "https://crates.io/api/v1/crates/cpp_demangle/0.3.2/download", + name = "proxy_wasm_cpp_host__cpp_demangle__0_3_3", + url = "https://crates.io/api/v1/crates/cpp_demangle/0.3.3/download", type = "tar.gz", - sha256 = "44919ecaf6f99e8e737bc239408931c9a01e9a6c74814fee8242dd2506b65390", - strip_prefix = "cpp_demangle-0.3.2", - build_file = Label("//bazel/cargo/remote:BUILD.cpp_demangle-0.3.2.bazel"), + sha256 = "8ea47428dc9d2237f3c6bc134472edfd63ebba0af932e783506dcfd66f10d18a", + strip_prefix = "cpp_demangle-0.3.3", + build_file = Label("//bazel/cargo/remote:BUILD.cpp_demangle-0.3.3.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__cranelift_bforest__0_73_0", - url = "https://crates.io/api/v1/crates/cranelift-bforest/0.73.0/download", + name = "proxy_wasm_cpp_host__cranelift_bforest__0_77_0", + url = "https://crates.io/api/v1/crates/cranelift-bforest/0.77.0/download", type = "tar.gz", - sha256 = "07f641ec9146b7d7498d78cd832007d66ca44a9b61f23474d1fb78e5a3701e99", - strip_prefix = "cranelift-bforest-0.73.0", - build_file = Label("//bazel/cargo/remote:BUILD.cranelift-bforest-0.73.0.bazel"), + sha256 = "15013642ddda44eebcf61365b2052a23fd8b7314f90ba44aa059ec02643c5139", + strip_prefix = "cranelift-bforest-0.77.0", + build_file = Label("//bazel/cargo/remote:BUILD.cranelift-bforest-0.77.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__cranelift_codegen__0_73_0", - url = "https://crates.io/api/v1/crates/cranelift-codegen/0.73.0/download", + name = "proxy_wasm_cpp_host__cranelift_codegen__0_77_0", + url = "https://crates.io/api/v1/crates/cranelift-codegen/0.77.0/download", type = "tar.gz", - sha256 = "fd1f2c0cd4ac12c954116ab2e26e40df0d51db322a855b5664fa208bc32d6686", - strip_prefix = "cranelift-codegen-0.73.0", - build_file = Label("//bazel/cargo/remote:BUILD.cranelift-codegen-0.73.0.bazel"), + sha256 = "298f2a7ed5fdcb062d8e78b7496b0f4b95265d20245f2d0ca88f846dd192a3a3", + strip_prefix = "cranelift-codegen-0.77.0", + build_file = Label("//bazel/cargo/remote:BUILD.cranelift-codegen-0.77.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__cranelift_codegen_meta__0_73_0", - url = "https://crates.io/api/v1/crates/cranelift-codegen-meta/0.73.0/download", + name = "proxy_wasm_cpp_host__cranelift_codegen_meta__0_77_0", + url = "https://crates.io/api/v1/crates/cranelift-codegen-meta/0.77.0/download", type = "tar.gz", - sha256 = "105e11b2f0ff7ac81f80dd05ec938ce529a75e36f3d598360d806bb5bfa75e5a", - strip_prefix = "cranelift-codegen-meta-0.73.0", - build_file = Label("//bazel/cargo/remote:BUILD.cranelift-codegen-meta-0.73.0.bazel"), + sha256 = "5cf504261ac62dfaf4ffb3f41d88fd885e81aba947c1241275043885bc5f0bac", + strip_prefix = "cranelift-codegen-meta-0.77.0", + build_file = Label("//bazel/cargo/remote:BUILD.cranelift-codegen-meta-0.77.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__cranelift_codegen_shared__0_73_0", - url = "https://crates.io/api/v1/crates/cranelift-codegen-shared/0.73.0/download", + name = "proxy_wasm_cpp_host__cranelift_codegen_shared__0_77_0", + url = "https://crates.io/api/v1/crates/cranelift-codegen-shared/0.77.0/download", type = "tar.gz", - sha256 = "51e5eba2c1858d50abf023be4d88bd0450cb12d4ec2ba3ffac56353e6d09caf2", - strip_prefix = "cranelift-codegen-shared-0.73.0", - build_file = Label("//bazel/cargo/remote:BUILD.cranelift-codegen-shared-0.73.0.bazel"), + sha256 = "1cd2a72db4301dbe7e5a4499035eedc1e82720009fb60603e20504d8691fa9cd", + strip_prefix = "cranelift-codegen-shared-0.77.0", + build_file = Label("//bazel/cargo/remote:BUILD.cranelift-codegen-shared-0.77.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__cranelift_entity__0_73_0", - url = "https://crates.io/api/v1/crates/cranelift-entity/0.73.0/download", + name = "proxy_wasm_cpp_host__cranelift_entity__0_77_0", + url = "https://crates.io/api/v1/crates/cranelift-entity/0.77.0/download", type = "tar.gz", - sha256 = "79fa6fdd77a8d317763cd21668d3e72b96e09ac8a974326c6149f7de5aafa8ed", - strip_prefix = "cranelift-entity-0.73.0", - build_file = Label("//bazel/cargo/remote:BUILD.cranelift-entity-0.73.0.bazel"), + sha256 = "48868faa07cacf948dc4a1773648813c0e453ff9467e800ff10f6a78c021b546", + strip_prefix = "cranelift-entity-0.77.0", + build_file = Label("//bazel/cargo/remote:BUILD.cranelift-entity-0.77.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__cranelift_frontend__0_73_0", - url = "https://crates.io/api/v1/crates/cranelift-frontend/0.73.0/download", + name = "proxy_wasm_cpp_host__cranelift_frontend__0_77_0", + url = "https://crates.io/api/v1/crates/cranelift-frontend/0.77.0/download", type = "tar.gz", - sha256 = "ae11da9ca99f987c29e3eb39ebe10e9b879ecca30f3aeaee13db5e8e02b80fb6", - strip_prefix = "cranelift-frontend-0.73.0", - build_file = Label("//bazel/cargo/remote:BUILD.cranelift-frontend-0.73.0.bazel"), + sha256 = "351c9d13b4ecd1a536215ec2fd1c3ee9ee8bc31af172abf1e45ed0adb7a931df", + strip_prefix = "cranelift-frontend-0.77.0", + build_file = Label("//bazel/cargo/remote:BUILD.cranelift-frontend-0.77.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__cranelift_native__0_73_0", - url = "https://crates.io/api/v1/crates/cranelift-native/0.73.0/download", + name = "proxy_wasm_cpp_host__cranelift_native__0_77_0", + url = "https://crates.io/api/v1/crates/cranelift-native/0.77.0/download", type = "tar.gz", - sha256 = "100ca4810058e23a5c4dcaedfa25289d1853f4a899d0960265aa7c54a4789351", - strip_prefix = "cranelift-native-0.73.0", - build_file = Label("//bazel/cargo/remote:BUILD.cranelift-native-0.73.0.bazel"), + sha256 = "6df8b556663d7611b137b24db7f6c8d9a8a27d7f29c7ea7835795152c94c1b75", + strip_prefix = "cranelift-native-0.77.0", + build_file = Label("//bazel/cargo/remote:BUILD.cranelift-native-0.77.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__cranelift_wasm__0_73_0", - url = "https://crates.io/api/v1/crates/cranelift-wasm/0.73.0/download", + name = "proxy_wasm_cpp_host__cranelift_wasm__0_77_0", + url = "https://crates.io/api/v1/crates/cranelift-wasm/0.77.0/download", type = "tar.gz", - sha256 = "607826643d74cf2cc36973ebffd1790a11d1781e14e3f95cf5529942b2168a67", - strip_prefix = "cranelift-wasm-0.73.0", - build_file = Label("//bazel/cargo/remote:BUILD.cranelift-wasm-0.73.0.bazel"), + sha256 = "7a69816d90db694fa79aa39b89dda7208a4ac74b6f2b8f3c4da26ee1c8bdfc5e", + strip_prefix = "cranelift-wasm-0.77.0", + build_file = Label("//bazel/cargo/remote:BUILD.cranelift-wasm-0.77.0.bazel"), ) maybe( @@ -263,12 +253,12 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__ed25519_compact__0_1_9", - url = "https://crates.io/api/v1/crates/ed25519-compact/0.1.9/download", + name = "proxy_wasm_cpp_host__ed25519_compact__0_1_11", + url = "https://crates.io/api/v1/crates/ed25519-compact/0.1.11/download", type = "tar.gz", - sha256 = "aaf396058cc7285b342f9a10ed7a377f088942396c46c4c9a7eb4f0782cb1171", - strip_prefix = "ed25519-compact-0.1.9", - build_file = Label("//bazel/cargo/remote:BUILD.ed25519-compact-0.1.9.bazel"), + sha256 = "f1f45ef578ef75efffba301628066d951042f6e988f21f8b548928468ba5877b", + strip_prefix = "ed25519-compact-0.1.11", + build_file = Label("//bazel/cargo/remote:BUILD.ed25519-compact-0.1.11.bazel"), ) maybe( @@ -283,12 +273,12 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__env_logger__0_8_3", - url = "https://crates.io/api/v1/crates/env_logger/0.8.3/download", + name = "proxy_wasm_cpp_host__env_logger__0_8_4", + url = "https://crates.io/api/v1/crates/env_logger/0.8.4/download", type = "tar.gz", - sha256 = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f", - strip_prefix = "env_logger-0.8.3", - build_file = Label("//bazel/cargo/remote:BUILD.env_logger-0.8.3.bazel"), + sha256 = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3", + strip_prefix = "env_logger-0.8.4", + build_file = Label("//bazel/cargo/remote:BUILD.env_logger-0.8.4.bazel"), ) maybe( @@ -303,62 +293,42 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__getrandom__0_2_2", - url = "https://crates.io/api/v1/crates/getrandom/0.2.2/download", - type = "tar.gz", - sha256 = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8", - strip_prefix = "getrandom-0.2.2", - build_file = Label("//bazel/cargo/remote:BUILD.getrandom-0.2.2.bazel"), - ) - - maybe( - http_archive, - name = "proxy_wasm_cpp_host__gimli__0_23_0", - url = "https://crates.io/api/v1/crates/gimli/0.23.0/download", - type = "tar.gz", - sha256 = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce", - strip_prefix = "gimli-0.23.0", - build_file = Label("//bazel/cargo/remote:BUILD.gimli-0.23.0.bazel"), - ) - - maybe( - http_archive, - name = "proxy_wasm_cpp_host__gimli__0_24_0", - url = "https://crates.io/api/v1/crates/gimli/0.24.0/download", + name = "proxy_wasm_cpp_host__getrandom__0_2_3", + url = "https://crates.io/api/v1/crates/getrandom/0.2.3/download", type = "tar.gz", - sha256 = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189", - strip_prefix = "gimli-0.24.0", - build_file = Label("//bazel/cargo/remote:BUILD.gimli-0.24.0.bazel"), + sha256 = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753", + strip_prefix = "getrandom-0.2.3", + build_file = Label("//bazel/cargo/remote:BUILD.getrandom-0.2.3.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__glob__0_3_0", - url = "https://crates.io/api/v1/crates/glob/0.3.0/download", + name = "proxy_wasm_cpp_host__gimli__0_25_0", + url = "https://crates.io/api/v1/crates/gimli/0.25.0/download", type = "tar.gz", - sha256 = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574", - strip_prefix = "glob-0.3.0", - build_file = Label("//bazel/cargo/remote:BUILD.glob-0.3.0.bazel"), + sha256 = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7", + strip_prefix = "gimli-0.25.0", + build_file = Label("//bazel/cargo/remote:BUILD.gimli-0.25.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__hashbrown__0_9_1", - url = "https://crates.io/api/v1/crates/hashbrown/0.9.1/download", + name = "proxy_wasm_cpp_host__hashbrown__0_11_2", + url = "https://crates.io/api/v1/crates/hashbrown/0.11.2/download", type = "tar.gz", - sha256 = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04", - strip_prefix = "hashbrown-0.9.1", - build_file = Label("//bazel/cargo/remote:BUILD.hashbrown-0.9.1.bazel"), + sha256 = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e", + strip_prefix = "hashbrown-0.11.2", + build_file = Label("//bazel/cargo/remote:BUILD.hashbrown-0.11.2.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__hermit_abi__0_1_18", - url = "https://crates.io/api/v1/crates/hermit-abi/0.1.18/download", + name = "proxy_wasm_cpp_host__hermit_abi__0_1_19", + url = "https://crates.io/api/v1/crates/hermit-abi/0.1.19/download", type = "tar.gz", - sha256 = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c", - strip_prefix = "hermit-abi-0.1.18", - build_file = Label("//bazel/cargo/remote:BUILD.hermit-abi-0.1.18.bazel"), + sha256 = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33", + strip_prefix = "hermit-abi-0.1.19", + build_file = Label("//bazel/cargo/remote:BUILD.hermit-abi-0.1.19.bazel"), ) maybe( @@ -383,22 +353,22 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__indexmap__1_6_2", - url = "https://crates.io/api/v1/crates/indexmap/1.6.2/download", + name = "proxy_wasm_cpp_host__indexmap__1_7_0", + url = "https://crates.io/api/v1/crates/indexmap/1.7.0/download", type = "tar.gz", - sha256 = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3", - strip_prefix = "indexmap-1.6.2", - build_file = Label("//bazel/cargo/remote:BUILD.indexmap-1.6.2.bazel"), + sha256 = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5", + strip_prefix = "indexmap-1.7.0", + build_file = Label("//bazel/cargo/remote:BUILD.indexmap-1.7.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__itertools__0_10_0", - url = "https://crates.io/api/v1/crates/itertools/0.10.0/download", + name = "proxy_wasm_cpp_host__itertools__0_10_1", + url = "https://crates.io/api/v1/crates/itertools/0.10.1/download", type = "tar.gz", - sha256 = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319", - strip_prefix = "itertools-0.10.0", - build_file = Label("//bazel/cargo/remote:BUILD.itertools-0.10.0.bazel"), + sha256 = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf", + strip_prefix = "itertools-0.10.1", + build_file = Label("//bazel/cargo/remote:BUILD.itertools-0.10.1.bazel"), ) maybe( @@ -413,12 +383,12 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__libc__0_2_94", - url = "https://crates.io/api/v1/crates/libc/0.2.94/download", + name = "proxy_wasm_cpp_host__libc__0_2_103", + url = "https://crates.io/api/v1/crates/libc/0.2.103/download", type = "tar.gz", - sha256 = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e", - strip_prefix = "libc-0.2.94", - build_file = Label("//bazel/cargo/remote:BUILD.libc-0.2.94.bazel"), + sha256 = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6", + strip_prefix = "libc-0.2.103", + build_file = Label("//bazel/cargo/remote:BUILD.libc-0.2.103.bazel"), ) maybe( @@ -443,22 +413,22 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__memchr__2_4_0", - url = "https://crates.io/api/v1/crates/memchr/2.4.0/download", + name = "proxy_wasm_cpp_host__memchr__2_4_1", + url = "https://crates.io/api/v1/crates/memchr/2.4.1/download", type = "tar.gz", - sha256 = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc", - strip_prefix = "memchr-2.4.0", - build_file = Label("//bazel/cargo/remote:BUILD.memchr-2.4.0.bazel"), + sha256 = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a", + strip_prefix = "memchr-2.4.1", + build_file = Label("//bazel/cargo/remote:BUILD.memchr-2.4.1.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__memoffset__0_6_3", - url = "https://crates.io/api/v1/crates/memoffset/0.6.3/download", + name = "proxy_wasm_cpp_host__memoffset__0_6_4", + url = "https://crates.io/api/v1/crates/memoffset/0.6.4/download", type = "tar.gz", - sha256 = "f83fb6581e8ed1f85fd45c116db8405483899489e38406156c25eb743554361d", - strip_prefix = "memoffset-0.6.3", - build_file = Label("//bazel/cargo/remote:BUILD.memoffset-0.6.3.bazel"), + sha256 = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9", + strip_prefix = "memoffset-0.6.4", + build_file = Label("//bazel/cargo/remote:BUILD.memoffset-0.6.4.bazel"), ) maybe( @@ -483,32 +453,22 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__object__0_23_0", - url = "https://crates.io/api/v1/crates/object/0.23.0/download", + name = "proxy_wasm_cpp_host__object__0_26_2", + url = "https://crates.io/api/v1/crates/object/0.26.2/download", type = "tar.gz", - sha256 = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4", - strip_prefix = "object-0.23.0", - build_file = Label("//bazel/cargo/remote:BUILD.object-0.23.0.bazel"), + sha256 = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2", + strip_prefix = "object-0.26.2", + build_file = Label("//bazel/cargo/remote:BUILD.object-0.26.2.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__object__0_24_0", - url = "https://crates.io/api/v1/crates/object/0.24.0/download", + name = "proxy_wasm_cpp_host__once_cell__1_8_0", + url = "https://crates.io/api/v1/crates/once_cell/1.8.0/download", type = "tar.gz", - sha256 = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170", - strip_prefix = "object-0.24.0", - build_file = Label("//bazel/cargo/remote:BUILD.object-0.24.0.bazel"), - ) - - maybe( - http_archive, - name = "proxy_wasm_cpp_host__once_cell__1_7_2", - url = "https://crates.io/api/v1/crates/once_cell/1.7.2/download", - type = "tar.gz", - sha256 = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3", - strip_prefix = "once_cell-1.7.2", - build_file = Label("//bazel/cargo/remote:BUILD.once_cell-1.7.2.bazel"), + sha256 = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56", + strip_prefix = "once_cell-1.8.0", + build_file = Label("//bazel/cargo/remote:BUILD.once_cell-1.8.0.bazel"), ) maybe( @@ -533,82 +493,82 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__ppv_lite86__0_2_10", - url = "https://crates.io/api/v1/crates/ppv-lite86/0.2.10/download", + name = "proxy_wasm_cpp_host__ppv_lite86__0_2_14", + url = "https://crates.io/api/v1/crates/ppv-lite86/0.2.14/download", type = "tar.gz", - sha256 = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857", - strip_prefix = "ppv-lite86-0.2.10", - build_file = Label("//bazel/cargo/remote:BUILD.ppv-lite86-0.2.10.bazel"), + sha256 = "c3ca011bd0129ff4ae15cd04c4eef202cadf6c51c21e47aba319b4e0501db741", + strip_prefix = "ppv-lite86-0.2.14", + build_file = Label("//bazel/cargo/remote:BUILD.ppv-lite86-0.2.14.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__proc_macro2__1_0_26", - url = "https://crates.io/api/v1/crates/proc-macro2/1.0.26/download", + name = "proxy_wasm_cpp_host__proc_macro2__1_0_30", + url = "https://crates.io/api/v1/crates/proc-macro2/1.0.30/download", type = "tar.gz", - sha256 = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec", - strip_prefix = "proc-macro2-1.0.26", - build_file = Label("//bazel/cargo/remote:BUILD.proc-macro2-1.0.26.bazel"), + sha256 = "edc3358ebc67bc8b7fa0c007f945b0b18226f78437d61bec735a9eb96b61ee70", + strip_prefix = "proc-macro2-1.0.30", + build_file = Label("//bazel/cargo/remote:BUILD.proc-macro2-1.0.30.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__psm__0_1_12", - url = "https://crates.io/api/v1/crates/psm/0.1.12/download", + name = "proxy_wasm_cpp_host__psm__0_1_16", + url = "https://crates.io/api/v1/crates/psm/0.1.16/download", type = "tar.gz", - sha256 = "3abf49e5417290756acfd26501536358560c4a5cc4a0934d390939acb3e7083a", - strip_prefix = "psm-0.1.12", - build_file = Label("//bazel/cargo/remote:BUILD.psm-0.1.12.bazel"), + sha256 = "cd136ff4382c4753fc061cb9e4712ab2af263376b95bbd5bd8cd50c020b78e69", + strip_prefix = "psm-0.1.16", + build_file = Label("//bazel/cargo/remote:BUILD.psm-0.1.16.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__quote__1_0_9", - url = "https://crates.io/api/v1/crates/quote/1.0.9/download", + name = "proxy_wasm_cpp_host__quote__1_0_10", + url = "https://crates.io/api/v1/crates/quote/1.0.10/download", type = "tar.gz", - sha256 = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7", - strip_prefix = "quote-1.0.9", - build_file = Label("//bazel/cargo/remote:BUILD.quote-1.0.9.bazel"), + sha256 = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05", + strip_prefix = "quote-1.0.10", + build_file = Label("//bazel/cargo/remote:BUILD.quote-1.0.10.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__rand__0_8_3", - url = "https://crates.io/api/v1/crates/rand/0.8.3/download", + name = "proxy_wasm_cpp_host__rand__0_8_4", + url = "https://crates.io/api/v1/crates/rand/0.8.4/download", type = "tar.gz", - sha256 = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e", - strip_prefix = "rand-0.8.3", - build_file = Label("//bazel/cargo/remote:BUILD.rand-0.8.3.bazel"), + sha256 = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8", + strip_prefix = "rand-0.8.4", + build_file = Label("//bazel/cargo/remote:BUILD.rand-0.8.4.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__rand_chacha__0_3_0", - url = "https://crates.io/api/v1/crates/rand_chacha/0.3.0/download", + name = "proxy_wasm_cpp_host__rand_chacha__0_3_1", + url = "https://crates.io/api/v1/crates/rand_chacha/0.3.1/download", type = "tar.gz", - sha256 = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d", - strip_prefix = "rand_chacha-0.3.0", - build_file = Label("//bazel/cargo/remote:BUILD.rand_chacha-0.3.0.bazel"), + sha256 = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88", + strip_prefix = "rand_chacha-0.3.1", + build_file = Label("//bazel/cargo/remote:BUILD.rand_chacha-0.3.1.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__rand_core__0_6_2", - url = "https://crates.io/api/v1/crates/rand_core/0.6.2/download", + name = "proxy_wasm_cpp_host__rand_core__0_6_3", + url = "https://crates.io/api/v1/crates/rand_core/0.6.3/download", type = "tar.gz", - sha256 = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7", - strip_prefix = "rand_core-0.6.2", - build_file = Label("//bazel/cargo/remote:BUILD.rand_core-0.6.2.bazel"), + sha256 = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7", + strip_prefix = "rand_core-0.6.3", + build_file = Label("//bazel/cargo/remote:BUILD.rand_core-0.6.3.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__rand_hc__0_3_0", - url = "https://crates.io/api/v1/crates/rand_hc/0.3.0/download", + name = "proxy_wasm_cpp_host__rand_hc__0_3_1", + url = "https://crates.io/api/v1/crates/rand_hc/0.3.1/download", type = "tar.gz", - sha256 = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73", - strip_prefix = "rand_hc-0.3.0", - build_file = Label("//bazel/cargo/remote:BUILD.rand_hc-0.3.0.bazel"), + sha256 = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7", + strip_prefix = "rand_hc-0.3.1", + build_file = Label("//bazel/cargo/remote:BUILD.rand_hc-0.3.1.bazel"), ) maybe( @@ -653,12 +613,12 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__rustc_demangle__0_1_19", - url = "https://crates.io/api/v1/crates/rustc-demangle/0.1.19/download", + name = "proxy_wasm_cpp_host__rustc_demangle__0_1_21", + url = "https://crates.io/api/v1/crates/rustc-demangle/0.1.21/download", type = "tar.gz", - sha256 = "410f7acf3cb3a44527c5d9546bad4bf4e6c460915d5f9f2fc524498bfe8f70ce", - strip_prefix = "rustc-demangle-0.1.19", - build_file = Label("//bazel/cargo/remote:BUILD.rustc-demangle-0.1.19.bazel"), + sha256 = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342", + strip_prefix = "rustc-demangle-0.1.21", + build_file = Label("//bazel/cargo/remote:BUILD.rustc-demangle-0.1.21.bazel"), ) maybe( @@ -673,32 +633,32 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__serde__1_0_126", - url = "https://crates.io/api/v1/crates/serde/1.0.126/download", + name = "proxy_wasm_cpp_host__serde__1_0_130", + url = "https://crates.io/api/v1/crates/serde/1.0.130/download", type = "tar.gz", - sha256 = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03", - strip_prefix = "serde-1.0.126", - build_file = Label("//bazel/cargo/remote:BUILD.serde-1.0.126.bazel"), + sha256 = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913", + strip_prefix = "serde-1.0.130", + build_file = Label("//bazel/cargo/remote:BUILD.serde-1.0.130.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__serde_derive__1_0_126", - url = "https://crates.io/api/v1/crates/serde_derive/1.0.126/download", + name = "proxy_wasm_cpp_host__serde_derive__1_0_130", + url = "https://crates.io/api/v1/crates/serde_derive/1.0.130/download", type = "tar.gz", - sha256 = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43", - strip_prefix = "serde_derive-1.0.126", - build_file = Label("//bazel/cargo/remote:BUILD.serde_derive-1.0.126.bazel"), + sha256 = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b", + strip_prefix = "serde_derive-1.0.130", + build_file = Label("//bazel/cargo/remote:BUILD.serde_derive-1.0.130.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__smallvec__1_6_1", - url = "https://crates.io/api/v1/crates/smallvec/1.6.1/download", + name = "proxy_wasm_cpp_host__smallvec__1_7_0", + url = "https://crates.io/api/v1/crates/smallvec/1.7.0/download", type = "tar.gz", - sha256 = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e", - strip_prefix = "smallvec-1.6.1", - build_file = Label("//bazel/cargo/remote:BUILD.smallvec-1.6.1.bazel"), + sha256 = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309", + strip_prefix = "smallvec-1.7.0", + build_file = Label("//bazel/cargo/remote:BUILD.smallvec-1.7.0.bazel"), ) maybe( @@ -723,22 +683,22 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__syn__1_0_72", - url = "https://crates.io/api/v1/crates/syn/1.0.72/download", + name = "proxy_wasm_cpp_host__syn__1_0_80", + url = "https://crates.io/api/v1/crates/syn/1.0.80/download", type = "tar.gz", - sha256 = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82", - strip_prefix = "syn-1.0.72", - build_file = Label("//bazel/cargo/remote:BUILD.syn-1.0.72.bazel"), + sha256 = "d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194", + strip_prefix = "syn-1.0.80", + build_file = Label("//bazel/cargo/remote:BUILD.syn-1.0.80.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__target_lexicon__0_12_0", - url = "https://crates.io/api/v1/crates/target-lexicon/0.12.0/download", + name = "proxy_wasm_cpp_host__target_lexicon__0_12_2", + url = "https://crates.io/api/v1/crates/target-lexicon/0.12.2/download", type = "tar.gz", - sha256 = "64ae3b39281e4b14b8123bdbaddd472b7dfe215e444181f2f9d2443c2444f834", - strip_prefix = "target-lexicon-0.12.0", - build_file = Label("//bazel/cargo/remote:BUILD.target-lexicon-0.12.0.bazel"), + sha256 = "d9bffcddbc2458fa3e6058414599e3c838a022abae82e5c67b4f7f80298d5bff", + strip_prefix = "target-lexicon-0.12.2", + build_file = Label("//bazel/cargo/remote:BUILD.target-lexicon-0.12.2.bazel"), ) maybe( @@ -763,32 +723,32 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__thiserror__1_0_24", - url = "https://crates.io/api/v1/crates/thiserror/1.0.24/download", + name = "proxy_wasm_cpp_host__thiserror__1_0_30", + url = "https://crates.io/api/v1/crates/thiserror/1.0.30/download", type = "tar.gz", - sha256 = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e", - strip_prefix = "thiserror-1.0.24", - build_file = Label("//bazel/cargo/remote:BUILD.thiserror-1.0.24.bazel"), + sha256 = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417", + strip_prefix = "thiserror-1.0.30", + build_file = Label("//bazel/cargo/remote:BUILD.thiserror-1.0.30.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__thiserror_impl__1_0_24", - url = "https://crates.io/api/v1/crates/thiserror-impl/1.0.24/download", + name = "proxy_wasm_cpp_host__thiserror_impl__1_0_30", + url = "https://crates.io/api/v1/crates/thiserror-impl/1.0.30/download", type = "tar.gz", - sha256 = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0", - strip_prefix = "thiserror-impl-1.0.24", - build_file = Label("//bazel/cargo/remote:BUILD.thiserror-impl-1.0.24.bazel"), + sha256 = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b", + strip_prefix = "thiserror-impl-1.0.30", + build_file = Label("//bazel/cargo/remote:BUILD.thiserror-impl-1.0.30.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__unicode_width__0_1_8", - url = "https://crates.io/api/v1/crates/unicode-width/0.1.8/download", + name = "proxy_wasm_cpp_host__unicode_width__0_1_9", + url = "https://crates.io/api/v1/crates/unicode-width/0.1.9/download", type = "tar.gz", - sha256 = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3", - strip_prefix = "unicode-width-0.1.8", - build_file = Label("//bazel/cargo/remote:BUILD.unicode-width-0.1.8.bazel"), + sha256 = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973", + strip_prefix = "unicode-width-0.1.9", + build_file = Label("//bazel/cargo/remote:BUILD.unicode-width-0.1.9.bazel"), ) maybe( @@ -823,12 +783,12 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__wasmparser__0_77_0", - url = "https://crates.io/api/v1/crates/wasmparser/0.77.0/download", + name = "proxy_wasm_cpp_host__wasmparser__0_80_2", + url = "https://crates.io/api/v1/crates/wasmparser/0.80.2/download", type = "tar.gz", - sha256 = "b35c86d22e720a07d954ebbed772d01180501afe7d03d464f413bb5f8914a8d6", - strip_prefix = "wasmparser-0.77.0", - build_file = Label("//bazel/cargo/remote:BUILD.wasmparser-0.77.0.bazel"), + sha256 = "449167e2832691a1bff24cde28d2804e90e09586a448c8e76984792c44334a6b", + strip_prefix = "wasmparser-0.80.2", + build_file = Label("//bazel/cargo/remote:BUILD.wasmparser-0.80.2.bazel"), ) maybe( @@ -842,91 +802,71 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__wasmtime__0_26_0", - url = "https://crates.io/api/v1/crates/wasmtime/0.26.0/download", + name = "proxy_wasm_cpp_host__wasmtime__0_30_0", + url = "https://crates.io/api/v1/crates/wasmtime/0.30.0/download", type = "tar.gz", - sha256 = "4da03115f8ad36e50edeb6640f4ba27ed7e9a6f05c2f98f728c762966f7054c6", - strip_prefix = "wasmtime-0.26.0", - build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-0.26.0.bazel"), + sha256 = "899b1e5261e3d3420860dacfb952871ace9d7ba9f953b314f67aaf9f8e2a4d89", + strip_prefix = "wasmtime-0.30.0", + build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-0.30.0.bazel"), ) maybe( new_git_repository, name = "proxy_wasm_cpp_host__wasmtime_c_api_macros__0_19_0", remote = "https://github.com/bytecodealliance/wasmtime", - commit = "6b77786a6e758e91da9484a1c80b6fa5f88e1b3d", + commit = "572fbc8c54b5a9519154c57e28b86cfaaba57bbb", build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-c-api-macros-0.19.0.bazel"), init_submodules = True, ) maybe( http_archive, - name = "proxy_wasm_cpp_host__wasmtime_cranelift__0_26_0", - url = "https://crates.io/api/v1/crates/wasmtime-cranelift/0.26.0/download", - type = "tar.gz", - sha256 = "b73c47553954eab22f432a7a60bcd695eb46508c2088cb0aa1cfd060538db3b6", - strip_prefix = "wasmtime-cranelift-0.26.0", - build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-cranelift-0.26.0.bazel"), - ) - - maybe( - http_archive, - name = "proxy_wasm_cpp_host__wasmtime_debug__0_26_0", - url = "https://crates.io/api/v1/crates/wasmtime-debug/0.26.0/download", - type = "tar.gz", - sha256 = "5241e603c262b2ee0dfb5b2245ad539d0a99f0589909fbffc91d2a8035f2d20a", - strip_prefix = "wasmtime-debug-0.26.0", - build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-debug-0.26.0.bazel"), - ) - - maybe( - http_archive, - name = "proxy_wasm_cpp_host__wasmtime_environ__0_26_0", - url = "https://crates.io/api/v1/crates/wasmtime-environ/0.26.0/download", + name = "proxy_wasm_cpp_host__wasmtime_cranelift__0_30_0", + url = "https://crates.io/api/v1/crates/wasmtime-cranelift/0.30.0/download", type = "tar.gz", - sha256 = "fb8d356abc04754f5936b9377441a4a202f6bba7ad997d2cd66acb3908bc85a3", - strip_prefix = "wasmtime-environ-0.26.0", - build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-environ-0.26.0.bazel"), + sha256 = "99706bacdf5143f7f967d417f0437cce83a724cf4518cb1a3ff40e519d793021", + strip_prefix = "wasmtime-cranelift-0.30.0", + build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-cranelift-0.30.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__wasmtime_jit__0_26_0", - url = "https://crates.io/api/v1/crates/wasmtime-jit/0.26.0/download", + name = "proxy_wasm_cpp_host__wasmtime_environ__0_30_0", + url = "https://crates.io/api/v1/crates/wasmtime-environ/0.30.0/download", type = "tar.gz", - sha256 = "81b066a3290a903c5beb7d765b3e82e00cd4f8ac0475297f91330fbe8e16bb17", - strip_prefix = "wasmtime-jit-0.26.0", - build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-jit-0.26.0.bazel"), + sha256 = "ac42cb562a2f98163857605f02581d719a410c5abe93606128c59a10e84de85b", + strip_prefix = "wasmtime-environ-0.30.0", + build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-environ-0.30.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__wasmtime_obj__0_26_0", - url = "https://crates.io/api/v1/crates/wasmtime-obj/0.26.0/download", + name = "proxy_wasm_cpp_host__wasmtime_jit__0_30_0", + url = "https://crates.io/api/v1/crates/wasmtime-jit/0.30.0/download", type = "tar.gz", - sha256 = "bd9d5c6c8924ea1fb2372d26c0546a8c5aab94001d5ddedaa36fd7b090c04de2", - strip_prefix = "wasmtime-obj-0.26.0", - build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-obj-0.26.0.bazel"), + sha256 = "24f46dd757225f29a419be415ea6fb8558df9b0194f07e3a6a9c99d0e14dd534", + strip_prefix = "wasmtime-jit-0.30.0", + build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-jit-0.30.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__wasmtime_profiling__0_26_0", - url = "https://crates.io/api/v1/crates/wasmtime-profiling/0.26.0/download", + name = "proxy_wasm_cpp_host__wasmtime_runtime__0_30_0", + url = "https://crates.io/api/v1/crates/wasmtime-runtime/0.30.0/download", type = "tar.gz", - sha256 = "44760e80dd5f53e9af6c976120f9f1d35908ee0c646a3144083f0a57b7123ba7", - strip_prefix = "wasmtime-profiling-0.26.0", - build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-profiling-0.26.0.bazel"), + sha256 = "0122215a44923f395487048cb0a1d60b5b32c73aab15cf9364b798dbaff0996f", + strip_prefix = "wasmtime-runtime-0.30.0", + build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-runtime-0.30.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__wasmtime_runtime__0_26_0", - url = "https://crates.io/api/v1/crates/wasmtime-runtime/0.26.0/download", + name = "proxy_wasm_cpp_host__wasmtime_types__0_30_0", + url = "https://crates.io/api/v1/crates/wasmtime-types/0.30.0/download", type = "tar.gz", - sha256 = "9701c6412897ba3a10fb4e17c4ec29723ed33d6feaaaeaf59f53799107ce7351", - strip_prefix = "wasmtime-runtime-0.26.0", - build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-runtime-0.26.0.bazel"), + sha256 = "f9b01caf8a204ef634ebac99700e77ba716d3ebbb68a1abbc2ceb6b16dbec9e4", + strip_prefix = "wasmtime-types-0.30.0", + build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-types-0.30.0.bazel"), ) maybe( diff --git a/bazel/cargo/remote/BUILD.addr2line-0.15.1.bazel b/bazel/cargo/remote/BUILD.addr2line-0.15.1.bazel deleted file mode 100644 index be83fd09f..000000000 --- a/bazel/cargo/remote/BUILD.addr2line-0.15.1.bazel +++ /dev/null @@ -1,62 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -# buildifier: disable=load -load( - "@rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//bazel/cargo", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" -]) - -# Generated Targets - -# Unsupported target "addr2line" with type "example" omitted - -rust_library( - name = "addr2line", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.15.1", - # buildifier: leave-alone - deps = [ - "@proxy_wasm_cpp_host__gimli__0_24_0//:gimli", - ], -) - -# Unsupported target "correctness" with type "test" omitted - -# Unsupported target "output_equivalence" with type "test" omitted - -# Unsupported target "parse" with type "test" omitted diff --git a/bazel/cargo/remote/BUILD.addr2line-0.14.1.bazel b/bazel/cargo/remote/BUILD.addr2line-0.16.0.bazel similarity index 94% rename from bazel/cargo/remote/BUILD.addr2line-0.14.1.bazel rename to bazel/cargo/remote/BUILD.addr2line-0.16.0.bazel index 258f44940..874319de7 100644 --- a/bazel/cargo/remote/BUILD.addr2line-0.14.1.bazel +++ b/bazel/cargo/remote/BUILD.addr2line-0.16.0.bazel @@ -48,10 +48,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.14.1", + version = "0.16.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__gimli__0_23_0//:gimli", + "@proxy_wasm_cpp_host__gimli__0_25_0//:gimli", ], ) diff --git a/bazel/cargo/remote/BUILD.aho-corasick-0.7.18.bazel b/bazel/cargo/remote/BUILD.aho-corasick-0.7.18.bazel index 6b70370af..10c3278c5 100644 --- a/bazel/cargo/remote/BUILD.aho-corasick-0.7.18.bazel +++ b/bazel/cargo/remote/BUILD.aho-corasick-0.7.18.bazel @@ -51,6 +51,6 @@ rust_library( version = "0.7.18", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__memchr__2_4_0//:memchr", + "@proxy_wasm_cpp_host__memchr__2_4_1//:memchr", ], ) diff --git a/bazel/cargo/remote/BUILD.anyhow-1.0.40.bazel b/bazel/cargo/remote/BUILD.anyhow-1.0.44.bazel similarity index 98% rename from bazel/cargo/remote/BUILD.anyhow-1.0.40.bazel rename to bazel/cargo/remote/BUILD.anyhow-1.0.44.bazel index ba8033e8b..43af3cbe0 100644 --- a/bazel/cargo/remote/BUILD.anyhow-1.0.40.bazel +++ b/bazel/cargo/remote/BUILD.anyhow-1.0.44.bazel @@ -55,7 +55,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.40", + version = "1.0.44", visibility = ["//visibility:private"], deps = [ ], @@ -79,7 +79,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.40", + version = "1.0.44", # buildifier: leave-alone deps = [ ":anyhow_build_script", diff --git a/bazel/cargo/remote/BUILD.atty-0.2.14.bazel b/bazel/cargo/remote/BUILD.atty-0.2.14.bazel index e5f020a0d..a1214a9c0 100644 --- a/bazel/cargo/remote/BUILD.atty-0.2.14.bazel +++ b/bazel/cargo/remote/BUILD.atty-0.2.14.bazel @@ -73,7 +73,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-freebsd", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@proxy_wasm_cpp_host__libc__0_2_94//:libc", + "@proxy_wasm_cpp_host__libc__0_2_103//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/bazel/cargo/remote/BUILD.backtrace-0.3.59.bazel b/bazel/cargo/remote/BUILD.backtrace-0.3.61.bazel similarity index 89% rename from bazel/cargo/remote/BUILD.backtrace-0.3.59.bazel rename to bazel/cargo/remote/BUILD.backtrace-0.3.61.bazel index bc4593f4c..4db2abcaf 100644 --- a/bazel/cargo/remote/BUILD.backtrace-0.3.59.bazel +++ b/bazel/cargo/remote/BUILD.backtrace-0.3.61.bazel @@ -55,10 +55,10 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.3.59", + version = "0.3.61", visibility = ["//visibility:private"], deps = [ - "@proxy_wasm_cpp_host__cc__1_0_67//:cc", + "@proxy_wasm_cpp_host__cc__1_0_71//:cc", ] + selects.with_or({ # cfg(windows) ( @@ -96,16 +96,16 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.59", + version = "0.3.61", # buildifier: leave-alone deps = [ ":backtrace_build_script", - "@proxy_wasm_cpp_host__addr2line__0_15_1//:addr2line", + "@proxy_wasm_cpp_host__addr2line__0_16_0//:addr2line", "@proxy_wasm_cpp_host__cfg_if__1_0_0//:cfg_if", - "@proxy_wasm_cpp_host__libc__0_2_94//:libc", + "@proxy_wasm_cpp_host__libc__0_2_103//:libc", "@proxy_wasm_cpp_host__miniz_oxide__0_4_4//:miniz_oxide", - "@proxy_wasm_cpp_host__object__0_24_0//:object", - "@proxy_wasm_cpp_host__rustc_demangle__0_1_19//:rustc_demangle", + "@proxy_wasm_cpp_host__object__0_26_2//:object", + "@proxy_wasm_cpp_host__rustc_demangle__0_1_21//:rustc_demangle", ] + selects.with_or({ # cfg(windows) ( diff --git a/bazel/cargo/remote/BUILD.bincode-1.3.3.bazel b/bazel/cargo/remote/BUILD.bincode-1.3.3.bazel index e544d8b53..c36d3c8e1 100644 --- a/bazel/cargo/remote/BUILD.bincode-1.3.3.bazel +++ b/bazel/cargo/remote/BUILD.bincode-1.3.3.bazel @@ -49,7 +49,7 @@ rust_library( version = "1.3.3", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__serde__1_0_126//:serde", + "@proxy_wasm_cpp_host__serde__1_0_130//:serde", ], ) diff --git a/bazel/cargo/remote/BUILD.bitflags-1.2.1.bazel b/bazel/cargo/remote/BUILD.bitflags-1.2.1.bazel deleted file mode 100644 index 2ff7b8554..000000000 --- a/bazel/cargo/remote/BUILD.bitflags-1.2.1.bazel +++ /dev/null @@ -1,85 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -# buildifier: disable=load -load( - "@rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//bazel/cargo", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT OR Apache-2.0" -]) - -# Generated Targets -# buildifier: disable=out-of-order-load -# buildifier: disable=load-on-top -load( - "@rules_rust//cargo:cargo_build_script.bzl", - "cargo_build_script", -) - -cargo_build_script( - name = "bitflags_build_script", - srcs = glob(["**/*.rs"]), - build_script_env = { - }, - crate_features = [ - "default", - ], - crate_root = "build.rs", - data = glob(["**"]), - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "1.2.1", - visibility = ["//visibility:private"], - deps = [ - ], -) - -rust_library( - name = "bitflags", - srcs = glob(["**/*.rs"]), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "1.2.1", - # buildifier: leave-alone - deps = [ - ":bitflags_build_script", - ], -) diff --git a/bazel/cargo/remote/BUILD.bitflags-1.3.2.bazel b/bazel/cargo/remote/BUILD.bitflags-1.3.2.bazel new file mode 100644 index 000000000..6f45176aa --- /dev/null +++ b/bazel/cargo/remote/BUILD.bitflags-1.3.2.bazel @@ -0,0 +1,58 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//bazel/cargo", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +rust_library( + name = "bitflags", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.3.2", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "basic" with type "test" omitted + +# Unsupported target "compile" with type "test" omitted diff --git a/bazel/cargo/remote/BUILD.cc-1.0.67.bazel b/bazel/cargo/remote/BUILD.cc-1.0.71.bazel similarity index 97% rename from bazel/cargo/remote/BUILD.cc-1.0.67.bazel rename to bazel/cargo/remote/BUILD.cc-1.0.71.bazel index 8e2d391b2..f310feea4 100644 --- a/bazel/cargo/remote/BUILD.cc-1.0.67.bazel +++ b/bazel/cargo/remote/BUILD.cc-1.0.71.bazel @@ -47,7 +47,7 @@ rust_binary( "cargo-raze", "manual", ], - version = "1.0.67", + version = "1.0.71", # buildifier: leave-alone deps = [ ":cc", @@ -70,7 +70,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.67", + version = "1.0.71", # buildifier: leave-alone deps = [ ], diff --git a/bazel/cargo/remote/BUILD.clap-2.33.3.bazel b/bazel/cargo/remote/BUILD.clap-2.33.3.bazel index 2211f357c..6010ad032 100644 --- a/bazel/cargo/remote/BUILD.clap-2.33.3.bazel +++ b/bazel/cargo/remote/BUILD.clap-2.33.3.bazel @@ -59,10 +59,10 @@ rust_library( # buildifier: leave-alone deps = [ "@proxy_wasm_cpp_host__atty__0_2_14//:atty", - "@proxy_wasm_cpp_host__bitflags__1_2_1//:bitflags", + "@proxy_wasm_cpp_host__bitflags__1_3_2//:bitflags", "@proxy_wasm_cpp_host__strsim__0_8_0//:strsim", "@proxy_wasm_cpp_host__textwrap__0_11_0//:textwrap", - "@proxy_wasm_cpp_host__unicode_width__0_1_8//:unicode_width", + "@proxy_wasm_cpp_host__unicode_width__0_1_9//:unicode_width", "@proxy_wasm_cpp_host__vec_map__0_8_2//:vec_map", ] + selects.with_or({ # cfg(not(windows)) diff --git a/bazel/cargo/remote/BUILD.cpp_demangle-0.3.2.bazel b/bazel/cargo/remote/BUILD.cpp_demangle-0.3.3.bazel similarity index 95% rename from bazel/cargo/remote/BUILD.cpp_demangle-0.3.2.bazel rename to bazel/cargo/remote/BUILD.cpp_demangle-0.3.3.bazel index ea8503d58..b9a39968e 100644 --- a/bazel/cargo/remote/BUILD.cpp_demangle-0.3.2.bazel +++ b/bazel/cargo/remote/BUILD.cpp_demangle-0.3.3.bazel @@ -55,10 +55,9 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.3.2", + version = "0.3.3", visibility = ["//visibility:private"], deps = [ - "@proxy_wasm_cpp_host__glob__0_3_0//:glob", ], ) @@ -81,7 +80,7 @@ rust_binary( "cargo-raze", "manual", ], - version = "0.3.2", + version = "0.3.3", # buildifier: leave-alone deps = [ ":cpp_demangle", @@ -110,7 +109,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.2", + version = "0.3.3", # buildifier: leave-alone deps = [ ":cpp_demangle_build_script", diff --git a/bazel/cargo/remote/BUILD.cranelift-bforest-0.73.0.bazel b/bazel/cargo/remote/BUILD.cranelift-bforest-0.77.0.bazel similarity index 92% rename from bazel/cargo/remote/BUILD.cranelift-bforest-0.73.0.bazel rename to bazel/cargo/remote/BUILD.cranelift-bforest-0.77.0.bazel index d97edd650..22eaa705a 100644 --- a/bazel/cargo/remote/BUILD.cranelift-bforest-0.73.0.bazel +++ b/bazel/cargo/remote/BUILD.cranelift-bforest-0.77.0.bazel @@ -46,9 +46,9 @@ rust_library( "cargo-raze", "manual", ], - version = "0.73.0", + version = "0.77.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__cranelift_entity__0_73_0//:cranelift_entity", + "@proxy_wasm_cpp_host__cranelift_entity__0_77_0//:cranelift_entity", ], ) diff --git a/bazel/cargo/remote/BUILD.cranelift-codegen-0.73.0.bazel b/bazel/cargo/remote/BUILD.cranelift-codegen-0.77.0.bazel similarity index 72% rename from bazel/cargo/remote/BUILD.cranelift-codegen-0.73.0.bazel rename to bazel/cargo/remote/BUILD.cranelift-codegen-0.77.0.bazel index 8753f4f8a..b4ebf02fc 100644 --- a/bazel/cargo/remote/BUILD.cranelift-codegen-0.73.0.bazel +++ b/bazel/cargo/remote/BUILD.cranelift-codegen-0.77.0.bazel @@ -43,9 +43,7 @@ cargo_build_script( }, crate_features = [ "default", - "enable-serde", "gimli", - "serde", "std", "unwind", ], @@ -59,21 +57,21 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.73.0", + version = "0.77.0", visibility = ["//visibility:private"], deps = [ - "@proxy_wasm_cpp_host__cranelift_codegen_meta__0_73_0//:cranelift_codegen_meta", + "@proxy_wasm_cpp_host__cranelift_codegen_meta__0_77_0//:cranelift_codegen_meta", ], ) +# Unsupported target "x64-evex-encoding" with type "bench" omitted + rust_library( name = "cranelift_codegen", srcs = glob(["**/*.rs"]), crate_features = [ "default", - "enable-serde", "gimli", - "serde", "std", "unwind", ], @@ -88,20 +86,17 @@ rust_library( "cargo-raze", "manual", ], - version = "0.73.0", + version = "0.77.0", # buildifier: leave-alone deps = [ ":cranelift_codegen_build_script", - "@proxy_wasm_cpp_host__byteorder__1_4_3//:byteorder", - "@proxy_wasm_cpp_host__cranelift_bforest__0_73_0//:cranelift_bforest", - "@proxy_wasm_cpp_host__cranelift_codegen_shared__0_73_0//:cranelift_codegen_shared", - "@proxy_wasm_cpp_host__cranelift_entity__0_73_0//:cranelift_entity", - "@proxy_wasm_cpp_host__gimli__0_23_0//:gimli", + "@proxy_wasm_cpp_host__cranelift_bforest__0_77_0//:cranelift_bforest", + "@proxy_wasm_cpp_host__cranelift_codegen_shared__0_77_0//:cranelift_codegen_shared", + "@proxy_wasm_cpp_host__cranelift_entity__0_77_0//:cranelift_entity", + "@proxy_wasm_cpp_host__gimli__0_25_0//:gimli", "@proxy_wasm_cpp_host__log__0_4_14//:log", "@proxy_wasm_cpp_host__regalloc__0_0_31//:regalloc", - "@proxy_wasm_cpp_host__serde__1_0_126//:serde", - "@proxy_wasm_cpp_host__smallvec__1_6_1//:smallvec", - "@proxy_wasm_cpp_host__target_lexicon__0_12_0//:target_lexicon", - "@proxy_wasm_cpp_host__thiserror__1_0_24//:thiserror", + "@proxy_wasm_cpp_host__smallvec__1_7_0//:smallvec", + "@proxy_wasm_cpp_host__target_lexicon__0_12_2//:target_lexicon", ], ) diff --git a/bazel/cargo/remote/BUILD.cranelift-codegen-meta-0.73.0.bazel b/bazel/cargo/remote/BUILD.cranelift-codegen-meta-0.77.0.bazel similarity index 87% rename from bazel/cargo/remote/BUILD.cranelift-codegen-meta-0.73.0.bazel rename to bazel/cargo/remote/BUILD.cranelift-codegen-meta-0.77.0.bazel index db0b9ef6d..ca7e8ba13 100644 --- a/bazel/cargo/remote/BUILD.cranelift-codegen-meta-0.73.0.bazel +++ b/bazel/cargo/remote/BUILD.cranelift-codegen-meta-0.77.0.bazel @@ -46,10 +46,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.73.0", + version = "0.77.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__cranelift_codegen_shared__0_73_0//:cranelift_codegen_shared", - "@proxy_wasm_cpp_host__cranelift_entity__0_73_0//:cranelift_entity", + "@proxy_wasm_cpp_host__cranelift_codegen_shared__0_77_0//:cranelift_codegen_shared", + "@proxy_wasm_cpp_host__cranelift_entity__0_77_0//:cranelift_entity", ], ) diff --git a/bazel/cargo/remote/BUILD.cranelift-codegen-shared-0.73.0.bazel b/bazel/cargo/remote/BUILD.cranelift-codegen-shared-0.77.0.bazel similarity index 89% rename from bazel/cargo/remote/BUILD.cranelift-codegen-shared-0.73.0.bazel rename to bazel/cargo/remote/BUILD.cranelift-codegen-shared-0.77.0.bazel index 246ce325c..8fefb0a19 100644 --- a/bazel/cargo/remote/BUILD.cranelift-codegen-shared-0.73.0.bazel +++ b/bazel/cargo/remote/BUILD.cranelift-codegen-shared-0.77.0.bazel @@ -34,8 +34,6 @@ rust_library( name = "cranelift_codegen_shared", srcs = glob(["**/*.rs"]), crate_features = [ - "enable-serde", - "serde", ], crate_root = "src/lib.rs", crate_type = "lib", @@ -48,9 +46,8 @@ rust_library( "cargo-raze", "manual", ], - version = "0.73.0", + version = "0.77.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__serde__1_0_126//:serde", ], ) diff --git a/bazel/cargo/remote/BUILD.cranelift-entity-0.73.0.bazel b/bazel/cargo/remote/BUILD.cranelift-entity-0.77.0.bazel similarity index 92% rename from bazel/cargo/remote/BUILD.cranelift-entity-0.73.0.bazel rename to bazel/cargo/remote/BUILD.cranelift-entity-0.77.0.bazel index 029d2c15b..14b93169d 100644 --- a/bazel/cargo/remote/BUILD.cranelift-entity-0.73.0.bazel +++ b/bazel/cargo/remote/BUILD.cranelift-entity-0.77.0.bazel @@ -48,9 +48,9 @@ rust_library( "cargo-raze", "manual", ], - version = "0.73.0", + version = "0.77.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__serde__1_0_126//:serde", + "@proxy_wasm_cpp_host__serde__1_0_130//:serde", ], ) diff --git a/bazel/cargo/remote/BUILD.cranelift-frontend-0.73.0.bazel b/bazel/cargo/remote/BUILD.cranelift-frontend-0.77.0.bazel similarity index 84% rename from bazel/cargo/remote/BUILD.cranelift-frontend-0.73.0.bazel rename to bazel/cargo/remote/BUILD.cranelift-frontend-0.77.0.bazel index d3ae1b2c1..4a1707f51 100644 --- a/bazel/cargo/remote/BUILD.cranelift-frontend-0.73.0.bazel +++ b/bazel/cargo/remote/BUILD.cranelift-frontend-0.77.0.bazel @@ -48,12 +48,12 @@ rust_library( "cargo-raze", "manual", ], - version = "0.73.0", + version = "0.77.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__cranelift_codegen__0_73_0//:cranelift_codegen", + "@proxy_wasm_cpp_host__cranelift_codegen__0_77_0//:cranelift_codegen", "@proxy_wasm_cpp_host__log__0_4_14//:log", - "@proxy_wasm_cpp_host__smallvec__1_6_1//:smallvec", - "@proxy_wasm_cpp_host__target_lexicon__0_12_0//:target_lexicon", + "@proxy_wasm_cpp_host__smallvec__1_7_0//:smallvec", + "@proxy_wasm_cpp_host__target_lexicon__0_12_2//:target_lexicon", ], ) diff --git a/bazel/cargo/remote/BUILD.cranelift-native-0.73.0.bazel b/bazel/cargo/remote/BUILD.cranelift-native-0.77.0.bazel similarity index 70% rename from bazel/cargo/remote/BUILD.cranelift-native-0.73.0.bazel rename to bazel/cargo/remote/BUILD.cranelift-native-0.77.0.bazel index 85ec5cf92..6191d2ab2 100644 --- a/bazel/cargo/remote/BUILD.cranelift-native-0.73.0.bazel +++ b/bazel/cargo/remote/BUILD.cranelift-native-0.77.0.bazel @@ -33,6 +33,8 @@ licenses([ rust_library( name = "cranelift_native", srcs = glob(["**/*.rs"]), + aliases = { + }, crate_features = [ "default", "std", @@ -48,10 +50,18 @@ rust_library( "cargo-raze", "manual", ], - version = "0.73.0", + version = "0.77.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__cranelift_codegen__0_73_0//:cranelift_codegen", - "@proxy_wasm_cpp_host__target_lexicon__0_12_0//:target_lexicon", - ], + "@proxy_wasm_cpp_host__cranelift_codegen__0_77_0//:cranelift_codegen", + "@proxy_wasm_cpp_host__target_lexicon__0_12_2//:target_lexicon", + ] + selects.with_or({ + # cfg(target_arch = "s390x") + ( + "@rules_rust//rust/platform:s390x-unknown-linux-gnu", + ): [ + "@proxy_wasm_cpp_host__libc__0_2_103//:libc", + ], + "//conditions:default": [], + }), ) diff --git a/bazel/cargo/remote/BUILD.cranelift-wasm-0.73.0.bazel b/bazel/cargo/remote/BUILD.cranelift-wasm-0.77.0.bazel similarity index 68% rename from bazel/cargo/remote/BUILD.cranelift-wasm-0.73.0.bazel rename to bazel/cargo/remote/BUILD.cranelift-wasm-0.77.0.bazel index e6d689ee7..d69661bfc 100644 --- a/bazel/cargo/remote/BUILD.cranelift-wasm-0.73.0.bazel +++ b/bazel/cargo/remote/BUILD.cranelift-wasm-0.77.0.bazel @@ -35,8 +35,6 @@ rust_library( srcs = glob(["**/*.rs"]), crate_features = [ "default", - "enable-serde", - "serde", "std", ], crate_root = "src/lib.rs", @@ -50,18 +48,17 @@ rust_library( "cargo-raze", "manual", ], - version = "0.73.0", + version = "0.77.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__cranelift_codegen__0_73_0//:cranelift_codegen", - "@proxy_wasm_cpp_host__cranelift_entity__0_73_0//:cranelift_entity", - "@proxy_wasm_cpp_host__cranelift_frontend__0_73_0//:cranelift_frontend", - "@proxy_wasm_cpp_host__itertools__0_10_0//:itertools", + "@proxy_wasm_cpp_host__cranelift_codegen__0_77_0//:cranelift_codegen", + "@proxy_wasm_cpp_host__cranelift_entity__0_77_0//:cranelift_entity", + "@proxy_wasm_cpp_host__cranelift_frontend__0_77_0//:cranelift_frontend", + "@proxy_wasm_cpp_host__itertools__0_10_1//:itertools", "@proxy_wasm_cpp_host__log__0_4_14//:log", - "@proxy_wasm_cpp_host__serde__1_0_126//:serde", - "@proxy_wasm_cpp_host__smallvec__1_6_1//:smallvec", - "@proxy_wasm_cpp_host__thiserror__1_0_24//:thiserror", - "@proxy_wasm_cpp_host__wasmparser__0_77_0//:wasmparser", + "@proxy_wasm_cpp_host__smallvec__1_7_0//:smallvec", + "@proxy_wasm_cpp_host__wasmparser__0_80_2//:wasmparser", + "@proxy_wasm_cpp_host__wasmtime_types__0_30_0//:wasmtime_types", ], ) diff --git a/bazel/cargo/remote/BUILD.ed25519-compact-0.1.9.bazel b/bazel/cargo/remote/BUILD.ed25519-compact-0.1.11.bazel similarity index 92% rename from bazel/cargo/remote/BUILD.ed25519-compact-0.1.9.bazel rename to bazel/cargo/remote/BUILD.ed25519-compact-0.1.11.bazel index 166ee5922..9e3945671 100644 --- a/bazel/cargo/remote/BUILD.ed25519-compact-0.1.9.bazel +++ b/bazel/cargo/remote/BUILD.ed25519-compact-0.1.11.bazel @@ -50,9 +50,9 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.9", + version = "0.1.11", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__getrandom__0_2_2//:getrandom", + "@proxy_wasm_cpp_host__getrandom__0_2_3//:getrandom", ], ) diff --git a/bazel/cargo/remote/BUILD.env_logger-0.8.3.bazel b/bazel/cargo/remote/BUILD.env_logger-0.8.4.bazel similarity index 98% rename from bazel/cargo/remote/BUILD.env_logger-0.8.3.bazel rename to bazel/cargo/remote/BUILD.env_logger-0.8.4.bazel index ca68a4bf8..f3b304ffa 100644 --- a/bazel/cargo/remote/BUILD.env_logger-0.8.3.bazel +++ b/bazel/cargo/remote/BUILD.env_logger-0.8.4.bazel @@ -51,7 +51,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.8.3", + version = "0.8.4", # buildifier: leave-alone deps = [ "@proxy_wasm_cpp_host__atty__0_2_14//:atty", diff --git a/bazel/cargo/remote/BUILD.getrandom-0.2.2.bazel b/bazel/cargo/remote/BUILD.getrandom-0.2.3.bazel similarity index 56% rename from bazel/cargo/remote/BUILD.getrandom-0.2.2.bazel rename to bazel/cargo/remote/BUILD.getrandom-0.2.3.bazel index b0c3b88f9..aaa30e798 100644 --- a/bazel/cargo/remote/BUILD.getrandom-0.2.2.bazel +++ b/bazel/cargo/remote/BUILD.getrandom-0.2.3.bazel @@ -29,72 +29,6 @@ licenses([ ]) # Generated Targets -# buildifier: disable=out-of-order-load -# buildifier: disable=load-on-top -load( - "@rules_rust//cargo:cargo_build_script.bzl", - "cargo_build_script", -) - -cargo_build_script( - name = "getrandom_build_script", - srcs = glob(["**/*.rs"]), - build_script_env = { - }, - crate_features = [ - "std", - ], - crate_root = "build.rs", - data = glob(["**"]), - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.2.2", - visibility = ["//visibility:private"], - deps = [ - ] + selects.with_or({ - # cfg(all(target_arch = "wasm32", target_os = "unknown")) - ( - "@rules_rust//rust/platform:wasm32-unknown-unknown", - ): [ - ], - "//conditions:default": [], - }) + selects.with_or({ - # cfg(target_os = "wasi") - ( - "@rules_rust//rust/platform:wasm32-wasi", - ): [ - ], - "//conditions:default": [], - }) + selects.with_or({ - # cfg(unix) - ( - "@rules_rust//rust/platform:aarch64-apple-darwin", - "@rules_rust//rust/platform:aarch64-apple-ios", - "@rules_rust//rust/platform:aarch64-linux-android", - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", - "@rules_rust//rust/platform:arm-unknown-linux-gnueabi", - "@rules_rust//rust/platform:i686-apple-darwin", - "@rules_rust//rust/platform:i686-linux-android", - "@rules_rust//rust/platform:i686-unknown-freebsd", - "@rules_rust//rust/platform:i686-unknown-linux-gnu", - "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", - "@rules_rust//rust/platform:s390x-unknown-linux-gnu", - "@rules_rust//rust/platform:x86_64-apple-darwin", - "@rules_rust//rust/platform:x86_64-apple-ios", - "@rules_rust//rust/platform:x86_64-linux-android", - "@rules_rust//rust/platform:x86_64-unknown-freebsd", - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", - ): [ - ], - "//conditions:default": [], - }), -) # Unsupported target "mod" with type "bench" omitted @@ -117,10 +51,9 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.2", + version = "0.2.3", # buildifier: leave-alone deps = [ - ":getrandom_build_script", "@proxy_wasm_cpp_host__cfg_if__1_0_0//:cfg_if", ] + selects.with_or({ # cfg(all(target_arch = "wasm32", target_os = "unknown")) @@ -157,7 +90,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-freebsd", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@proxy_wasm_cpp_host__libc__0_2_94//:libc", + "@proxy_wasm_cpp_host__libc__0_2_103//:libc", ], "//conditions:default": [], }), diff --git a/bazel/cargo/remote/BUILD.gimli-0.24.0.bazel b/bazel/cargo/remote/BUILD.gimli-0.24.0.bazel deleted file mode 100644 index ce3ad9778..000000000 --- a/bazel/cargo/remote/BUILD.gimli-0.24.0.bazel +++ /dev/null @@ -1,68 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -# buildifier: disable=load -load( - "@rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//bazel/cargo", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" -]) - -# Generated Targets - -# Unsupported target "bench" with type "bench" omitted - -# Unsupported target "dwarf-validate" with type "example" omitted - -# Unsupported target "dwarfdump" with type "example" omitted - -# Unsupported target "simple" with type "example" omitted - -# Unsupported target "simple_line" with type "example" omitted - -rust_library( - name = "gimli", - srcs = glob(["**/*.rs"]), - crate_features = [ - "read", - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.24.0", - # buildifier: leave-alone - deps = [ - ], -) - -# Unsupported target "convert_self" with type "test" omitted - -# Unsupported target "parse_self" with type "test" omitted diff --git a/bazel/cargo/remote/BUILD.gimli-0.23.0.bazel b/bazel/cargo/remote/BUILD.gimli-0.25.0.bazel similarity index 93% rename from bazel/cargo/remote/BUILD.gimli-0.23.0.bazel rename to bazel/cargo/remote/BUILD.gimli-0.25.0.bazel index 4ea9764f3..7eedd499c 100644 --- a/bazel/cargo/remote/BUILD.gimli-0.23.0.bazel +++ b/bazel/cargo/remote/BUILD.gimli-0.25.0.bazel @@ -44,8 +44,6 @@ rust_library( name = "gimli", srcs = glob(["**/*.rs"]), crate_features = [ - "default", - "endian-reader", "fallible-iterator", "indexmap", "read", @@ -64,11 +62,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.23.0", + version = "0.25.0", # buildifier: leave-alone deps = [ "@proxy_wasm_cpp_host__fallible_iterator__0_2_0//:fallible_iterator", - "@proxy_wasm_cpp_host__indexmap__1_6_2//:indexmap", + "@proxy_wasm_cpp_host__indexmap__1_7_0//:indexmap", "@proxy_wasm_cpp_host__stable_deref_trait__1_2_0//:stable_deref_trait", ], ) diff --git a/bazel/cargo/remote/BUILD.glob-0.3.0.bazel b/bazel/cargo/remote/BUILD.glob-0.3.0.bazel deleted file mode 100644 index c0f33f2fd..000000000 --- a/bazel/cargo/remote/BUILD.glob-0.3.0.bazel +++ /dev/null @@ -1,55 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -# buildifier: disable=load -load( - "@rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//bazel/cargo", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT OR Apache-2.0" -]) - -# Generated Targets - -rust_library( - name = "glob", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.3.0", - # buildifier: leave-alone - deps = [ - ], -) - -# Unsupported target "glob-std" with type "test" omitted diff --git a/bazel/cargo/remote/BUILD.hashbrown-0.9.1.bazel b/bazel/cargo/remote/BUILD.hashbrown-0.11.2.bazel similarity index 98% rename from bazel/cargo/remote/BUILD.hashbrown-0.9.1.bazel rename to bazel/cargo/remote/BUILD.hashbrown-0.11.2.bazel index 587832a72..48449f9fd 100644 --- a/bazel/cargo/remote/BUILD.hashbrown-0.9.1.bazel +++ b/bazel/cargo/remote/BUILD.hashbrown-0.11.2.bazel @@ -49,7 +49,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.9.1", + version = "0.11.2", # buildifier: leave-alone deps = [ ], diff --git a/bazel/cargo/remote/BUILD.hermit-abi-0.1.18.bazel b/bazel/cargo/remote/BUILD.hermit-abi-0.1.19.bazel similarity index 92% rename from bazel/cargo/remote/BUILD.hermit-abi-0.1.18.bazel rename to bazel/cargo/remote/BUILD.hermit-abi-0.1.19.bazel index abbb8011b..21fe9d920 100644 --- a/bazel/cargo/remote/BUILD.hermit-abi-0.1.18.bazel +++ b/bazel/cargo/remote/BUILD.hermit-abi-0.1.19.bazel @@ -47,9 +47,9 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.18", + version = "0.1.19", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__libc__0_2_94//:libc", + "@proxy_wasm_cpp_host__libc__0_2_103//:libc", ], ) diff --git a/bazel/cargo/remote/BUILD.indexmap-1.6.2.bazel b/bazel/cargo/remote/BUILD.indexmap-1.7.0.bazel similarity index 92% rename from bazel/cargo/remote/BUILD.indexmap-1.6.2.bazel rename to bazel/cargo/remote/BUILD.indexmap-1.7.0.bazel index 5ea95aa02..01a132304 100644 --- a/bazel/cargo/remote/BUILD.indexmap-1.6.2.bazel +++ b/bazel/cargo/remote/BUILD.indexmap-1.7.0.bazel @@ -55,7 +55,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.6.2", + version = "1.7.0", visibility = ["//visibility:private"], deps = [ "@proxy_wasm_cpp_host__autocfg__1_0_1//:autocfg", @@ -84,12 +84,12 @@ rust_library( "cargo-raze", "manual", ], - version = "1.6.2", + version = "1.7.0", # buildifier: leave-alone deps = [ ":indexmap_build_script", - "@proxy_wasm_cpp_host__hashbrown__0_9_1//:hashbrown", - "@proxy_wasm_cpp_host__serde__1_0_126//:serde", + "@proxy_wasm_cpp_host__hashbrown__0_11_2//:hashbrown", + "@proxy_wasm_cpp_host__serde__1_0_130//:serde", ], ) diff --git a/bazel/cargo/remote/BUILD.itertools-0.10.0.bazel b/bazel/cargo/remote/BUILD.itertools-0.10.1.bazel similarity index 96% rename from bazel/cargo/remote/BUILD.itertools-0.10.0.bazel rename to bazel/cargo/remote/BUILD.itertools-0.10.1.bazel index c2cf7a364..5055efe10 100644 --- a/bazel/cargo/remote/BUILD.itertools-0.10.0.bazel +++ b/bazel/cargo/remote/BUILD.itertools-0.10.1.bazel @@ -67,7 +67,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.10.0", + version = "0.10.1", # buildifier: leave-alone deps = [ "@proxy_wasm_cpp_host__either__1_6_1//:either", @@ -76,6 +76,8 @@ rust_library( # Unsupported target "adaptors_no_collect" with type "test" omitted +# Unsupported target "flatten_ok" with type "test" omitted + # Unsupported target "fold_specialization" with type "test" omitted # Unsupported target "macros_hygiene" with type "test" omitted diff --git a/bazel/cargo/remote/BUILD.libc-0.2.94.bazel b/bazel/cargo/remote/BUILD.libc-0.2.103.bazel similarity index 97% rename from bazel/cargo/remote/BUILD.libc-0.2.94.bazel rename to bazel/cargo/remote/BUILD.libc-0.2.103.bazel index 635a21205..3b32012d6 100644 --- a/bazel/cargo/remote/BUILD.libc-0.2.94.bazel +++ b/bazel/cargo/remote/BUILD.libc-0.2.103.bazel @@ -55,7 +55,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.2.94", + version = "0.2.103", visibility = ["//visibility:private"], deps = [ ], @@ -79,7 +79,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.94", + version = "0.2.103", # buildifier: leave-alone deps = [ ":libc_build_script", diff --git a/bazel/cargo/remote/BUILD.mach-0.3.2.bazel b/bazel/cargo/remote/BUILD.mach-0.3.2.bazel index edfabfb74..1cdd88969 100644 --- a/bazel/cargo/remote/BUILD.mach-0.3.2.bazel +++ b/bazel/cargo/remote/BUILD.mach-0.3.2.bazel @@ -63,7 +63,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@proxy_wasm_cpp_host__libc__0_2_94//:libc", + "@proxy_wasm_cpp_host__libc__0_2_103//:libc", ], "//conditions:default": [], }), diff --git a/bazel/cargo/remote/BUILD.memchr-2.4.0.bazel b/bazel/cargo/remote/BUILD.memchr-2.4.1.bazel similarity index 97% rename from bazel/cargo/remote/BUILD.memchr-2.4.0.bazel rename to bazel/cargo/remote/BUILD.memchr-2.4.1.bazel index 38cd7713c..693ef67e1 100644 --- a/bazel/cargo/remote/BUILD.memchr-2.4.0.bazel +++ b/bazel/cargo/remote/BUILD.memchr-2.4.1.bazel @@ -55,7 +55,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "2.4.0", + version = "2.4.1", visibility = ["//visibility:private"], deps = [ ], @@ -79,7 +79,7 @@ rust_library( "cargo-raze", "manual", ], - version = "2.4.0", + version = "2.4.1", # buildifier: leave-alone deps = [ ":memchr_build_script", diff --git a/bazel/cargo/remote/BUILD.memoffset-0.6.3.bazel b/bazel/cargo/remote/BUILD.memoffset-0.6.4.bazel similarity index 97% rename from bazel/cargo/remote/BUILD.memoffset-0.6.3.bazel rename to bazel/cargo/remote/BUILD.memoffset-0.6.4.bazel index af0d61a43..c370f7ce0 100644 --- a/bazel/cargo/remote/BUILD.memoffset-0.6.3.bazel +++ b/bazel/cargo/remote/BUILD.memoffset-0.6.4.bazel @@ -54,7 +54,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.6.3", + version = "0.6.4", visibility = ["//visibility:private"], deps = [ "@proxy_wasm_cpp_host__autocfg__1_0_1//:autocfg", @@ -78,7 +78,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.6.3", + version = "0.6.4", # buildifier: leave-alone deps = [ ":memoffset_build_script", diff --git a/bazel/cargo/remote/BUILD.object-0.24.0.bazel b/bazel/cargo/remote/BUILD.object-0.24.0.bazel deleted file mode 100644 index e78332fe1..000000000 --- a/bazel/cargo/remote/BUILD.object-0.24.0.bazel +++ /dev/null @@ -1,76 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -# buildifier: disable=load -load( - "@rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//bazel/cargo", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" -]) - -# Generated Targets - -# Unsupported target "ar" with type "example" omitted - -# Unsupported target "nm" with type "example" omitted - -# Unsupported target "objcopy" with type "example" omitted - -# Unsupported target "objdump" with type "example" omitted - -# Unsupported target "objectmap" with type "example" omitted - -# Unsupported target "readobj" with type "example" omitted - -rust_library( - name = "object", - srcs = glob(["**/*.rs"]), - crate_features = [ - "archive", - "coff", - "elf", - "macho", - "pe", - "read_core", - "unaligned", - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.24.0", - # buildifier: leave-alone - deps = [ - ], -) - -# Unsupported target "integration" with type "test" omitted - -# Unsupported target "parse_self" with type "test" omitted diff --git a/bazel/cargo/remote/BUILD.object-0.23.0.bazel b/bazel/cargo/remote/BUILD.object-0.26.2.bazel similarity index 86% rename from bazel/cargo/remote/BUILD.object-0.23.0.bazel rename to bazel/cargo/remote/BUILD.object-0.26.2.bazel index 6b3f8ad99..de129d607 100644 --- a/bazel/cargo/remote/BUILD.object-0.23.0.bazel +++ b/bazel/cargo/remote/BUILD.object-0.26.2.bazel @@ -32,6 +32,8 @@ licenses([ # Unsupported target "ar" with type "example" omitted +# Unsupported target "dyldcachedump" with type "example" omitted + # Unsupported target "nm" with type "example" omitted # Unsupported target "objcopy" with type "example" omitted @@ -46,13 +48,16 @@ rust_library( name = "object", srcs = glob(["**/*.rs"]), crate_features = [ + "archive", "coff", "crc32fast", "elf", "indexmap", "macho", + "pe", "read_core", "std", + "unaligned", "write", "write_core", ], @@ -67,11 +72,12 @@ rust_library( "cargo-raze", "manual", ], - version = "0.23.0", + version = "0.26.2", # buildifier: leave-alone deps = [ "@proxy_wasm_cpp_host__crc32fast__1_2_1//:crc32fast", - "@proxy_wasm_cpp_host__indexmap__1_6_2//:indexmap", + "@proxy_wasm_cpp_host__indexmap__1_7_0//:indexmap", + "@proxy_wasm_cpp_host__memchr__2_4_1//:memchr", ], ) diff --git a/bazel/cargo/remote/BUILD.once_cell-1.7.2.bazel b/bazel/cargo/remote/BUILD.once_cell-1.8.0.bazel similarity index 98% rename from bazel/cargo/remote/BUILD.once_cell-1.7.2.bazel rename to bazel/cargo/remote/BUILD.once_cell-1.8.0.bazel index f62082a78..186944f5f 100644 --- a/bazel/cargo/remote/BUILD.once_cell-1.7.2.bazel +++ b/bazel/cargo/remote/BUILD.once_cell-1.8.0.bazel @@ -64,7 +64,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.7.2", + version = "1.8.0", # buildifier: leave-alone deps = [ ], diff --git a/bazel/cargo/remote/BUILD.ppv-lite86-0.2.10.bazel b/bazel/cargo/remote/BUILD.ppv-lite86-0.2.14.bazel similarity index 97% rename from bazel/cargo/remote/BUILD.ppv-lite86-0.2.10.bazel rename to bazel/cargo/remote/BUILD.ppv-lite86-0.2.14.bazel index fb8fa0944..9651935cf 100644 --- a/bazel/cargo/remote/BUILD.ppv-lite86-0.2.10.bazel +++ b/bazel/cargo/remote/BUILD.ppv-lite86-0.2.14.bazel @@ -48,7 +48,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.10", + version = "0.2.14", # buildifier: leave-alone deps = [ ], diff --git a/bazel/cargo/remote/BUILD.proc-macro2-1.0.26.bazel b/bazel/cargo/remote/BUILD.proc-macro2-1.0.30.bazel similarity index 97% rename from bazel/cargo/remote/BUILD.proc-macro2-1.0.26.bazel rename to bazel/cargo/remote/BUILD.proc-macro2-1.0.30.bazel index 052ad77e4..e11620e9d 100644 --- a/bazel/cargo/remote/BUILD.proc-macro2-1.0.26.bazel +++ b/bazel/cargo/remote/BUILD.proc-macro2-1.0.30.bazel @@ -55,7 +55,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.26", + version = "1.0.30", visibility = ["//visibility:private"], deps = [ ], @@ -79,7 +79,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.26", + version = "1.0.30", # buildifier: leave-alone deps = [ ":proc_macro2_build_script", diff --git a/bazel/cargo/remote/BUILD.psm-0.1.12.bazel b/bazel/cargo/remote/BUILD.psm-0.1.16.bazel similarity index 95% rename from bazel/cargo/remote/BUILD.psm-0.1.12.bazel rename to bazel/cargo/remote/BUILD.psm-0.1.16.bazel index f335e7f55..e642d2ec5 100644 --- a/bazel/cargo/remote/BUILD.psm-0.1.12.bazel +++ b/bazel/cargo/remote/BUILD.psm-0.1.16.bazel @@ -53,10 +53,10 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.1.12", + version = "0.1.16", visibility = ["//visibility:private"], deps = [ - "@proxy_wasm_cpp_host__cc__1_0_67//:cc", + "@proxy_wasm_cpp_host__cc__1_0_71//:cc", ], ) @@ -88,7 +88,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.12", + version = "0.1.16", # buildifier: leave-alone deps = [ ":psm_build_script", diff --git a/bazel/cargo/remote/BUILD.quote-1.0.9.bazel b/bazel/cargo/remote/BUILD.quote-1.0.10.bazel similarity index 88% rename from bazel/cargo/remote/BUILD.quote-1.0.9.bazel rename to bazel/cargo/remote/BUILD.quote-1.0.10.bazel index 38403bbb9..e6553d747 100644 --- a/bazel/cargo/remote/BUILD.quote-1.0.9.bazel +++ b/bazel/cargo/remote/BUILD.quote-1.0.10.bazel @@ -30,6 +30,8 @@ licenses([ # Generated Targets +# Unsupported target "bench" with type "bench" omitted + rust_library( name = "quote", srcs = glob(["**/*.rs"]), @@ -48,10 +50,10 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.9", + version = "1.0.10", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__proc_macro2__1_0_26//:proc_macro2", + "@proxy_wasm_cpp_host__proc_macro2__1_0_30//:proc_macro2", ], ) diff --git a/bazel/cargo/remote/BUILD.rand-0.8.3.bazel b/bazel/cargo/remote/BUILD.rand-0.8.4.bazel similarity index 91% rename from bazel/cargo/remote/BUILD.rand-0.8.3.bazel rename to bazel/cargo/remote/BUILD.rand-0.8.4.bazel index c3a7c4037..9a9e6edb0 100644 --- a/bazel/cargo/remote/BUILD.rand-0.8.3.bazel +++ b/bazel/cargo/remote/BUILD.rand-0.8.4.bazel @@ -56,11 +56,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.8.3", + version = "0.8.4", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__rand_chacha__0_3_0//:rand_chacha", - "@proxy_wasm_cpp_host__rand_core__0_6_2//:rand_core", + "@proxy_wasm_cpp_host__rand_chacha__0_3_1//:rand_chacha", + "@proxy_wasm_cpp_host__rand_core__0_6_3//:rand_core", ] + selects.with_or({ # cfg(unix) ( @@ -81,7 +81,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-freebsd", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@proxy_wasm_cpp_host__libc__0_2_94//:libc", + "@proxy_wasm_cpp_host__libc__0_2_103//:libc", ], "//conditions:default": [], }), diff --git a/bazel/cargo/remote/BUILD.rand_chacha-0.3.0.bazel b/bazel/cargo/remote/BUILD.rand_chacha-0.3.1.bazel similarity index 87% rename from bazel/cargo/remote/BUILD.rand_chacha-0.3.0.bazel rename to bazel/cargo/remote/BUILD.rand_chacha-0.3.1.bazel index 7a0691c0d..f2bbbf8ab 100644 --- a/bazel/cargo/remote/BUILD.rand_chacha-0.3.0.bazel +++ b/bazel/cargo/remote/BUILD.rand_chacha-0.3.1.bazel @@ -47,10 +47,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.0", + version = "0.3.1", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__ppv_lite86__0_2_10//:ppv_lite86", - "@proxy_wasm_cpp_host__rand_core__0_6_2//:rand_core", + "@proxy_wasm_cpp_host__ppv_lite86__0_2_14//:ppv_lite86", + "@proxy_wasm_cpp_host__rand_core__0_6_3//:rand_core", ], ) diff --git a/bazel/cargo/remote/BUILD.rand_core-0.6.2.bazel b/bazel/cargo/remote/BUILD.rand_core-0.6.3.bazel similarity index 92% rename from bazel/cargo/remote/BUILD.rand_core-0.6.2.bazel rename to bazel/cargo/remote/BUILD.rand_core-0.6.3.bazel index 7a5581efc..9d71822a4 100644 --- a/bazel/cargo/remote/BUILD.rand_core-0.6.2.bazel +++ b/bazel/cargo/remote/BUILD.rand_core-0.6.3.bazel @@ -49,9 +49,9 @@ rust_library( "cargo-raze", "manual", ], - version = "0.6.2", + version = "0.6.3", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__getrandom__0_2_2//:getrandom", + "@proxy_wasm_cpp_host__getrandom__0_2_3//:getrandom", ], ) diff --git a/bazel/cargo/remote/BUILD.rand_hc-0.3.0.bazel b/bazel/cargo/remote/BUILD.rand_hc-0.3.1.bazel similarity index 92% rename from bazel/cargo/remote/BUILD.rand_hc-0.3.0.bazel rename to bazel/cargo/remote/BUILD.rand_hc-0.3.1.bazel index 7d243a2e4..f3188afbd 100644 --- a/bazel/cargo/remote/BUILD.rand_hc-0.3.0.bazel +++ b/bazel/cargo/remote/BUILD.rand_hc-0.3.1.bazel @@ -46,9 +46,9 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.0", + version = "0.3.1", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__rand_core__0_6_2//:rand_core", + "@proxy_wasm_cpp_host__rand_core__0_6_3//:rand_core", ], ) diff --git a/bazel/cargo/remote/BUILD.regalloc-0.0.31.bazel b/bazel/cargo/remote/BUILD.regalloc-0.0.31.bazel index 83eacacec..a5a411eb3 100644 --- a/bazel/cargo/remote/BUILD.regalloc-0.0.31.bazel +++ b/bazel/cargo/remote/BUILD.regalloc-0.0.31.bazel @@ -35,8 +35,6 @@ rust_library( srcs = glob(["**/*.rs"]), crate_features = [ "default", - "enable-serde", - "serde", ], crate_root = "src/lib.rs", crate_type = "lib", @@ -54,7 +52,6 @@ rust_library( deps = [ "@proxy_wasm_cpp_host__log__0_4_14//:log", "@proxy_wasm_cpp_host__rustc_hash__1_1_0//:rustc_hash", - "@proxy_wasm_cpp_host__serde__1_0_126//:serde", - "@proxy_wasm_cpp_host__smallvec__1_6_1//:smallvec", + "@proxy_wasm_cpp_host__smallvec__1_7_0//:smallvec", ], ) diff --git a/bazel/cargo/remote/BUILD.regex-1.5.4.bazel b/bazel/cargo/remote/BUILD.regex-1.5.4.bazel index ee3a06b22..7d5894bd8 100644 --- a/bazel/cargo/remote/BUILD.regex-1.5.4.bazel +++ b/bazel/cargo/remote/BUILD.regex-1.5.4.bazel @@ -70,7 +70,7 @@ rust_library( # buildifier: leave-alone deps = [ "@proxy_wasm_cpp_host__aho_corasick__0_7_18//:aho_corasick", - "@proxy_wasm_cpp_host__memchr__2_4_0//:memchr", + "@proxy_wasm_cpp_host__memchr__2_4_1//:memchr", "@proxy_wasm_cpp_host__regex_syntax__0_6_25//:regex_syntax", ], ) diff --git a/bazel/cargo/remote/BUILD.region-2.2.0.bazel b/bazel/cargo/remote/BUILD.region-2.2.0.bazel index 3f58da6a1..bd73a300f 100644 --- a/bazel/cargo/remote/BUILD.region-2.2.0.bazel +++ b/bazel/cargo/remote/BUILD.region-2.2.0.bazel @@ -51,8 +51,8 @@ rust_library( version = "2.2.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__bitflags__1_2_1//:bitflags", - "@proxy_wasm_cpp_host__libc__0_2_94//:libc", + "@proxy_wasm_cpp_host__bitflags__1_3_2//:bitflags", + "@proxy_wasm_cpp_host__libc__0_2_103//:libc", ] + selects.with_or({ # cfg(any(target_os = "macos", target_os = "ios")) ( diff --git a/bazel/cargo/remote/BUILD.rustc-demangle-0.1.19.bazel b/bazel/cargo/remote/BUILD.rustc-demangle-0.1.21.bazel similarity index 97% rename from bazel/cargo/remote/BUILD.rustc-demangle-0.1.19.bazel rename to bazel/cargo/remote/BUILD.rustc-demangle-0.1.21.bazel index 0ecc0b005..eae75a7ef 100644 --- a/bazel/cargo/remote/BUILD.rustc-demangle-0.1.19.bazel +++ b/bazel/cargo/remote/BUILD.rustc-demangle-0.1.21.bazel @@ -46,7 +46,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.19", + version = "0.1.21", # buildifier: leave-alone deps = [ ], diff --git a/bazel/cargo/remote/BUILD.serde-1.0.126.bazel b/bazel/cargo/remote/BUILD.serde-1.0.130.bazel similarity index 93% rename from bazel/cargo/remote/BUILD.serde-1.0.126.bazel rename to bazel/cargo/remote/BUILD.serde-1.0.130.bazel index 35eb68663..be52cae3f 100644 --- a/bazel/cargo/remote/BUILD.serde-1.0.126.bazel +++ b/bazel/cargo/remote/BUILD.serde-1.0.130.bazel @@ -57,7 +57,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.126", + version = "1.0.130", visibility = ["//visibility:private"], deps = [ ], @@ -77,7 +77,7 @@ rust_library( data = [], edition = "2015", proc_macro_deps = [ - "@proxy_wasm_cpp_host__serde_derive__1_0_126//:serde_derive", + "@proxy_wasm_cpp_host__serde_derive__1_0_130//:serde_derive", ], rustc_flags = [ "--cap-lints=allow", @@ -86,7 +86,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.126", + version = "1.0.130", # buildifier: leave-alone deps = [ ":serde_build_script", diff --git a/bazel/cargo/remote/BUILD.serde_derive-1.0.126.bazel b/bazel/cargo/remote/BUILD.serde_derive-1.0.130.bazel similarity index 88% rename from bazel/cargo/remote/BUILD.serde_derive-1.0.126.bazel rename to bazel/cargo/remote/BUILD.serde_derive-1.0.130.bazel index 922bccf22..5866314ad 100644 --- a/bazel/cargo/remote/BUILD.serde_derive-1.0.126.bazel +++ b/bazel/cargo/remote/BUILD.serde_derive-1.0.130.bazel @@ -54,7 +54,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.126", + version = "1.0.130", visibility = ["//visibility:private"], deps = [ ], @@ -77,12 +77,12 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.126", + version = "1.0.130", # buildifier: leave-alone deps = [ ":serde_derive_build_script", - "@proxy_wasm_cpp_host__proc_macro2__1_0_26//:proc_macro2", - "@proxy_wasm_cpp_host__quote__1_0_9//:quote", - "@proxy_wasm_cpp_host__syn__1_0_72//:syn", + "@proxy_wasm_cpp_host__proc_macro2__1_0_30//:proc_macro2", + "@proxy_wasm_cpp_host__quote__1_0_10//:quote", + "@proxy_wasm_cpp_host__syn__1_0_80//:syn", ], ) diff --git a/bazel/cargo/remote/BUILD.smallvec-1.6.1.bazel b/bazel/cargo/remote/BUILD.smallvec-1.7.0.bazel similarity index 97% rename from bazel/cargo/remote/BUILD.smallvec-1.6.1.bazel rename to bazel/cargo/remote/BUILD.smallvec-1.7.0.bazel index f2c0284e3..6a9a26970 100644 --- a/bazel/cargo/remote/BUILD.smallvec-1.6.1.bazel +++ b/bazel/cargo/remote/BUILD.smallvec-1.7.0.bazel @@ -48,7 +48,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.6.1", + version = "1.7.0", # buildifier: leave-alone deps = [ ], diff --git a/bazel/cargo/remote/BUILD.syn-1.0.72.bazel b/bazel/cargo/remote/BUILD.syn-1.0.80.bazel similarity index 95% rename from bazel/cargo/remote/BUILD.syn-1.0.72.bazel rename to bazel/cargo/remote/BUILD.syn-1.0.80.bazel index 69ce0a205..cab83dd57 100644 --- a/bazel/cargo/remote/BUILD.syn-1.0.72.bazel +++ b/bazel/cargo/remote/BUILD.syn-1.0.80.bazel @@ -60,7 +60,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.72", + version = "1.0.80", visibility = ["//visibility:private"], deps = [ ], @@ -93,12 +93,12 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.72", + version = "1.0.80", # buildifier: leave-alone deps = [ ":syn_build_script", - "@proxy_wasm_cpp_host__proc_macro2__1_0_26//:proc_macro2", - "@proxy_wasm_cpp_host__quote__1_0_9//:quote", + "@proxy_wasm_cpp_host__proc_macro2__1_0_30//:proc_macro2", + "@proxy_wasm_cpp_host__quote__1_0_10//:quote", "@proxy_wasm_cpp_host__unicode_xid__0_2_2//:unicode_xid", ], ) diff --git a/bazel/cargo/remote/BUILD.target-lexicon-0.12.0.bazel b/bazel/cargo/remote/BUILD.target-lexicon-0.12.2.bazel similarity index 97% rename from bazel/cargo/remote/BUILD.target-lexicon-0.12.0.bazel rename to bazel/cargo/remote/BUILD.target-lexicon-0.12.2.bazel index 62e715ca9..5ed0363a8 100644 --- a/bazel/cargo/remote/BUILD.target-lexicon-0.12.0.bazel +++ b/bazel/cargo/remote/BUILD.target-lexicon-0.12.2.bazel @@ -54,7 +54,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.12.0", + version = "0.12.2", visibility = ["//visibility:private"], deps = [ ], @@ -81,7 +81,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.12.0", + version = "0.12.2", # buildifier: leave-alone deps = [ ":target_lexicon_build_script", diff --git a/bazel/cargo/remote/BUILD.textwrap-0.11.0.bazel b/bazel/cargo/remote/BUILD.textwrap-0.11.0.bazel index 4fd9aab3c..cc496b135 100644 --- a/bazel/cargo/remote/BUILD.textwrap-0.11.0.bazel +++ b/bazel/cargo/remote/BUILD.textwrap-0.11.0.bazel @@ -55,7 +55,7 @@ rust_library( version = "0.11.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__unicode_width__0_1_8//:unicode_width", + "@proxy_wasm_cpp_host__unicode_width__0_1_9//:unicode_width", ], ) diff --git a/bazel/cargo/remote/BUILD.thiserror-1.0.24.bazel b/bazel/cargo/remote/BUILD.thiserror-1.0.30.bazel similarity index 91% rename from bazel/cargo/remote/BUILD.thiserror-1.0.24.bazel rename to bazel/cargo/remote/BUILD.thiserror-1.0.30.bazel index 9bc28bc5e..b73d9c0ff 100644 --- a/bazel/cargo/remote/BUILD.thiserror-1.0.24.bazel +++ b/bazel/cargo/remote/BUILD.thiserror-1.0.30.bazel @@ -40,7 +40,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@proxy_wasm_cpp_host__thiserror_impl__1_0_24//:thiserror_impl", + "@proxy_wasm_cpp_host__thiserror_impl__1_0_30//:thiserror_impl", ], rustc_flags = [ "--cap-lints=allow", @@ -49,7 +49,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.24", + version = "1.0.30", # buildifier: leave-alone deps = [ ], @@ -59,8 +59,6 @@ rust_library( # Unsupported target "test_backtrace" with type "test" omitted -# Unsupported target "test_deprecated" with type "test" omitted - # Unsupported target "test_display" with type "test" omitted # Unsupported target "test_error" with type "test" omitted @@ -69,6 +67,8 @@ rust_library( # Unsupported target "test_from" with type "test" omitted +# Unsupported target "test_generics" with type "test" omitted + # Unsupported target "test_lints" with type "test" omitted # Unsupported target "test_option" with type "test" omitted diff --git a/bazel/cargo/remote/BUILD.thiserror-impl-1.0.24.bazel b/bazel/cargo/remote/BUILD.thiserror-impl-1.0.30.bazel similarity index 84% rename from bazel/cargo/remote/BUILD.thiserror-impl-1.0.24.bazel rename to bazel/cargo/remote/BUILD.thiserror-impl-1.0.30.bazel index ead7dbeb9..412807d55 100644 --- a/bazel/cargo/remote/BUILD.thiserror-impl-1.0.24.bazel +++ b/bazel/cargo/remote/BUILD.thiserror-impl-1.0.30.bazel @@ -46,11 +46,11 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.24", + version = "1.0.30", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__proc_macro2__1_0_26//:proc_macro2", - "@proxy_wasm_cpp_host__quote__1_0_9//:quote", - "@proxy_wasm_cpp_host__syn__1_0_72//:syn", + "@proxy_wasm_cpp_host__proc_macro2__1_0_30//:proc_macro2", + "@proxy_wasm_cpp_host__quote__1_0_10//:quote", + "@proxy_wasm_cpp_host__syn__1_0_80//:syn", ], ) diff --git a/bazel/cargo/remote/BUILD.unicode-width-0.1.8.bazel b/bazel/cargo/remote/BUILD.unicode-width-0.1.9.bazel similarity index 97% rename from bazel/cargo/remote/BUILD.unicode-width-0.1.8.bazel rename to bazel/cargo/remote/BUILD.unicode-width-0.1.9.bazel index 7cc937987..03141f414 100644 --- a/bazel/cargo/remote/BUILD.unicode-width-0.1.8.bazel +++ b/bazel/cargo/remote/BUILD.unicode-width-0.1.9.bazel @@ -47,7 +47,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.8", + version = "0.1.9", # buildifier: leave-alone deps = [ ], diff --git a/bazel/cargo/remote/BUILD.wasmparser-0.77.0.bazel b/bazel/cargo/remote/BUILD.wasmparser-0.80.2.bazel similarity index 97% rename from bazel/cargo/remote/BUILD.wasmparser-0.77.0.bazel rename to bazel/cargo/remote/BUILD.wasmparser-0.80.2.bazel index e7d229e1f..524dd373f 100644 --- a/bazel/cargo/remote/BUILD.wasmparser-0.77.0.bazel +++ b/bazel/cargo/remote/BUILD.wasmparser-0.80.2.bazel @@ -50,7 +50,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.77.0", + version = "0.80.2", # buildifier: leave-alone deps = [ ], diff --git a/bazel/cargo/remote/BUILD.wasmsign-0.1.2.bazel b/bazel/cargo/remote/BUILD.wasmsign-0.1.2.bazel index 7d2a94dcb..ed17fb042 100644 --- a/bazel/cargo/remote/BUILD.wasmsign-0.1.2.bazel +++ b/bazel/cargo/remote/BUILD.wasmsign-0.1.2.bazel @@ -51,13 +51,13 @@ rust_binary( # buildifier: leave-alone deps = [ ":wasmsign", - "@proxy_wasm_cpp_host__anyhow__1_0_40//:anyhow", + "@proxy_wasm_cpp_host__anyhow__1_0_44//:anyhow", "@proxy_wasm_cpp_host__byteorder__1_4_3//:byteorder", "@proxy_wasm_cpp_host__clap__2_33_3//:clap", - "@proxy_wasm_cpp_host__ed25519_compact__0_1_9//:ed25519_compact", + "@proxy_wasm_cpp_host__ed25519_compact__0_1_11//:ed25519_compact", "@proxy_wasm_cpp_host__hmac_sha512__0_1_9//:hmac_sha512", "@proxy_wasm_cpp_host__parity_wasm__0_42_2//:parity_wasm", - "@proxy_wasm_cpp_host__thiserror__1_0_24//:thiserror", + "@proxy_wasm_cpp_host__thiserror__1_0_30//:thiserror", ], ) @@ -80,12 +80,12 @@ rust_library( version = "0.1.2", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__anyhow__1_0_40//:anyhow", + "@proxy_wasm_cpp_host__anyhow__1_0_44//:anyhow", "@proxy_wasm_cpp_host__byteorder__1_4_3//:byteorder", "@proxy_wasm_cpp_host__clap__2_33_3//:clap", - "@proxy_wasm_cpp_host__ed25519_compact__0_1_9//:ed25519_compact", + "@proxy_wasm_cpp_host__ed25519_compact__0_1_11//:ed25519_compact", "@proxy_wasm_cpp_host__hmac_sha512__0_1_9//:hmac_sha512", "@proxy_wasm_cpp_host__parity_wasm__0_42_2//:parity_wasm", - "@proxy_wasm_cpp_host__thiserror__1_0_24//:thiserror", + "@proxy_wasm_cpp_host__thiserror__1_0_30//:thiserror", ], ) diff --git a/bazel/cargo/remote/BUILD.wasmtime-0.30.0.bazel b/bazel/cargo/remote/BUILD.wasmtime-0.30.0.bazel new file mode 100644 index 000000000..c9c129fc3 --- /dev/null +++ b/bazel/cargo/remote/BUILD.wasmtime-0.30.0.bazel @@ -0,0 +1,129 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//bazel/cargo", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # Apache-2.0 from expression "Apache-2.0" +]) + +# Generated Targets +# buildifier: disable=out-of-order-load +# buildifier: disable=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "wasmtime_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "cranelift", + "wasmtime-cranelift", + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.30.0", + visibility = ["//visibility:private"], + deps = [ + ] + selects.with_or({ + # cfg(target_os = "windows") + ( + "@rules_rust//rust/platform:i686-pc-windows-msvc", + "@rules_rust//rust/platform:x86_64-pc-windows-msvc", + ): [ + ], + "//conditions:default": [], + }), +) + +rust_library( + name = "wasmtime", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "cranelift", + "wasmtime-cranelift", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + proc_macro_deps = [ + "@proxy_wasm_cpp_host__paste__1_0_5//:paste", + ], + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.30.0", + # buildifier: leave-alone + deps = [ + ":wasmtime_build_script", + "@proxy_wasm_cpp_host__anyhow__1_0_44//:anyhow", + "@proxy_wasm_cpp_host__backtrace__0_3_61//:backtrace", + "@proxy_wasm_cpp_host__bincode__1_3_3//:bincode", + "@proxy_wasm_cpp_host__cfg_if__1_0_0//:cfg_if", + "@proxy_wasm_cpp_host__cpp_demangle__0_3_3//:cpp_demangle", + "@proxy_wasm_cpp_host__indexmap__1_7_0//:indexmap", + "@proxy_wasm_cpp_host__lazy_static__1_4_0//:lazy_static", + "@proxy_wasm_cpp_host__libc__0_2_103//:libc", + "@proxy_wasm_cpp_host__log__0_4_14//:log", + "@proxy_wasm_cpp_host__object__0_26_2//:object", + "@proxy_wasm_cpp_host__psm__0_1_16//:psm", + "@proxy_wasm_cpp_host__region__2_2_0//:region", + "@proxy_wasm_cpp_host__rustc_demangle__0_1_21//:rustc_demangle", + "@proxy_wasm_cpp_host__serde__1_0_130//:serde", + "@proxy_wasm_cpp_host__target_lexicon__0_12_2//:target_lexicon", + "@proxy_wasm_cpp_host__wasmparser__0_80_2//:wasmparser", + "@proxy_wasm_cpp_host__wasmtime_cranelift__0_30_0//:wasmtime_cranelift", + "@proxy_wasm_cpp_host__wasmtime_environ__0_30_0//:wasmtime_environ", + "@proxy_wasm_cpp_host__wasmtime_jit__0_30_0//:wasmtime_jit", + "@proxy_wasm_cpp_host__wasmtime_runtime__0_30_0//:wasmtime_runtime", + ] + selects.with_or({ + # cfg(target_os = "windows") + ( + "@rules_rust//rust/platform:i686-pc-windows-msvc", + "@rules_rust//rust/platform:x86_64-pc-windows-msvc", + ): [ + "@proxy_wasm_cpp_host__winapi__0_3_9//:winapi", + ], + "//conditions:default": [], + }), +) diff --git a/bazel/cargo/remote/BUILD.wasmtime-c-api-macros-0.19.0.bazel b/bazel/cargo/remote/BUILD.wasmtime-c-api-macros-0.19.0.bazel index 108838ec8..fbf93d460 100644 --- a/bazel/cargo/remote/BUILD.wasmtime-c-api-macros-0.19.0.bazel +++ b/bazel/cargo/remote/BUILD.wasmtime-c-api-macros-0.19.0.bazel @@ -49,7 +49,7 @@ rust_library( version = "0.19.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__proc_macro2__1_0_26//:proc_macro2", - "@proxy_wasm_cpp_host__quote__1_0_9//:quote", + "@proxy_wasm_cpp_host__proc_macro2__1_0_30//:proc_macro2", + "@proxy_wasm_cpp_host__quote__1_0_10//:quote", ], ) diff --git a/bazel/cargo/remote/BUILD.wasmtime-cranelift-0.26.0.bazel b/bazel/cargo/remote/BUILD.wasmtime-cranelift-0.30.0.bazel similarity index 55% rename from bazel/cargo/remote/BUILD.wasmtime-cranelift-0.26.0.bazel rename to bazel/cargo/remote/BUILD.wasmtime-cranelift-0.30.0.bazel index 81e4995a2..4b4f21c21 100644 --- a/bazel/cargo/remote/BUILD.wasmtime-cranelift-0.26.0.bazel +++ b/bazel/cargo/remote/BUILD.wasmtime-cranelift-0.30.0.bazel @@ -46,14 +46,21 @@ rust_library( "cargo-raze", "manual", ], - version = "0.26.0", + version = "0.30.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__cranelift_codegen__0_73_0//:cranelift_codegen", - "@proxy_wasm_cpp_host__cranelift_entity__0_73_0//:cranelift_entity", - "@proxy_wasm_cpp_host__cranelift_frontend__0_73_0//:cranelift_frontend", - "@proxy_wasm_cpp_host__cranelift_wasm__0_73_0//:cranelift_wasm", - "@proxy_wasm_cpp_host__wasmparser__0_77_0//:wasmparser", - "@proxy_wasm_cpp_host__wasmtime_environ__0_26_0//:wasmtime_environ", + "@proxy_wasm_cpp_host__anyhow__1_0_44//:anyhow", + "@proxy_wasm_cpp_host__cranelift_codegen__0_77_0//:cranelift_codegen", + "@proxy_wasm_cpp_host__cranelift_entity__0_77_0//:cranelift_entity", + "@proxy_wasm_cpp_host__cranelift_frontend__0_77_0//:cranelift_frontend", + "@proxy_wasm_cpp_host__cranelift_native__0_77_0//:cranelift_native", + "@proxy_wasm_cpp_host__cranelift_wasm__0_77_0//:cranelift_wasm", + "@proxy_wasm_cpp_host__gimli__0_25_0//:gimli", + "@proxy_wasm_cpp_host__more_asserts__0_2_1//:more_asserts", + "@proxy_wasm_cpp_host__object__0_26_2//:object", + "@proxy_wasm_cpp_host__target_lexicon__0_12_2//:target_lexicon", + "@proxy_wasm_cpp_host__thiserror__1_0_30//:thiserror", + "@proxy_wasm_cpp_host__wasmparser__0_80_2//:wasmparser", + "@proxy_wasm_cpp_host__wasmtime_environ__0_30_0//:wasmtime_environ", ], ) diff --git a/bazel/cargo/remote/BUILD.wasmtime-debug-0.26.0.bazel b/bazel/cargo/remote/BUILD.wasmtime-debug-0.26.0.bazel deleted file mode 100644 index 8d1516e33..000000000 --- a/bazel/cargo/remote/BUILD.wasmtime-debug-0.26.0.bazel +++ /dev/null @@ -1,61 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -# buildifier: disable=load -load( - "@rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//bazel/cargo", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # Apache-2.0 from expression "Apache-2.0" -]) - -# Generated Targets - -rust_library( - name = "wasmtime_debug", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.26.0", - # buildifier: leave-alone - deps = [ - "@proxy_wasm_cpp_host__anyhow__1_0_40//:anyhow", - "@proxy_wasm_cpp_host__gimli__0_23_0//:gimli", - "@proxy_wasm_cpp_host__more_asserts__0_2_1//:more_asserts", - "@proxy_wasm_cpp_host__object__0_23_0//:object", - "@proxy_wasm_cpp_host__target_lexicon__0_12_0//:target_lexicon", - "@proxy_wasm_cpp_host__thiserror__1_0_24//:thiserror", - "@proxy_wasm_cpp_host__wasmparser__0_77_0//:wasmparser", - "@proxy_wasm_cpp_host__wasmtime_environ__0_26_0//:wasmtime_environ", - ], -) diff --git a/bazel/cargo/remote/BUILD.wasmtime-environ-0.26.0.bazel b/bazel/cargo/remote/BUILD.wasmtime-environ-0.30.0.bazel similarity index 64% rename from bazel/cargo/remote/BUILD.wasmtime-environ-0.26.0.bazel rename to bazel/cargo/remote/BUILD.wasmtime-environ-0.30.0.bazel index 1967c275d..6546f7ef0 100644 --- a/bazel/cargo/remote/BUILD.wasmtime-environ-0.26.0.bazel +++ b/bazel/cargo/remote/BUILD.wasmtime-environ-0.30.0.bazel @@ -46,21 +46,21 @@ rust_library( "cargo-raze", "manual", ], - version = "0.26.0", + version = "0.30.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__anyhow__1_0_40//:anyhow", + "@proxy_wasm_cpp_host__anyhow__1_0_44//:anyhow", "@proxy_wasm_cpp_host__cfg_if__1_0_0//:cfg_if", - "@proxy_wasm_cpp_host__cranelift_codegen__0_73_0//:cranelift_codegen", - "@proxy_wasm_cpp_host__cranelift_entity__0_73_0//:cranelift_entity", - "@proxy_wasm_cpp_host__cranelift_wasm__0_73_0//:cranelift_wasm", - "@proxy_wasm_cpp_host__gimli__0_23_0//:gimli", - "@proxy_wasm_cpp_host__indexmap__1_6_2//:indexmap", + "@proxy_wasm_cpp_host__cranelift_entity__0_77_0//:cranelift_entity", + "@proxy_wasm_cpp_host__gimli__0_25_0//:gimli", + "@proxy_wasm_cpp_host__indexmap__1_7_0//:indexmap", "@proxy_wasm_cpp_host__log__0_4_14//:log", "@proxy_wasm_cpp_host__more_asserts__0_2_1//:more_asserts", - "@proxy_wasm_cpp_host__region__2_2_0//:region", - "@proxy_wasm_cpp_host__serde__1_0_126//:serde", - "@proxy_wasm_cpp_host__thiserror__1_0_24//:thiserror", - "@proxy_wasm_cpp_host__wasmparser__0_77_0//:wasmparser", + "@proxy_wasm_cpp_host__object__0_26_2//:object", + "@proxy_wasm_cpp_host__serde__1_0_130//:serde", + "@proxy_wasm_cpp_host__target_lexicon__0_12_2//:target_lexicon", + "@proxy_wasm_cpp_host__thiserror__1_0_30//:thiserror", + "@proxy_wasm_cpp_host__wasmparser__0_80_2//:wasmparser", + "@proxy_wasm_cpp_host__wasmtime_types__0_30_0//:wasmtime_types", ], ) diff --git a/bazel/cargo/remote/BUILD.wasmtime-jit-0.26.0.bazel b/bazel/cargo/remote/BUILD.wasmtime-jit-0.26.0.bazel deleted file mode 100644 index 2a61689b8..000000000 --- a/bazel/cargo/remote/BUILD.wasmtime-jit-0.26.0.bazel +++ /dev/null @@ -1,87 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -# buildifier: disable=load -load( - "@rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//bazel/cargo", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # Apache-2.0 from expression "Apache-2.0" -]) - -# Generated Targets - -rust_library( - name = "wasmtime_jit", - srcs = glob(["**/*.rs"]), - aliases = { - }, - crate_features = [ - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.26.0", - # buildifier: leave-alone - deps = [ - "@proxy_wasm_cpp_host__addr2line__0_14_1//:addr2line", - "@proxy_wasm_cpp_host__anyhow__1_0_40//:anyhow", - "@proxy_wasm_cpp_host__cfg_if__1_0_0//:cfg_if", - "@proxy_wasm_cpp_host__cranelift_codegen__0_73_0//:cranelift_codegen", - "@proxy_wasm_cpp_host__cranelift_entity__0_73_0//:cranelift_entity", - "@proxy_wasm_cpp_host__cranelift_frontend__0_73_0//:cranelift_frontend", - "@proxy_wasm_cpp_host__cranelift_native__0_73_0//:cranelift_native", - "@proxy_wasm_cpp_host__cranelift_wasm__0_73_0//:cranelift_wasm", - "@proxy_wasm_cpp_host__gimli__0_23_0//:gimli", - "@proxy_wasm_cpp_host__log__0_4_14//:log", - "@proxy_wasm_cpp_host__more_asserts__0_2_1//:more_asserts", - "@proxy_wasm_cpp_host__object__0_23_0//:object", - "@proxy_wasm_cpp_host__region__2_2_0//:region", - "@proxy_wasm_cpp_host__serde__1_0_126//:serde", - "@proxy_wasm_cpp_host__target_lexicon__0_12_0//:target_lexicon", - "@proxy_wasm_cpp_host__thiserror__1_0_24//:thiserror", - "@proxy_wasm_cpp_host__wasmparser__0_77_0//:wasmparser", - "@proxy_wasm_cpp_host__wasmtime_cranelift__0_26_0//:wasmtime_cranelift", - "@proxy_wasm_cpp_host__wasmtime_debug__0_26_0//:wasmtime_debug", - "@proxy_wasm_cpp_host__wasmtime_environ__0_26_0//:wasmtime_environ", - "@proxy_wasm_cpp_host__wasmtime_obj__0_26_0//:wasmtime_obj", - "@proxy_wasm_cpp_host__wasmtime_profiling__0_26_0//:wasmtime_profiling", - "@proxy_wasm_cpp_host__wasmtime_runtime__0_26_0//:wasmtime_runtime", - ] + selects.with_or({ - # cfg(target_os = "windows") - ( - "@rules_rust//rust/platform:i686-pc-windows-msvc", - "@rules_rust//rust/platform:x86_64-pc-windows-msvc", - ): [ - "@proxy_wasm_cpp_host__winapi__0_3_9//:winapi", - ], - "//conditions:default": [], - }), -) diff --git a/bazel/cargo/remote/BUILD.wasmtime-0.26.0.bazel b/bazel/cargo/remote/BUILD.wasmtime-jit-0.30.0.bazel similarity index 58% rename from bazel/cargo/remote/BUILD.wasmtime-0.26.0.bazel rename to bazel/cargo/remote/BUILD.wasmtime-jit-0.30.0.bazel index 0ec4ce0e9..6cc35b013 100644 --- a/bazel/cargo/remote/BUILD.wasmtime-0.26.0.bazel +++ b/bazel/cargo/remote/BUILD.wasmtime-jit-0.30.0.bazel @@ -31,7 +31,7 @@ licenses([ # Generated Targets rust_library( - name = "wasmtime", + name = "wasmtime_jit", srcs = glob(["**/*.rs"]), aliases = { }, @@ -41,9 +41,6 @@ rust_library( crate_type = "lib", data = [], edition = "2018", - proc_macro_deps = [ - "@proxy_wasm_cpp_host__paste__1_0_5//:paste", - ], rustc_flags = [ "--cap-lints=allow", ], @@ -51,29 +48,24 @@ rust_library( "cargo-raze", "manual", ], - version = "0.26.0", + version = "0.30.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__anyhow__1_0_40//:anyhow", - "@proxy_wasm_cpp_host__backtrace__0_3_59//:backtrace", + "@proxy_wasm_cpp_host__addr2line__0_16_0//:addr2line", + "@proxy_wasm_cpp_host__anyhow__1_0_44//:anyhow", "@proxy_wasm_cpp_host__bincode__1_3_3//:bincode", "@proxy_wasm_cpp_host__cfg_if__1_0_0//:cfg_if", - "@proxy_wasm_cpp_host__cpp_demangle__0_3_2//:cpp_demangle", - "@proxy_wasm_cpp_host__indexmap__1_6_2//:indexmap", - "@proxy_wasm_cpp_host__lazy_static__1_4_0//:lazy_static", - "@proxy_wasm_cpp_host__libc__0_2_94//:libc", + "@proxy_wasm_cpp_host__gimli__0_25_0//:gimli", "@proxy_wasm_cpp_host__log__0_4_14//:log", - "@proxy_wasm_cpp_host__psm__0_1_12//:psm", + "@proxy_wasm_cpp_host__more_asserts__0_2_1//:more_asserts", + "@proxy_wasm_cpp_host__object__0_26_2//:object", "@proxy_wasm_cpp_host__region__2_2_0//:region", - "@proxy_wasm_cpp_host__rustc_demangle__0_1_19//:rustc_demangle", - "@proxy_wasm_cpp_host__serde__1_0_126//:serde", - "@proxy_wasm_cpp_host__smallvec__1_6_1//:smallvec", - "@proxy_wasm_cpp_host__target_lexicon__0_12_0//:target_lexicon", - "@proxy_wasm_cpp_host__wasmparser__0_77_0//:wasmparser", - "@proxy_wasm_cpp_host__wasmtime_environ__0_26_0//:wasmtime_environ", - "@proxy_wasm_cpp_host__wasmtime_jit__0_26_0//:wasmtime_jit", - "@proxy_wasm_cpp_host__wasmtime_profiling__0_26_0//:wasmtime_profiling", - "@proxy_wasm_cpp_host__wasmtime_runtime__0_26_0//:wasmtime_runtime", + "@proxy_wasm_cpp_host__serde__1_0_130//:serde", + "@proxy_wasm_cpp_host__target_lexicon__0_12_2//:target_lexicon", + "@proxy_wasm_cpp_host__thiserror__1_0_30//:thiserror", + "@proxy_wasm_cpp_host__wasmparser__0_80_2//:wasmparser", + "@proxy_wasm_cpp_host__wasmtime_environ__0_30_0//:wasmtime_environ", + "@proxy_wasm_cpp_host__wasmtime_runtime__0_30_0//:wasmtime_runtime", ] + selects.with_or({ # cfg(target_os = "windows") ( diff --git a/bazel/cargo/remote/BUILD.wasmtime-obj-0.26.0.bazel b/bazel/cargo/remote/BUILD.wasmtime-obj-0.26.0.bazel deleted file mode 100644 index 6d1e192b6..000000000 --- a/bazel/cargo/remote/BUILD.wasmtime-obj-0.26.0.bazel +++ /dev/null @@ -1,59 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -# buildifier: disable=load -load( - "@rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//bazel/cargo", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # Apache-2.0 from expression "Apache-2.0" -]) - -# Generated Targets - -rust_library( - name = "wasmtime_obj", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.26.0", - # buildifier: leave-alone - deps = [ - "@proxy_wasm_cpp_host__anyhow__1_0_40//:anyhow", - "@proxy_wasm_cpp_host__more_asserts__0_2_1//:more_asserts", - "@proxy_wasm_cpp_host__object__0_23_0//:object", - "@proxy_wasm_cpp_host__target_lexicon__0_12_0//:target_lexicon", - "@proxy_wasm_cpp_host__wasmtime_debug__0_26_0//:wasmtime_debug", - "@proxy_wasm_cpp_host__wasmtime_environ__0_26_0//:wasmtime_environ", - ], -) diff --git a/bazel/cargo/remote/BUILD.wasmtime-profiling-0.26.0.bazel b/bazel/cargo/remote/BUILD.wasmtime-profiling-0.26.0.bazel deleted file mode 100644 index d2a8183e6..000000000 --- a/bazel/cargo/remote/BUILD.wasmtime-profiling-0.26.0.bazel +++ /dev/null @@ -1,61 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -# buildifier: disable=load -load( - "@rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//bazel/cargo", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # Apache-2.0 from expression "Apache-2.0" -]) - -# Generated Targets - -rust_library( - name = "wasmtime_profiling", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.26.0", - # buildifier: leave-alone - deps = [ - "@proxy_wasm_cpp_host__anyhow__1_0_40//:anyhow", - "@proxy_wasm_cpp_host__cfg_if__1_0_0//:cfg_if", - "@proxy_wasm_cpp_host__lazy_static__1_4_0//:lazy_static", - "@proxy_wasm_cpp_host__libc__0_2_94//:libc", - "@proxy_wasm_cpp_host__serde__1_0_126//:serde", - "@proxy_wasm_cpp_host__target_lexicon__0_12_0//:target_lexicon", - "@proxy_wasm_cpp_host__wasmtime_environ__0_26_0//:wasmtime_environ", - "@proxy_wasm_cpp_host__wasmtime_runtime__0_26_0//:wasmtime_runtime", - ], -) diff --git a/bazel/cargo/remote/BUILD.wasmtime-runtime-0.26.0.bazel b/bazel/cargo/remote/BUILD.wasmtime-runtime-0.30.0.bazel similarity index 88% rename from bazel/cargo/remote/BUILD.wasmtime-runtime-0.26.0.bazel rename to bazel/cargo/remote/BUILD.wasmtime-runtime-0.30.0.bazel index 8df633e5a..4db3bdb2f 100644 --- a/bazel/cargo/remote/BUILD.wasmtime-runtime-0.26.0.bazel +++ b/bazel/cargo/remote/BUILD.wasmtime-runtime-0.30.0.bazel @@ -54,10 +54,10 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.26.0", + version = "0.30.0", visibility = ["//visibility:private"], deps = [ - "@proxy_wasm_cpp_host__cc__1_0_67//:cc", + "@proxy_wasm_cpp_host__cc__1_0_71//:cc", ] + selects.with_or({ # cfg(target_os = "linux") ( @@ -109,23 +109,23 @@ rust_library( "cargo-raze", "manual", ], - version = "0.26.0", + version = "0.30.0", # buildifier: leave-alone deps = [ ":wasmtime_runtime_build_script", - "@proxy_wasm_cpp_host__anyhow__1_0_40//:anyhow", - "@proxy_wasm_cpp_host__backtrace__0_3_59//:backtrace", + "@proxy_wasm_cpp_host__anyhow__1_0_44//:anyhow", + "@proxy_wasm_cpp_host__backtrace__0_3_61//:backtrace", "@proxy_wasm_cpp_host__cfg_if__1_0_0//:cfg_if", - "@proxy_wasm_cpp_host__indexmap__1_6_2//:indexmap", + "@proxy_wasm_cpp_host__indexmap__1_7_0//:indexmap", "@proxy_wasm_cpp_host__lazy_static__1_4_0//:lazy_static", - "@proxy_wasm_cpp_host__libc__0_2_94//:libc", + "@proxy_wasm_cpp_host__libc__0_2_103//:libc", "@proxy_wasm_cpp_host__log__0_4_14//:log", - "@proxy_wasm_cpp_host__memoffset__0_6_3//:memoffset", + "@proxy_wasm_cpp_host__memoffset__0_6_4//:memoffset", "@proxy_wasm_cpp_host__more_asserts__0_2_1//:more_asserts", - "@proxy_wasm_cpp_host__rand__0_8_3//:rand", + "@proxy_wasm_cpp_host__rand__0_8_4//:rand", "@proxy_wasm_cpp_host__region__2_2_0//:region", - "@proxy_wasm_cpp_host__thiserror__1_0_24//:thiserror", - "@proxy_wasm_cpp_host__wasmtime_environ__0_26_0//:wasmtime_environ", + "@proxy_wasm_cpp_host__thiserror__1_0_30//:thiserror", + "@proxy_wasm_cpp_host__wasmtime_environ__0_30_0//:wasmtime_environ", ] + selects.with_or({ # cfg(target_os = "linux") ( diff --git a/bazel/cargo/remote/BUILD.wasmtime-types-0.30.0.bazel b/bazel/cargo/remote/BUILD.wasmtime-types-0.30.0.bazel new file mode 100644 index 000000000..1af970048 --- /dev/null +++ b/bazel/cargo/remote/BUILD.wasmtime-types-0.30.0.bazel @@ -0,0 +1,57 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//bazel/cargo", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # Apache-2.0 from expression "Apache-2.0" +]) + +# Generated Targets + +rust_library( + name = "wasmtime_types", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.30.0", + # buildifier: leave-alone + deps = [ + "@proxy_wasm_cpp_host__cranelift_entity__0_77_0//:cranelift_entity", + "@proxy_wasm_cpp_host__serde__1_0_130//:serde", + "@proxy_wasm_cpp_host__thiserror__1_0_30//:thiserror", + "@proxy_wasm_cpp_host__wasmparser__0_80_2//:wasmparser", + ], +) diff --git a/bazel/cargo/remote/BUILD.winapi-0.3.9.bazel b/bazel/cargo/remote/BUILD.winapi-0.3.9.bazel index 4772a1e25..b0691069b 100644 --- a/bazel/cargo/remote/BUILD.winapi-0.3.9.bazel +++ b/bazel/cargo/remote/BUILD.winapi-0.3.9.bazel @@ -46,6 +46,7 @@ cargo_build_script( "consoleapi", "errhandlingapi", "fileapi", + "handleapi", "impl-default", "memoryapi", "minwinbase", @@ -82,6 +83,7 @@ rust_library( "consoleapi", "errhandlingapi", "fileapi", + "handleapi", "impl-default", "memoryapi", "minwinbase", diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 15929f3c5..5d46f8129 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -59,9 +59,9 @@ def proxy_wasm_cpp_host_repositories(): http_archive( name = "com_github_bytecodealliance_wasmtime", build_file = "@proxy_wasm_cpp_host//bazel/external:wasmtime.BUILD", - sha256 = "e95d274822ac72bf06355bdfbeddcacae60d7e98fec8ee4b2e21740636fb5c2c", - strip_prefix = "wasmtime-0.26.0", - url = "https://github.com/bytecodealliance/wasmtime/archive/v0.26.0.tar.gz", + sha256 = "78eccfd8c8d63c30e85762bf36cf032409b7c34ac34f329b7e228ea6cc7aebca", + strip_prefix = "wasmtime-0.30.0", + url = "https://github.com/bytecodealliance/wasmtime/archive/v0.30.0.tar.gz", ) http_archive(