Skip to content

Commit 2f0eee3

Browse files
committed
deps: Bump com_github_bytecodealliance_wasmtime -> 2.0.2
Signed-off-by: Ryan Northey <[email protected]>
1 parent d73a024 commit 2f0eee3

File tree

111 files changed

+1440
-1476
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

+1440
-1476
lines changed

bazel/cargo/wasmtime/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ alias(
2323

2424
alias(
2525
name = "env_logger",
26-
actual = "@wasmtime__env_logger__0_9_1//:env_logger",
26+
actual = "@wasmtime__env_logger__0_9_3//:env_logger",
2727
tags = [
2828
"cargo-raze",
2929
"manual",
@@ -32,7 +32,7 @@ alias(
3232

3333
alias(
3434
name = "once_cell",
35-
actual = "@wasmtime__once_cell__1_15_0//:once_cell",
35+
actual = "@wasmtime__once_cell__1_16_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__2_0_0//:wasmtime",
44+
actual = "@wasmtime__wasmtime__2_0_2//:wasmtime",
4545
tags = [
4646
"cargo-raze",
4747
"manual",

0 commit comments

Comments
 (0)