diff --git a/bazel/cargo/BUILD.bazel b/bazel/cargo/BUILD.bazel index af2530172..74e6b7fd8 100644 --- a/bazel/cargo/BUILD.bazel +++ b/bazel/cargo/BUILD.bazel @@ -59,7 +59,7 @@ alias( alias( name = "wasmtime", - actual = "@proxy_wasm_cpp_host__wasmtime__0_32_1//:wasmtime", + actual = "@proxy_wasm_cpp_host__wasmtime__0_33_0//:wasmtime", tags = [ "cargo-raze", "manual", diff --git a/bazel/cargo/Cargo.raze.lock b/bazel/cargo/Cargo.raze.lock index e50557e43..4dac7d372 100644 --- a/bazel/cargo/Cargo.raze.lock +++ b/bazel/cargo/Cargo.raze.lock @@ -130,18 +130,18 @@ dependencies = [ [[package]] name = "cranelift-bforest" -version = "0.79.1" +version = "0.80.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebddaa5d12cb299b0bc7c930aff12c5591d4ba9aa84eea637807e07283b900aa" +checksum = "9516ba6b2ba47b4cbf63b713f75b432fafa0a0e0464ec8381ec76e6efe931ab3" dependencies = [ "cranelift-entity", ] [[package]] name = "cranelift-codegen" -version = "0.79.1" +version = "0.80.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da1daf5641177162644b521b64418564b8ed5deb126275a4d91472d13e7c72df" +checksum = "489e5d0081f7edff6be12d71282a8bf387b5df64d5592454b75d662397f2d642" dependencies = [ "cranelift-bforest", "cranelift-codegen-meta", @@ -156,33 +156,33 @@ dependencies = [ [[package]] name = "cranelift-codegen-meta" -version = "0.79.1" +version = "0.80.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "001c1e9e540940c81596e547e732f99c2146c21ea7e82da99be961a1e86feefa" +checksum = "d36ee1140371bb0f69100e734b30400157a4adf7b86148dee8b0a438763ead48" dependencies = [ "cranelift-codegen-shared", ] [[package]] name = "cranelift-codegen-shared" -version = "0.79.1" +version = "0.80.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ebaf07b5d7501cc606f41c81333bd63a5a17eb501362ccb10bc8ff5c03d0232" +checksum = "981da52d8f746af1feb96290c83977ff8d41071a7499e991d8abae0d4869f564" [[package]] name = "cranelift-entity" -version = "0.79.1" +version = "0.80.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a27ada0e3ffe5325179fc750252c18d614fa5470d595ce5c8a794c495434d80a" +checksum = "a2906740053dd3bcf95ce53df0fd9b5649c68ae4bd9adada92b406f059eae461" dependencies = [ "serde", ] [[package]] name = "cranelift-frontend" -version = "0.79.1" +version = "0.80.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2912c0eec9fd3df2dcf82b02b642caaa85d762b84ac5a3b27bc93a07eeeb64e2" +checksum = "b7cb156de1097f567d46bf57a0cd720a72c3e15e1a2bd8b1041ba2fc894471b7" dependencies = [ "cranelift-codegen", "log", @@ -192,9 +192,9 @@ dependencies = [ [[package]] name = "cranelift-native" -version = "0.79.1" +version = "0.80.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fd20f78f378f55a70738a2eb9815dcd7e8455ff091b70701cfd086dd44927da" +checksum = "166028ca0343a6ee7bddac0e70084e142b23f99c701bd6f6ea9123afac1a7a46" dependencies = [ "cranelift-codegen", "libc", @@ -203,9 +203,9 @@ dependencies = [ [[package]] name = "cranelift-wasm" -version = "0.79.1" +version = "0.80.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "353abcef10511d565b25bd00f3d7b1babcc040d9644c5259467c9a514dc945f0" +checksum = "5012a1cde0c8b3898770b711490d803018ae9bec2d60674ba0e5b2058a874f80" dependencies = [ "cranelift-codegen", "cranelift-entity", @@ -332,9 +332,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "indexmap" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5" +checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223" dependencies = [ "autocfg", "hashbrown", @@ -343,11 +343,10 @@ dependencies = [ [[package]] name = "io-lifetimes" -version = "0.3.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "278e90d6f8a6c76a8334b336e306efa3c5f2b604048cbfd486d6f49878e3af14" +checksum = "f6ef6787e7f0faedc040f95716bdd0e62bcfcf4ba93da053b62dea2691c13864" dependencies = [ - "rustc_version", "winapi", ] @@ -581,36 +580,20 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" -[[package]] -name = "rustc_version" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" -dependencies = [ - "semver", -] - [[package]] name = "rustix" -version = "0.26.2" +version = "0.31.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18c44018277ec7195538f5631b90def7ad975bb46370cb0f4eff4012de9333f8" +checksum = "b2dcfc2778a90e38f56a708bfc90572422e11d6c7ee233d053d1f782cf9df6d2" dependencies = [ "bitflags", "errno", "io-lifetimes", "libc", "linux-raw-sys", - "rustc_version", "winapi", ] -[[package]] -name = "semver" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012" - [[package]] name = "serde" version = "1.0.133" @@ -651,9 +634,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" [[package]] name = "syn" -version = "1.0.84" +version = "1.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecb2e6da8ee5eb9a61068762a32fa9619cc591ceb055b3687f4cd4051ec2e06b" +checksum = "a684ac3dcd8913827e18cd09a68384ee66c1de24157e3c556c9ab16d85695fb7" dependencies = [ "proc-macro2", "quote", @@ -750,9 +733,9 @@ dependencies = [ [[package]] name = "wasmtime" -version = "0.32.1" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d56ceaa60d3019887d6ba5768860fac99f5a6511453e183cb3ba2aaafd9411f3" +checksum = "414be1bc5ca12e755ffd3ff7acc3a6d1979922f8237fc34068b2156cebcc3270" dependencies = [ "anyhow", "backtrace", @@ -780,7 +763,7 @@ dependencies = [ [[package]] name = "wasmtime-c-api-bazel" -version = "0.32.1" +version = "0.33.0" dependencies = [ "anyhow", "env_logger", @@ -793,7 +776,7 @@ dependencies = [ [[package]] name = "wasmtime-c-api-macros" version = "0.19.0" -source = "git+https://github.com/bytecodealliance/wasmtime?tag=v0.32.1#309002b02183e949c5977e998cd4ae6a66da7d84" +source = "git+https://github.com/bytecodealliance/wasmtime?tag=v0.33.0#8043c1f919a77905255eded33e4e51a6fbfd1de1" dependencies = [ "proc-macro2", "quote", @@ -801,9 +784,9 @@ dependencies = [ [[package]] name = "wasmtime-cranelift" -version = "0.32.1" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5793c2d14c7e2b962d1d79408df011190ec8f6214a01efd676f5e2266c44bc8" +checksum = "a4693d33725773615a4c9957e4aa731af57b27dca579702d1d8ed5750760f1a9" dependencies = [ "anyhow", "cranelift-codegen", @@ -823,9 +806,9 @@ dependencies = [ [[package]] name = "wasmtime-environ" -version = "0.32.1" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79131537408f938501b4f540ae0f61b456d9962c2bb590edefb904cf7d1e5f54" +checksum = "5b17e47116a078b9770e6fb86cff8b9a660826623cebcfff251b047c8d8993ef" dependencies = [ "anyhow", "cranelift-entity", @@ -843,9 +826,9 @@ dependencies = [ [[package]] name = "wasmtime-jit" -version = "0.32.1" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8031b6e83071b40b0139924024ee0d2e11f65f7677d7b028720df55610cbf994" +checksum = "60ea5b380bdf92e32911400375aeefb900ac9d3f8e350bb6ba555a39315f2ee7" dependencies = [ "addr2line", "anyhow", @@ -864,9 +847,9 @@ dependencies = [ [[package]] name = "wasmtime-runtime" -version = "0.32.1" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4c9412d752736938c2a57228fb95e13d40bdbc879ac741874e7f7b49c198ffa" +checksum = "abc7cd79937edd6e238b337608ebbcaf9c086a8457f01dfd598324f7fa56d81a" dependencies = [ "anyhow", "backtrace", @@ -889,9 +872,9 @@ dependencies = [ [[package]] name = "wasmtime-types" -version = "0.32.1" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1602b6ae8b901e60e8b9d51cadbf51a0421b7e67bf4cbe2e647695783fd9d45" +checksum = "d9e5e51a461a2cf2b69e1fc48f325b17d78a8582816e18479e8ead58844b23f8" dependencies = [ "cranelift-entity", "serde", diff --git a/bazel/cargo/Cargo.toml b/bazel/cargo/Cargo.toml index e63abe9c0..a8277f9fe 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.32.1" +version = "0.33.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.32.1", default-features = false, features = ['cranelift']} -wasmtime-c-api-macros = {git = "https://github.com/bytecodealliance/wasmtime", tag = "v0.32.1"} +wasmtime = {version = "0.33.0", default-features = false, features = ['cranelift']} +wasmtime-c-api-macros = {git = "https://github.com/bytecodealliance/wasmtime", tag = "v0.33.0"} wasmsign = {git = "https://github.com/jedisct1/wasmsign", revision = "fa4d5598f778390df09be94232972b5b865a56b8"} [package.metadata.raze] @@ -31,6 +31,3 @@ additional_flags = [ buildrs_additional_deps = [ "@proxy_wasm_cpp_host__cc__1_0_72//:cc", ] -patches = [ - "@proxy_wasm_cpp_host//bazel/cargo:rustix-no_git_check.patch", -] diff --git a/bazel/cargo/crates.bzl b/bazel/cargo/crates.bzl index f6cdaa1e0..6727a369e 100644 --- a/bazel/cargo/crates.bzl +++ b/bazel/cargo/crates.bzl @@ -163,82 +163,82 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__cranelift_bforest__0_79_1", - url = "https://crates.io/api/v1/crates/cranelift-bforest/0.79.1/download", + name = "proxy_wasm_cpp_host__cranelift_bforest__0_80_0", + url = "https://crates.io/api/v1/crates/cranelift-bforest/0.80.0/download", type = "tar.gz", - sha256 = "ebddaa5d12cb299b0bc7c930aff12c5591d4ba9aa84eea637807e07283b900aa", - strip_prefix = "cranelift-bforest-0.79.1", - build_file = Label("//bazel/cargo/remote:BUILD.cranelift-bforest-0.79.1.bazel"), + sha256 = "9516ba6b2ba47b4cbf63b713f75b432fafa0a0e0464ec8381ec76e6efe931ab3", + strip_prefix = "cranelift-bforest-0.80.0", + build_file = Label("//bazel/cargo/remote:BUILD.cranelift-bforest-0.80.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__cranelift_codegen__0_79_1", - url = "https://crates.io/api/v1/crates/cranelift-codegen/0.79.1/download", + name = "proxy_wasm_cpp_host__cranelift_codegen__0_80_0", + url = "https://crates.io/api/v1/crates/cranelift-codegen/0.80.0/download", type = "tar.gz", - sha256 = "da1daf5641177162644b521b64418564b8ed5deb126275a4d91472d13e7c72df", - strip_prefix = "cranelift-codegen-0.79.1", - build_file = Label("//bazel/cargo/remote:BUILD.cranelift-codegen-0.79.1.bazel"), + sha256 = "489e5d0081f7edff6be12d71282a8bf387b5df64d5592454b75d662397f2d642", + strip_prefix = "cranelift-codegen-0.80.0", + build_file = Label("//bazel/cargo/remote:BUILD.cranelift-codegen-0.80.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__cranelift_codegen_meta__0_79_1", - url = "https://crates.io/api/v1/crates/cranelift-codegen-meta/0.79.1/download", + name = "proxy_wasm_cpp_host__cranelift_codegen_meta__0_80_0", + url = "https://crates.io/api/v1/crates/cranelift-codegen-meta/0.80.0/download", type = "tar.gz", - sha256 = "001c1e9e540940c81596e547e732f99c2146c21ea7e82da99be961a1e86feefa", - strip_prefix = "cranelift-codegen-meta-0.79.1", - build_file = Label("//bazel/cargo/remote:BUILD.cranelift-codegen-meta-0.79.1.bazel"), + sha256 = "d36ee1140371bb0f69100e734b30400157a4adf7b86148dee8b0a438763ead48", + strip_prefix = "cranelift-codegen-meta-0.80.0", + build_file = Label("//bazel/cargo/remote:BUILD.cranelift-codegen-meta-0.80.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__cranelift_codegen_shared__0_79_1", - url = "https://crates.io/api/v1/crates/cranelift-codegen-shared/0.79.1/download", + name = "proxy_wasm_cpp_host__cranelift_codegen_shared__0_80_0", + url = "https://crates.io/api/v1/crates/cranelift-codegen-shared/0.80.0/download", type = "tar.gz", - sha256 = "0ebaf07b5d7501cc606f41c81333bd63a5a17eb501362ccb10bc8ff5c03d0232", - strip_prefix = "cranelift-codegen-shared-0.79.1", - build_file = Label("//bazel/cargo/remote:BUILD.cranelift-codegen-shared-0.79.1.bazel"), + sha256 = "981da52d8f746af1feb96290c83977ff8d41071a7499e991d8abae0d4869f564", + strip_prefix = "cranelift-codegen-shared-0.80.0", + build_file = Label("//bazel/cargo/remote:BUILD.cranelift-codegen-shared-0.80.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__cranelift_entity__0_79_1", - url = "https://crates.io/api/v1/crates/cranelift-entity/0.79.1/download", + name = "proxy_wasm_cpp_host__cranelift_entity__0_80_0", + url = "https://crates.io/api/v1/crates/cranelift-entity/0.80.0/download", type = "tar.gz", - sha256 = "a27ada0e3ffe5325179fc750252c18d614fa5470d595ce5c8a794c495434d80a", - strip_prefix = "cranelift-entity-0.79.1", - build_file = Label("//bazel/cargo/remote:BUILD.cranelift-entity-0.79.1.bazel"), + sha256 = "a2906740053dd3bcf95ce53df0fd9b5649c68ae4bd9adada92b406f059eae461", + strip_prefix = "cranelift-entity-0.80.0", + build_file = Label("//bazel/cargo/remote:BUILD.cranelift-entity-0.80.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__cranelift_frontend__0_79_1", - url = "https://crates.io/api/v1/crates/cranelift-frontend/0.79.1/download", + name = "proxy_wasm_cpp_host__cranelift_frontend__0_80_0", + url = "https://crates.io/api/v1/crates/cranelift-frontend/0.80.0/download", type = "tar.gz", - sha256 = "2912c0eec9fd3df2dcf82b02b642caaa85d762b84ac5a3b27bc93a07eeeb64e2", - strip_prefix = "cranelift-frontend-0.79.1", - build_file = Label("//bazel/cargo/remote:BUILD.cranelift-frontend-0.79.1.bazel"), + sha256 = "b7cb156de1097f567d46bf57a0cd720a72c3e15e1a2bd8b1041ba2fc894471b7", + strip_prefix = "cranelift-frontend-0.80.0", + build_file = Label("//bazel/cargo/remote:BUILD.cranelift-frontend-0.80.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__cranelift_native__0_79_1", - url = "https://crates.io/api/v1/crates/cranelift-native/0.79.1/download", + name = "proxy_wasm_cpp_host__cranelift_native__0_80_0", + url = "https://crates.io/api/v1/crates/cranelift-native/0.80.0/download", type = "tar.gz", - sha256 = "9fd20f78f378f55a70738a2eb9815dcd7e8455ff091b70701cfd086dd44927da", - strip_prefix = "cranelift-native-0.79.1", - build_file = Label("//bazel/cargo/remote:BUILD.cranelift-native-0.79.1.bazel"), + sha256 = "166028ca0343a6ee7bddac0e70084e142b23f99c701bd6f6ea9123afac1a7a46", + strip_prefix = "cranelift-native-0.80.0", + build_file = Label("//bazel/cargo/remote:BUILD.cranelift-native-0.80.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__cranelift_wasm__0_79_1", - url = "https://crates.io/api/v1/crates/cranelift-wasm/0.79.1/download", + name = "proxy_wasm_cpp_host__cranelift_wasm__0_80_0", + url = "https://crates.io/api/v1/crates/cranelift-wasm/0.80.0/download", type = "tar.gz", - sha256 = "353abcef10511d565b25bd00f3d7b1babcc040d9644c5259467c9a514dc945f0", - strip_prefix = "cranelift-wasm-0.79.1", - build_file = Label("//bazel/cargo/remote:BUILD.cranelift-wasm-0.79.1.bazel"), + sha256 = "5012a1cde0c8b3898770b711490d803018ae9bec2d60674ba0e5b2058a874f80", + strip_prefix = "cranelift-wasm-0.80.0", + build_file = Label("//bazel/cargo/remote:BUILD.cranelift-wasm-0.80.0.bazel"), ) maybe( @@ -373,22 +373,22 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__indexmap__1_7_0", - url = "https://crates.io/api/v1/crates/indexmap/1.7.0/download", + name = "proxy_wasm_cpp_host__indexmap__1_8_0", + url = "https://crates.io/api/v1/crates/indexmap/1.8.0/download", type = "tar.gz", - sha256 = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5", - strip_prefix = "indexmap-1.7.0", - build_file = Label("//bazel/cargo/remote:BUILD.indexmap-1.7.0.bazel"), + sha256 = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223", + strip_prefix = "indexmap-1.8.0", + build_file = Label("//bazel/cargo/remote:BUILD.indexmap-1.8.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__io_lifetimes__0_3_3", - url = "https://crates.io/api/v1/crates/io-lifetimes/0.3.3/download", + name = "proxy_wasm_cpp_host__io_lifetimes__0_4_4", + url = "https://crates.io/api/v1/crates/io-lifetimes/0.4.4/download", type = "tar.gz", - sha256 = "278e90d6f8a6c76a8334b336e306efa3c5f2b604048cbfd486d6f49878e3af14", - strip_prefix = "io-lifetimes-0.3.3", - build_file = Label("//bazel/cargo/remote:BUILD.io-lifetimes-0.3.3.bazel"), + sha256 = "f6ef6787e7f0faedc040f95716bdd0e62bcfcf4ba93da053b62dea2691c13864", + strip_prefix = "io-lifetimes-0.4.4", + build_file = Label("//bazel/cargo/remote:BUILD.io-lifetimes-0.4.4.bazel"), ) maybe( @@ -673,35 +673,12 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__rustc_version__0_4_0", - url = "https://crates.io/api/v1/crates/rustc_version/0.4.0/download", + name = "proxy_wasm_cpp_host__rustix__0_31_3", + url = "https://crates.io/api/v1/crates/rustix/0.31.3/download", type = "tar.gz", - sha256 = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366", - strip_prefix = "rustc_version-0.4.0", - build_file = Label("//bazel/cargo/remote:BUILD.rustc_version-0.4.0.bazel"), - ) - - maybe( - http_archive, - name = "proxy_wasm_cpp_host__rustix__0_26_2", - url = "https://crates.io/api/v1/crates/rustix/0.26.2/download", - type = "tar.gz", - sha256 = "18c44018277ec7195538f5631b90def7ad975bb46370cb0f4eff4012de9333f8", - strip_prefix = "rustix-0.26.2", - patches = [ - "@proxy_wasm_cpp_host//bazel/cargo:rustix-no_git_check.patch", - ], - build_file = Label("//bazel/cargo/remote:BUILD.rustix-0.26.2.bazel"), - ) - - maybe( - http_archive, - name = "proxy_wasm_cpp_host__semver__1_0_4", - url = "https://crates.io/api/v1/crates/semver/1.0.4/download", - type = "tar.gz", - sha256 = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012", - strip_prefix = "semver-1.0.4", - build_file = Label("//bazel/cargo/remote:BUILD.semver-1.0.4.bazel"), + sha256 = "b2dcfc2778a90e38f56a708bfc90572422e11d6c7ee233d053d1f782cf9df6d2", + strip_prefix = "rustix-0.31.3", + build_file = Label("//bazel/cargo/remote:BUILD.rustix-0.31.3.bazel"), ) maybe( @@ -756,12 +733,12 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__syn__1_0_84", - url = "https://crates.io/api/v1/crates/syn/1.0.84/download", + name = "proxy_wasm_cpp_host__syn__1_0_85", + url = "https://crates.io/api/v1/crates/syn/1.0.85/download", type = "tar.gz", - sha256 = "ecb2e6da8ee5eb9a61068762a32fa9619cc591ceb055b3687f4cd4051ec2e06b", - strip_prefix = "syn-1.0.84", - build_file = Label("//bazel/cargo/remote:BUILD.syn-1.0.84.bazel"), + sha256 = "a684ac3dcd8913827e18cd09a68384ee66c1de24157e3c556c9ab16d85695fb7", + strip_prefix = "syn-1.0.85", + build_file = Label("//bazel/cargo/remote:BUILD.syn-1.0.85.bazel"), ) maybe( @@ -875,71 +852,71 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__wasmtime__0_32_1", - url = "https://crates.io/api/v1/crates/wasmtime/0.32.1/download", + name = "proxy_wasm_cpp_host__wasmtime__0_33_0", + url = "https://crates.io/api/v1/crates/wasmtime/0.33.0/download", type = "tar.gz", - sha256 = "d56ceaa60d3019887d6ba5768860fac99f5a6511453e183cb3ba2aaafd9411f3", - strip_prefix = "wasmtime-0.32.1", - build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-0.32.1.bazel"), + sha256 = "414be1bc5ca12e755ffd3ff7acc3a6d1979922f8237fc34068b2156cebcc3270", + strip_prefix = "wasmtime-0.33.0", + build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-0.33.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 = "309002b02183e949c5977e998cd4ae6a66da7d84", + commit = "8043c1f919a77905255eded33e4e51a6fbfd1de1", 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_32_1", - url = "https://crates.io/api/v1/crates/wasmtime-cranelift/0.32.1/download", + name = "proxy_wasm_cpp_host__wasmtime_cranelift__0_33_0", + url = "https://crates.io/api/v1/crates/wasmtime-cranelift/0.33.0/download", type = "tar.gz", - sha256 = "e5793c2d14c7e2b962d1d79408df011190ec8f6214a01efd676f5e2266c44bc8", - strip_prefix = "wasmtime-cranelift-0.32.1", - build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-cranelift-0.32.1.bazel"), + sha256 = "a4693d33725773615a4c9957e4aa731af57b27dca579702d1d8ed5750760f1a9", + strip_prefix = "wasmtime-cranelift-0.33.0", + build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-cranelift-0.33.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__wasmtime_environ__0_32_1", - url = "https://crates.io/api/v1/crates/wasmtime-environ/0.32.1/download", + name = "proxy_wasm_cpp_host__wasmtime_environ__0_33_0", + url = "https://crates.io/api/v1/crates/wasmtime-environ/0.33.0/download", type = "tar.gz", - sha256 = "79131537408f938501b4f540ae0f61b456d9962c2bb590edefb904cf7d1e5f54", - strip_prefix = "wasmtime-environ-0.32.1", - build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-environ-0.32.1.bazel"), + sha256 = "5b17e47116a078b9770e6fb86cff8b9a660826623cebcfff251b047c8d8993ef", + strip_prefix = "wasmtime-environ-0.33.0", + build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-environ-0.33.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__wasmtime_jit__0_32_1", - url = "https://crates.io/api/v1/crates/wasmtime-jit/0.32.1/download", + name = "proxy_wasm_cpp_host__wasmtime_jit__0_33_0", + url = "https://crates.io/api/v1/crates/wasmtime-jit/0.33.0/download", type = "tar.gz", - sha256 = "8031b6e83071b40b0139924024ee0d2e11f65f7677d7b028720df55610cbf994", - strip_prefix = "wasmtime-jit-0.32.1", - build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-jit-0.32.1.bazel"), + sha256 = "60ea5b380bdf92e32911400375aeefb900ac9d3f8e350bb6ba555a39315f2ee7", + strip_prefix = "wasmtime-jit-0.33.0", + build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-jit-0.33.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__wasmtime_runtime__0_32_1", - url = "https://crates.io/api/v1/crates/wasmtime-runtime/0.32.1/download", + name = "proxy_wasm_cpp_host__wasmtime_runtime__0_33_0", + url = "https://crates.io/api/v1/crates/wasmtime-runtime/0.33.0/download", type = "tar.gz", - sha256 = "b4c9412d752736938c2a57228fb95e13d40bdbc879ac741874e7f7b49c198ffa", - strip_prefix = "wasmtime-runtime-0.32.1", - build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-runtime-0.32.1.bazel"), + sha256 = "abc7cd79937edd6e238b337608ebbcaf9c086a8457f01dfd598324f7fa56d81a", + strip_prefix = "wasmtime-runtime-0.33.0", + build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-runtime-0.33.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__wasmtime_types__0_32_1", - url = "https://crates.io/api/v1/crates/wasmtime-types/0.32.1/download", + name = "proxy_wasm_cpp_host__wasmtime_types__0_33_0", + url = "https://crates.io/api/v1/crates/wasmtime-types/0.33.0/download", type = "tar.gz", - sha256 = "b1602b6ae8b901e60e8b9d51cadbf51a0421b7e67bf4cbe2e647695783fd9d45", - strip_prefix = "wasmtime-types-0.32.1", - build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-types-0.32.1.bazel"), + sha256 = "d9e5e51a461a2cf2b69e1fc48f325b17d78a8582816e18479e8ead58844b23f8", + strip_prefix = "wasmtime-types-0.33.0", + build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-types-0.33.0.bazel"), ) maybe( diff --git a/bazel/cargo/remote/BUILD.cranelift-bforest-0.79.1.bazel b/bazel/cargo/remote/BUILD.cranelift-bforest-0.80.0.bazel similarity index 92% rename from bazel/cargo/remote/BUILD.cranelift-bforest-0.79.1.bazel rename to bazel/cargo/remote/BUILD.cranelift-bforest-0.80.0.bazel index 1d1275711..2c35cf599 100644 --- a/bazel/cargo/remote/BUILD.cranelift-bforest-0.79.1.bazel +++ b/bazel/cargo/remote/BUILD.cranelift-bforest-0.80.0.bazel @@ -47,9 +47,9 @@ rust_library( "crate-name=cranelift-bforest", "manual", ], - version = "0.79.1", + version = "0.80.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__cranelift_entity__0_79_1//:cranelift_entity", + "@proxy_wasm_cpp_host__cranelift_entity__0_80_0//:cranelift_entity", ], ) diff --git a/bazel/cargo/remote/BUILD.cranelift-codegen-0.79.1.bazel b/bazel/cargo/remote/BUILD.cranelift-codegen-0.80.0.bazel similarity index 88% rename from bazel/cargo/remote/BUILD.cranelift-codegen-0.79.1.bazel rename to bazel/cargo/remote/BUILD.cranelift-codegen-0.80.0.bazel index 21904439e..a48c13ab1 100644 --- a/bazel/cargo/remote/BUILD.cranelift-codegen-0.79.1.bazel +++ b/bazel/cargo/remote/BUILD.cranelift-codegen-0.80.0.bazel @@ -58,10 +58,10 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.79.1", + version = "0.80.0", visibility = ["//visibility:private"], deps = [ - "@proxy_wasm_cpp_host__cranelift_codegen_meta__0_79_1//:cranelift_codegen_meta", + "@proxy_wasm_cpp_host__cranelift_codegen_meta__0_80_0//:cranelift_codegen_meta", ], ) @@ -87,13 +87,13 @@ rust_library( "crate-name=cranelift-codegen", "manual", ], - version = "0.79.1", + version = "0.80.0", # buildifier: leave-alone deps = [ ":cranelift_codegen_build_script", - "@proxy_wasm_cpp_host__cranelift_bforest__0_79_1//:cranelift_bforest", - "@proxy_wasm_cpp_host__cranelift_codegen_shared__0_79_1//:cranelift_codegen_shared", - "@proxy_wasm_cpp_host__cranelift_entity__0_79_1//:cranelift_entity", + "@proxy_wasm_cpp_host__cranelift_bforest__0_80_0//:cranelift_bforest", + "@proxy_wasm_cpp_host__cranelift_codegen_shared__0_80_0//:cranelift_codegen_shared", + "@proxy_wasm_cpp_host__cranelift_entity__0_80_0//:cranelift_entity", "@proxy_wasm_cpp_host__gimli__0_26_1//:gimli", "@proxy_wasm_cpp_host__log__0_4_14//:log", "@proxy_wasm_cpp_host__regalloc__0_0_33//:regalloc", diff --git a/bazel/cargo/remote/BUILD.cranelift-codegen-meta-0.79.1.bazel b/bazel/cargo/remote/BUILD.cranelift-codegen-meta-0.80.0.bazel similarity index 92% rename from bazel/cargo/remote/BUILD.cranelift-codegen-meta-0.79.1.bazel rename to bazel/cargo/remote/BUILD.cranelift-codegen-meta-0.80.0.bazel index cceca2362..48cb1098a 100644 --- a/bazel/cargo/remote/BUILD.cranelift-codegen-meta-0.79.1.bazel +++ b/bazel/cargo/remote/BUILD.cranelift-codegen-meta-0.80.0.bazel @@ -47,9 +47,9 @@ rust_library( "crate-name=cranelift-codegen-meta", "manual", ], - version = "0.79.1", + version = "0.80.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__cranelift_codegen_shared__0_79_1//:cranelift_codegen_shared", + "@proxy_wasm_cpp_host__cranelift_codegen_shared__0_80_0//:cranelift_codegen_shared", ], ) diff --git a/bazel/cargo/remote/BUILD.cranelift-codegen-shared-0.79.1.bazel b/bazel/cargo/remote/BUILD.cranelift-codegen-shared-0.80.0.bazel similarity index 97% rename from bazel/cargo/remote/BUILD.cranelift-codegen-shared-0.79.1.bazel rename to bazel/cargo/remote/BUILD.cranelift-codegen-shared-0.80.0.bazel index 2dad0e951..35965cc99 100644 --- a/bazel/cargo/remote/BUILD.cranelift-codegen-shared-0.79.1.bazel +++ b/bazel/cargo/remote/BUILD.cranelift-codegen-shared-0.80.0.bazel @@ -47,7 +47,7 @@ rust_library( "crate-name=cranelift-codegen-shared", "manual", ], - version = "0.79.1", + version = "0.80.0", # buildifier: leave-alone deps = [ ], diff --git a/bazel/cargo/remote/BUILD.cranelift-entity-0.79.1.bazel b/bazel/cargo/remote/BUILD.cranelift-entity-0.80.0.bazel similarity index 97% rename from bazel/cargo/remote/BUILD.cranelift-entity-0.79.1.bazel rename to bazel/cargo/remote/BUILD.cranelift-entity-0.80.0.bazel index b5b5aa08d..fab375b07 100644 --- a/bazel/cargo/remote/BUILD.cranelift-entity-0.79.1.bazel +++ b/bazel/cargo/remote/BUILD.cranelift-entity-0.80.0.bazel @@ -49,7 +49,7 @@ rust_library( "crate-name=cranelift-entity", "manual", ], - version = "0.79.1", + version = "0.80.0", # buildifier: leave-alone deps = [ "@proxy_wasm_cpp_host__serde__1_0_133//:serde", diff --git a/bazel/cargo/remote/BUILD.cranelift-frontend-0.79.1.bazel b/bazel/cargo/remote/BUILD.cranelift-frontend-0.80.0.bazel similarity index 93% rename from bazel/cargo/remote/BUILD.cranelift-frontend-0.79.1.bazel rename to bazel/cargo/remote/BUILD.cranelift-frontend-0.80.0.bazel index 96b4dc6cd..cc7c32e9d 100644 --- a/bazel/cargo/remote/BUILD.cranelift-frontend-0.79.1.bazel +++ b/bazel/cargo/remote/BUILD.cranelift-frontend-0.80.0.bazel @@ -49,10 +49,10 @@ rust_library( "crate-name=cranelift-frontend", "manual", ], - version = "0.79.1", + version = "0.80.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__cranelift_codegen__0_79_1//:cranelift_codegen", + "@proxy_wasm_cpp_host__cranelift_codegen__0_80_0//:cranelift_codegen", "@proxy_wasm_cpp_host__log__0_4_14//:log", "@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.79.1.bazel b/bazel/cargo/remote/BUILD.cranelift-native-0.80.0.bazel similarity index 94% rename from bazel/cargo/remote/BUILD.cranelift-native-0.79.1.bazel rename to bazel/cargo/remote/BUILD.cranelift-native-0.80.0.bazel index c6ecf3926..41905600c 100644 --- a/bazel/cargo/remote/BUILD.cranelift-native-0.79.1.bazel +++ b/bazel/cargo/remote/BUILD.cranelift-native-0.80.0.bazel @@ -51,10 +51,10 @@ rust_library( "crate-name=cranelift-native", "manual", ], - version = "0.79.1", + version = "0.80.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__cranelift_codegen__0_79_1//:cranelift_codegen", + "@proxy_wasm_cpp_host__cranelift_codegen__0_80_0//:cranelift_codegen", "@proxy_wasm_cpp_host__target_lexicon__0_12_2//:target_lexicon", ] + selects.with_or({ # cfg(target_arch = "s390x") diff --git a/bazel/cargo/remote/BUILD.cranelift-wasm-0.79.1.bazel b/bazel/cargo/remote/BUILD.cranelift-wasm-0.80.0.bazel similarity index 83% rename from bazel/cargo/remote/BUILD.cranelift-wasm-0.79.1.bazel rename to bazel/cargo/remote/BUILD.cranelift-wasm-0.80.0.bazel index 3735122cc..7fda40b9a 100644 --- a/bazel/cargo/remote/BUILD.cranelift-wasm-0.79.1.bazel +++ b/bazel/cargo/remote/BUILD.cranelift-wasm-0.80.0.bazel @@ -49,17 +49,17 @@ rust_library( "crate-name=cranelift-wasm", "manual", ], - version = "0.79.1", + version = "0.80.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__cranelift_codegen__0_79_1//:cranelift_codegen", - "@proxy_wasm_cpp_host__cranelift_entity__0_79_1//:cranelift_entity", - "@proxy_wasm_cpp_host__cranelift_frontend__0_79_1//:cranelift_frontend", + "@proxy_wasm_cpp_host__cranelift_codegen__0_80_0//:cranelift_codegen", + "@proxy_wasm_cpp_host__cranelift_entity__0_80_0//:cranelift_entity", + "@proxy_wasm_cpp_host__cranelift_frontend__0_80_0//:cranelift_frontend", "@proxy_wasm_cpp_host__itertools__0_10_3//:itertools", "@proxy_wasm_cpp_host__log__0_4_14//:log", "@proxy_wasm_cpp_host__smallvec__1_7_0//:smallvec", "@proxy_wasm_cpp_host__wasmparser__0_81_0//:wasmparser", - "@proxy_wasm_cpp_host__wasmtime_types__0_32_1//:wasmtime_types", + "@proxy_wasm_cpp_host__wasmtime_types__0_33_0//:wasmtime_types", ], ) diff --git a/bazel/cargo/remote/BUILD.errno-0.2.8.bazel b/bazel/cargo/remote/BUILD.errno-0.2.8.bazel index ae421ea79..e0f7cc651 100644 --- a/bazel/cargo/remote/BUILD.errno-0.2.8.bazel +++ b/bazel/cargo/remote/BUILD.errno-0.2.8.bazel @@ -53,7 +53,7 @@ rust_library( # buildifier: leave-alone deps = [ ] + selects.with_or({ - # cfg(unix), cfg(target_os = "wasi") + # cfg(unix) ( "@rules_rust//rust/platform:i686-apple-darwin", "@rules_rust//rust/platform:i686-unknown-linux-gnu", diff --git a/bazel/cargo/remote/BUILD.gimli-0.26.1.bazel b/bazel/cargo/remote/BUILD.gimli-0.26.1.bazel index 32af71490..be8eaeeaa 100644 --- a/bazel/cargo/remote/BUILD.gimli-0.26.1.bazel +++ b/bazel/cargo/remote/BUILD.gimli-0.26.1.bazel @@ -68,7 +68,7 @@ rust_library( # buildifier: leave-alone deps = [ "@proxy_wasm_cpp_host__fallible_iterator__0_2_0//:fallible_iterator", - "@proxy_wasm_cpp_host__indexmap__1_7_0//:indexmap", + "@proxy_wasm_cpp_host__indexmap__1_8_0//:indexmap", "@proxy_wasm_cpp_host__stable_deref_trait__1_2_0//:stable_deref_trait", ], ) diff --git a/bazel/cargo/remote/BUILD.indexmap-1.7.0.bazel b/bazel/cargo/remote/BUILD.indexmap-1.8.0.bazel similarity index 98% rename from bazel/cargo/remote/BUILD.indexmap-1.7.0.bazel rename to bazel/cargo/remote/BUILD.indexmap-1.8.0.bazel index 4df0d001c..6b1bdbecb 100644 --- a/bazel/cargo/remote/BUILD.indexmap-1.7.0.bazel +++ b/bazel/cargo/remote/BUILD.indexmap-1.8.0.bazel @@ -57,7 +57,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.7.0", + version = "1.8.0", visibility = ["//visibility:private"], deps = [ "@proxy_wasm_cpp_host__autocfg__1_0_1//:autocfg", @@ -87,7 +87,7 @@ rust_library( "crate-name=indexmap", "manual", ], - version = "1.7.0", + version = "1.8.0", # buildifier: leave-alone deps = [ ":indexmap_build_script", diff --git a/bazel/cargo/remote/BUILD.io-lifetimes-0.3.3.bazel b/bazel/cargo/remote/BUILD.io-lifetimes-0.4.4.bazel similarity index 96% rename from bazel/cargo/remote/BUILD.io-lifetimes-0.3.3.bazel rename to bazel/cargo/remote/BUILD.io-lifetimes-0.4.4.bazel index 6a39c4525..2c3aae0b8 100644 --- a/bazel/cargo/remote/BUILD.io-lifetimes-0.3.3.bazel +++ b/bazel/cargo/remote/BUILD.io-lifetimes-0.4.4.bazel @@ -54,10 +54,9 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.3.3", + version = "0.4.4", visibility = ["//visibility:private"], deps = [ - "@proxy_wasm_cpp_host__rustc_version__0_4_0//:rustc_version", ] + selects.with_or({ # cfg(windows) ( @@ -97,7 +96,7 @@ rust_library( "crate-name=io-lifetimes", "manual", ], - version = "0.3.3", + version = "0.4.4", # buildifier: leave-alone deps = [ ":io_lifetimes_build_script", diff --git a/bazel/cargo/remote/BUILD.linux-raw-sys-0.0.36.bazel b/bazel/cargo/remote/BUILD.linux-raw-sys-0.0.36.bazel index 46b903231..c5aa0df4f 100644 --- a/bazel/cargo/remote/BUILD.linux-raw-sys-0.0.36.bazel +++ b/bazel/cargo/remote/BUILD.linux-raw-sys-0.0.36.bazel @@ -37,6 +37,7 @@ rust_library( crate_features = [ "errno", "general", + "no_std", "std", "v5_11", "v5_4", diff --git a/bazel/cargo/remote/BUILD.object-0.27.1.bazel b/bazel/cargo/remote/BUILD.object-0.27.1.bazel index 62fe17e12..d83b03863 100644 --- a/bazel/cargo/remote/BUILD.object-0.27.1.bazel +++ b/bazel/cargo/remote/BUILD.object-0.27.1.bazel @@ -63,7 +63,7 @@ rust_library( # buildifier: leave-alone deps = [ "@proxy_wasm_cpp_host__crc32fast__1_3_0//:crc32fast", - "@proxy_wasm_cpp_host__indexmap__1_7_0//:indexmap", + "@proxy_wasm_cpp_host__indexmap__1_8_0//:indexmap", "@proxy_wasm_cpp_host__memchr__2_4_1//:memchr", ], ) diff --git a/bazel/cargo/remote/BUILD.rustc_version-0.4.0.bazel b/bazel/cargo/remote/BUILD.rustc_version-0.4.0.bazel deleted file mode 100644 index fdad27d8e..000000000 --- a/bazel/cargo/remote/BUILD.rustc_version-0.4.0.bazel +++ /dev/null @@ -1,57 +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:defs.bzl", - "rust_binary", - "rust_library", - "rust_proc_macro", - "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 = "rustc_version", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - data = [], - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "crate-name=rustc_version", - "manual", - ], - version = "0.4.0", - # buildifier: leave-alone - deps = [ - "@proxy_wasm_cpp_host__semver__1_0_4//:semver", - ], -) - -# Unsupported target "all" with type "test" omitted diff --git a/bazel/cargo/remote/BUILD.rustix-0.26.2.bazel b/bazel/cargo/remote/BUILD.rustix-0.31.3.bazel similarity index 97% rename from bazel/cargo/remote/BUILD.rustix-0.26.2.bazel rename to bazel/cargo/remote/BUILD.rustix-0.31.3.bazel index 2b2177685..9aecc7c26 100644 --- a/bazel/cargo/remote/BUILD.rustix-0.26.2.bazel +++ b/bazel/cargo/remote/BUILD.rustix-0.31.3.bazel @@ -58,11 +58,10 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.26.2", + version = "0.31.3", visibility = ["//visibility:private"], deps = [ "@proxy_wasm_cpp_host__cc__1_0_72//:cc", - "@proxy_wasm_cpp_host__rustc_version__0_4_0//:rustc_version", ] + selects.with_or({ # cfg(all(not(rustix_use_libc), any(target_os = "linux"), any(target_arch = "x86", all(target_arch = "x86_64", not(target_pointer_width = "32")), target_arch = "arm", target_arch = "aarch64", target_arch = "riscv64"))) ( @@ -109,6 +108,8 @@ cargo_build_script( # Unsupported target "mod" with type "bench" omitted +# Unsupported target "hello" with type "example" omitted + # Unsupported target "process" with type "example" omitted # Unsupported target "stdio" with type "example" omitted @@ -137,12 +138,12 @@ rust_library( "crate-name=rustix", "manual", ], - version = "0.26.2", + version = "0.31.3", # buildifier: leave-alone deps = [ ":rustix_build_script", "@proxy_wasm_cpp_host__bitflags__1_3_2//:bitflags", - "@proxy_wasm_cpp_host__io_lifetimes__0_3_3//:io_lifetimes", + "@proxy_wasm_cpp_host__io_lifetimes__0_4_4//:io_lifetimes", ] + selects.with_or({ # cfg(all(not(rustix_use_libc), any(target_os = "linux"), any(target_arch = "x86", all(target_arch = "x86_64", not(target_pointer_width = "32")), target_arch = "arm", target_arch = "aarch64", target_arch = "riscv64"))) ( diff --git a/bazel/cargo/remote/BUILD.semver-1.0.4.bazel b/bazel/cargo/remote/BUILD.semver-1.0.4.bazel deleted file mode 100644 index 4dad16563..000000000 --- a/bazel/cargo/remote/BUILD.semver-1.0.4.bazel +++ /dev/null @@ -1,96 +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:defs.bzl", - "rust_binary", - "rust_library", - "rust_proc_macro", - "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 = "semver_build_script", - srcs = glob(["**/*.rs"]), - build_script_env = { - }, - crate_features = [ - "default", - "std", - ], - crate_root = "build.rs", - data = glob(["**"]), - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "1.0.4", - visibility = ["//visibility:private"], - deps = [ - ], -) - -# Unsupported target "parse" with type "bench" omitted - -rust_library( - name = "semver", - srcs = glob(["**/*.rs"]), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - data = [], - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "crate-name=semver", - "manual", - ], - version = "1.0.4", - # buildifier: leave-alone - deps = [ - ":semver_build_script", - ], -) - -# Unsupported target "test_identifier" with type "test" omitted - -# Unsupported target "test_version" with type "test" omitted - -# Unsupported target "test_version_req" with type "test" omitted diff --git a/bazel/cargo/remote/BUILD.serde_derive-1.0.133.bazel b/bazel/cargo/remote/BUILD.serde_derive-1.0.133.bazel index 67197c001..80f32a48a 100644 --- a/bazel/cargo/remote/BUILD.serde_derive-1.0.133.bazel +++ b/bazel/cargo/remote/BUILD.serde_derive-1.0.133.bazel @@ -84,6 +84,6 @@ rust_proc_macro( ":serde_derive_build_script", "@proxy_wasm_cpp_host__proc_macro2__1_0_36//:proc_macro2", "@proxy_wasm_cpp_host__quote__1_0_14//:quote", - "@proxy_wasm_cpp_host__syn__1_0_84//:syn", + "@proxy_wasm_cpp_host__syn__1_0_85//:syn", ], ) diff --git a/bazel/cargo/remote/BUILD.syn-1.0.84.bazel b/bazel/cargo/remote/BUILD.syn-1.0.85.bazel similarity index 98% rename from bazel/cargo/remote/BUILD.syn-1.0.84.bazel rename to bazel/cargo/remote/BUILD.syn-1.0.85.bazel index 81fb50133..2ea72bd13 100644 --- a/bazel/cargo/remote/BUILD.syn-1.0.84.bazel +++ b/bazel/cargo/remote/BUILD.syn-1.0.85.bazel @@ -61,7 +61,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.84", + version = "1.0.85", visibility = ["//visibility:private"], deps = [ ], @@ -94,7 +94,7 @@ rust_library( "crate-name=syn", "manual", ], - version = "1.0.84", + version = "1.0.85", # buildifier: leave-alone deps = [ ":syn_build_script", diff --git a/bazel/cargo/remote/BUILD.thiserror-impl-1.0.30.bazel b/bazel/cargo/remote/BUILD.thiserror-impl-1.0.30.bazel index 7ee123d13..c2cd51759 100644 --- a/bazel/cargo/remote/BUILD.thiserror-impl-1.0.30.bazel +++ b/bazel/cargo/remote/BUILD.thiserror-impl-1.0.30.bazel @@ -52,6 +52,6 @@ rust_proc_macro( deps = [ "@proxy_wasm_cpp_host__proc_macro2__1_0_36//:proc_macro2", "@proxy_wasm_cpp_host__quote__1_0_14//:quote", - "@proxy_wasm_cpp_host__syn__1_0_84//:syn", + "@proxy_wasm_cpp_host__syn__1_0_85//:syn", ], ) diff --git a/bazel/cargo/remote/BUILD.wasmtime-0.32.1.bazel b/bazel/cargo/remote/BUILD.wasmtime-0.33.0.bazel similarity index 90% rename from bazel/cargo/remote/BUILD.wasmtime-0.32.1.bazel rename to bazel/cargo/remote/BUILD.wasmtime-0.33.0.bazel index 24e652162..3a51bc96a 100644 --- a/bazel/cargo/remote/BUILD.wasmtime-0.32.1.bazel +++ b/bazel/cargo/remote/BUILD.wasmtime-0.33.0.bazel @@ -56,7 +56,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.32.1", + version = "0.33.0", visibility = ["//visibility:private"], deps = [ ] + selects.with_or({ @@ -93,7 +93,7 @@ rust_library( "crate-name=wasmtime", "manual", ], - version = "0.32.1", + version = "0.33.0", # buildifier: leave-alone deps = [ ":wasmtime_build_script", @@ -102,7 +102,7 @@ rust_library( "@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_5//:cpp_demangle", - "@proxy_wasm_cpp_host__indexmap__1_7_0//:indexmap", + "@proxy_wasm_cpp_host__indexmap__1_8_0//:indexmap", "@proxy_wasm_cpp_host__lazy_static__1_4_0//:lazy_static", "@proxy_wasm_cpp_host__libc__0_2_112//:libc", "@proxy_wasm_cpp_host__log__0_4_14//:log", @@ -113,10 +113,10 @@ rust_library( "@proxy_wasm_cpp_host__serde__1_0_133//:serde", "@proxy_wasm_cpp_host__target_lexicon__0_12_2//:target_lexicon", "@proxy_wasm_cpp_host__wasmparser__0_81_0//:wasmparser", - "@proxy_wasm_cpp_host__wasmtime_cranelift__0_32_1//:wasmtime_cranelift", - "@proxy_wasm_cpp_host__wasmtime_environ__0_32_1//:wasmtime_environ", - "@proxy_wasm_cpp_host__wasmtime_jit__0_32_1//:wasmtime_jit", - "@proxy_wasm_cpp_host__wasmtime_runtime__0_32_1//:wasmtime_runtime", + "@proxy_wasm_cpp_host__wasmtime_cranelift__0_33_0//:wasmtime_cranelift", + "@proxy_wasm_cpp_host__wasmtime_environ__0_33_0//:wasmtime_environ", + "@proxy_wasm_cpp_host__wasmtime_jit__0_33_0//:wasmtime_jit", + "@proxy_wasm_cpp_host__wasmtime_runtime__0_33_0//:wasmtime_runtime", ] + selects.with_or({ # cfg(target_os = "windows") ( diff --git a/bazel/cargo/remote/BUILD.wasmtime-cranelift-0.32.1.bazel b/bazel/cargo/remote/BUILD.wasmtime-cranelift-0.33.0.bazel similarity index 79% rename from bazel/cargo/remote/BUILD.wasmtime-cranelift-0.32.1.bazel rename to bazel/cargo/remote/BUILD.wasmtime-cranelift-0.33.0.bazel index 9bb7271d3..2f402c60f 100644 --- a/bazel/cargo/remote/BUILD.wasmtime-cranelift-0.32.1.bazel +++ b/bazel/cargo/remote/BUILD.wasmtime-cranelift-0.33.0.bazel @@ -47,15 +47,15 @@ rust_library( "crate-name=wasmtime-cranelift", "manual", ], - version = "0.32.1", + version = "0.33.0", # buildifier: leave-alone deps = [ "@proxy_wasm_cpp_host__anyhow__1_0_52//:anyhow", - "@proxy_wasm_cpp_host__cranelift_codegen__0_79_1//:cranelift_codegen", - "@proxy_wasm_cpp_host__cranelift_entity__0_79_1//:cranelift_entity", - "@proxy_wasm_cpp_host__cranelift_frontend__0_79_1//:cranelift_frontend", - "@proxy_wasm_cpp_host__cranelift_native__0_79_1//:cranelift_native", - "@proxy_wasm_cpp_host__cranelift_wasm__0_79_1//:cranelift_wasm", + "@proxy_wasm_cpp_host__cranelift_codegen__0_80_0//:cranelift_codegen", + "@proxy_wasm_cpp_host__cranelift_entity__0_80_0//:cranelift_entity", + "@proxy_wasm_cpp_host__cranelift_frontend__0_80_0//:cranelift_frontend", + "@proxy_wasm_cpp_host__cranelift_native__0_80_0//:cranelift_native", + "@proxy_wasm_cpp_host__cranelift_wasm__0_80_0//:cranelift_wasm", "@proxy_wasm_cpp_host__gimli__0_26_1//:gimli", "@proxy_wasm_cpp_host__log__0_4_14//:log", "@proxy_wasm_cpp_host__more_asserts__0_2_2//:more_asserts", @@ -63,6 +63,6 @@ rust_library( "@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_81_0//:wasmparser", - "@proxy_wasm_cpp_host__wasmtime_environ__0_32_1//:wasmtime_environ", + "@proxy_wasm_cpp_host__wasmtime_environ__0_33_0//:wasmtime_environ", ], ) diff --git a/bazel/cargo/remote/BUILD.wasmtime-environ-0.32.1.bazel b/bazel/cargo/remote/BUILD.wasmtime-environ-0.33.0.bazel similarity index 88% rename from bazel/cargo/remote/BUILD.wasmtime-environ-0.32.1.bazel rename to bazel/cargo/remote/BUILD.wasmtime-environ-0.33.0.bazel index e6c740047..042b35258 100644 --- a/bazel/cargo/remote/BUILD.wasmtime-environ-0.32.1.bazel +++ b/bazel/cargo/remote/BUILD.wasmtime-environ-0.33.0.bazel @@ -47,13 +47,13 @@ rust_library( "crate-name=wasmtime-environ", "manual", ], - version = "0.32.1", + version = "0.33.0", # buildifier: leave-alone deps = [ "@proxy_wasm_cpp_host__anyhow__1_0_52//:anyhow", - "@proxy_wasm_cpp_host__cranelift_entity__0_79_1//:cranelift_entity", + "@proxy_wasm_cpp_host__cranelift_entity__0_80_0//:cranelift_entity", "@proxy_wasm_cpp_host__gimli__0_26_1//:gimli", - "@proxy_wasm_cpp_host__indexmap__1_7_0//:indexmap", + "@proxy_wasm_cpp_host__indexmap__1_8_0//:indexmap", "@proxy_wasm_cpp_host__log__0_4_14//:log", "@proxy_wasm_cpp_host__more_asserts__0_2_2//:more_asserts", "@proxy_wasm_cpp_host__object__0_27_1//:object", @@ -61,6 +61,6 @@ rust_library( "@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_81_0//:wasmparser", - "@proxy_wasm_cpp_host__wasmtime_types__0_32_1//:wasmtime_types", + "@proxy_wasm_cpp_host__wasmtime_types__0_33_0//:wasmtime_types", ], ) diff --git a/bazel/cargo/remote/BUILD.wasmtime-jit-0.32.1.bazel b/bazel/cargo/remote/BUILD.wasmtime-jit-0.33.0.bazel similarity index 92% rename from bazel/cargo/remote/BUILD.wasmtime-jit-0.32.1.bazel rename to bazel/cargo/remote/BUILD.wasmtime-jit-0.33.0.bazel index c2b2d13ea..b8250a2b4 100644 --- a/bazel/cargo/remote/BUILD.wasmtime-jit-0.32.1.bazel +++ b/bazel/cargo/remote/BUILD.wasmtime-jit-0.33.0.bazel @@ -49,7 +49,7 @@ rust_library( "crate-name=wasmtime-jit", "manual", ], - version = "0.32.1", + version = "0.33.0", # buildifier: leave-alone deps = [ "@proxy_wasm_cpp_host__addr2line__0_17_0//:addr2line", @@ -62,8 +62,8 @@ rust_library( "@proxy_wasm_cpp_host__serde__1_0_133//: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__wasmtime_environ__0_32_1//:wasmtime_environ", - "@proxy_wasm_cpp_host__wasmtime_runtime__0_32_1//:wasmtime_runtime", + "@proxy_wasm_cpp_host__wasmtime_environ__0_33_0//:wasmtime_environ", + "@proxy_wasm_cpp_host__wasmtime_runtime__0_33_0//:wasmtime_runtime", ] + selects.with_or({ # cfg(target_os = "windows") ( diff --git a/bazel/cargo/remote/BUILD.wasmtime-runtime-0.32.1.bazel b/bazel/cargo/remote/BUILD.wasmtime-runtime-0.33.0.bazel similarity index 96% rename from bazel/cargo/remote/BUILD.wasmtime-runtime-0.32.1.bazel rename to bazel/cargo/remote/BUILD.wasmtime-runtime-0.33.0.bazel index 5485a85e8..de5cdefc1 100644 --- a/bazel/cargo/remote/BUILD.wasmtime-runtime-0.32.1.bazel +++ b/bazel/cargo/remote/BUILD.wasmtime-runtime-0.33.0.bazel @@ -55,7 +55,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.32.1", + version = "0.33.0", visibility = ["//visibility:private"], deps = [ "@proxy_wasm_cpp_host__cc__1_0_72//:cc", @@ -120,14 +120,14 @@ rust_library( "crate-name=wasmtime-runtime", "manual", ], - version = "0.32.1", + version = "0.33.0", # buildifier: leave-alone deps = [ ":wasmtime_runtime_build_script", "@proxy_wasm_cpp_host__anyhow__1_0_52//:anyhow", "@proxy_wasm_cpp_host__backtrace__0_3_63//:backtrace", "@proxy_wasm_cpp_host__cfg_if__1_0_0//:cfg_if", - "@proxy_wasm_cpp_host__indexmap__1_7_0//:indexmap", + "@proxy_wasm_cpp_host__indexmap__1_8_0//:indexmap", "@proxy_wasm_cpp_host__lazy_static__1_4_0//:lazy_static", "@proxy_wasm_cpp_host__libc__0_2_112//:libc", "@proxy_wasm_cpp_host__log__0_4_14//:log", @@ -136,7 +136,7 @@ rust_library( "@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_30//:thiserror", - "@proxy_wasm_cpp_host__wasmtime_environ__0_32_1//:wasmtime_environ", + "@proxy_wasm_cpp_host__wasmtime_environ__0_33_0//:wasmtime_environ", ] + selects.with_or({ # cfg(target_os = "macos") ( @@ -176,7 +176,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-linux-android", "@rules_rust//rust/platform:x86_64-unknown-freebsd", ): [ - "@proxy_wasm_cpp_host__rustix__0_26_2//:rustix", + "@proxy_wasm_cpp_host__rustix__0_31_3//:rustix", ], "//conditions:default": [], }), diff --git a/bazel/cargo/remote/BUILD.wasmtime-types-0.32.1.bazel b/bazel/cargo/remote/BUILD.wasmtime-types-0.33.0.bazel similarity index 93% rename from bazel/cargo/remote/BUILD.wasmtime-types-0.32.1.bazel rename to bazel/cargo/remote/BUILD.wasmtime-types-0.33.0.bazel index f381564b5..332be3f70 100644 --- a/bazel/cargo/remote/BUILD.wasmtime-types-0.32.1.bazel +++ b/bazel/cargo/remote/BUILD.wasmtime-types-0.33.0.bazel @@ -47,10 +47,10 @@ rust_library( "crate-name=wasmtime-types", "manual", ], - version = "0.32.1", + version = "0.33.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__cranelift_entity__0_79_1//:cranelift_entity", + "@proxy_wasm_cpp_host__cranelift_entity__0_80_0//:cranelift_entity", "@proxy_wasm_cpp_host__serde__1_0_133//:serde", "@proxy_wasm_cpp_host__thiserror__1_0_30//:thiserror", "@proxy_wasm_cpp_host__wasmparser__0_81_0//:wasmparser", diff --git a/bazel/cargo/rustix-no_git_check.patch b/bazel/cargo/rustix-no_git_check.patch deleted file mode 100644 index 79aafac36..000000000 --- a/bazel/cargo/rustix-no_git_check.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- build.rs -+++ build.rs -@@ -62,6 +62,7 @@ fn link_in_librustix_outline(arch: &str, asm_name: &str) { - let out_dir = var("OUT_DIR").unwrap(); - Build::new().file(&asm_name).compile(&name); - println!("cargo:rerun-if-changed={}", asm_name); -+ return; - let from = format!("{}/lib{}.a", out_dir, name); - let prev_metadata = std::fs::metadata(&to); - std::fs::copy(&from, &to).unwrap(); diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 8ce71b491..9e0c5ac48 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -70,9 +70,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 = "80b5b3d149776bd56a872730775445bdfba1fb6a75eb79230a7686092932c1dc", - strip_prefix = "wasmtime-0.32.1", - url = "https://github.com/bytecodealliance/wasmtime/archive/v0.32.1.tar.gz", + sha256 = "c59a2aa110b25921d370944287cd97205c73cf3dc76776c5b3551135c1e42ddc", + strip_prefix = "wasmtime-0.33.0", + url = "https://github.com/bytecodealliance/wasmtime/archive/v0.33.0.tar.gz", ) http_archive(