Skip to content

Commit 66da60d

Browse files
update wasmtime, resolve dup deps issue
correct rustix Signed-off-by: rahulchaphalkar <[email protected]>
1 parent b7e6907 commit 66da60d

File tree

111 files changed

+1623
-1960
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+1623
-1960
lines changed

bazel/cargo/wasmtime/BUILD.bazel

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ licenses([
1414
# Aliased targets
1515
alias(
1616
name = "anyhow",
17-
actual = "@wasmtime__anyhow__1_0_71//:anyhow",
17+
actual = "@wasmtime__anyhow__1_0_75//:anyhow",
1818
tags = [
1919
"cargo-raze",
2020
"manual",
@@ -32,7 +32,7 @@ alias(
3232

3333
alias(
3434
name = "once_cell",
35-
actual = "@wasmtime__once_cell__1_17_2//:once_cell",
35+
actual = "@wasmtime__once_cell__1_18_0//:once_cell",
3636
tags = [
3737
"cargo-raze",
3838
"manual",
@@ -41,7 +41,7 @@ alias(
4141

4242
alias(
4343
name = "wasmtime",
44-
actual = "@wasmtime__wasmtime__9_0_3//:wasmtime",
44+
actual = "@wasmtime__wasmtime__13_0_0//:wasmtime",
4545
tags = [
4646
"cargo-raze",
4747
"manual",

0 commit comments

Comments
 (0)