Skip to content

Commit 72b2634

Browse files
PiotrSikoraknm3000
authored andcommitted
wasmtime: update to v0.38.1. (proxy-wasm#292)
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 875388b commit 72b2634

File tree

69 files changed

+1206
-517
lines changed

Some content is hidden

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

69 files changed

+1206
-517
lines changed

bazel/cargo/wasmtime/BUILD.bazel

Lines changed: 4 additions & 4 deletions
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_57//:anyhow",
17+
actual = "@wasmtime__anyhow__1_0_58//:anyhow",
1818
tags = [
1919
"cargo-raze",
2020
"manual",
@@ -23,7 +23,7 @@ alias(
2323

2424
alias(
2525
name = "env_logger",
26-
actual = "@wasmtime__env_logger__0_8_4//:env_logger",
26+
actual = "@wasmtime__env_logger__0_9_0//: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_10_0//:once_cell",
35+
actual = "@wasmtime__once_cell__1_13_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__0_36_0//:wasmtime",
44+
actual = "@wasmtime__wasmtime__0_38_1//:wasmtime",
4545
tags = [
4646
"cargo-raze",
4747
"manual",

0 commit comments

Comments
 (0)