Skip to content

Commit 588a3ef

Browse files
committed
regenerate-crates
1 parent f152086 commit 588a3ef

File tree

69 files changed

+641
-798
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

+641
-798
lines changed

bazel/cargo/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 = "@proxy_wasm_cpp_host__anyhow__1_0_40//:anyhow",
17+
actual = "@proxy_wasm_cpp_host__anyhow__1_0_44//:anyhow",
1818
tags = [
1919
"cargo-raze",
2020
"manual",
@@ -23,7 +23,7 @@ alias(
2323

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

3333
alias(
3434
name = "once_cell",
35-
actual = "@proxy_wasm_cpp_host__once_cell__1_7_2//:once_cell",
35+
actual = "@proxy_wasm_cpp_host__once_cell__1_8_0//:once_cell",
3636
tags = [
3737
"cargo-raze",
3838
"manual",
@@ -61,7 +61,7 @@ alias(
6161

6262
alias(
6363
name = "wasmtime",
64-
actual = "@proxy_wasm_cpp_host__wasmtime__0_26_0//:wasmtime",
64+
actual = "@proxy_wasm_cpp_host__wasmtime__0_26_1//:wasmtime",
6565
tags = [
6666
"cargo-raze",
6767
"manual",

0 commit comments

Comments
 (0)