Skip to content

Commit

Permalink
Upgrade wasmtime to 15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ulan authored and marko-k0 committed Jan 10, 2024
1 parent 8126ad2 commit 5a76af8
Show file tree
Hide file tree
Showing 10 changed files with 76,424 additions and 3,418 deletions.
2,134 changes: 1,005 additions & 1,129 deletions Cargo.Bazel.Fuzzing.json.lock

Large diffs are not rendered by default.

780 changes: 387 additions & 393 deletions Cargo.Bazel.Fuzzing.toml.lock

Large diffs are not rendered by default.

61,538 changes: 61,538 additions & 0 deletions Cargo.Bazel.StaticOpenSSL.json.lock

Large diffs are not rendered by default.

11,702 changes: 11,702 additions & 0 deletions Cargo.Bazel.StaticOpenSSL.toml.lock

Large diffs are not rendered by default.

2,387 changes: 1,156 additions & 1,231 deletions Cargo.Bazel.json.lock

Large diffs are not rendered by default.

841 changes: 413 additions & 428 deletions Cargo.Bazel.toml.lock

Large diffs are not rendered by default.

446 changes: 216 additions & 230 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions bazel/external_crates.bzl
Expand Up @@ -1349,18 +1349,18 @@ def external_crates_repository(name, cargo_lockfile, lockfile, sanitizers_enable
version = "^0.2.50",
),
"wasmtime": crate.spec(
version = "^14.0.4",
version = "^15.0.0",
default_features = False,
features = [
"cranelift",
"parallel-compilation",
],
),
"wasmtime-environ": crate.spec(
version = "^14.0.4",
version = "^15.0.0",
),
"wasmtime-runtime": crate.spec(
version = "^14.0.4",
version = "^15.0.0",
),
"wast": crate.spec(
version = "^53.0.0",
Expand Down
6 changes: 3 additions & 3 deletions rs/embedders/Cargo.toml
Expand Up @@ -31,12 +31,12 @@ serde = { workspace = true }
serde_bytes = { workspace = true }
slog = { workspace = true }
slog-term = "2.6.0"
wasmtime = { version = "14.0.4", default-features = false, features = [
wasmtime = { version = "15.0.0", default-features = false, features = [
'cranelift',
'parallel-compilation',
] }
wasmtime-environ = "14.0.4"
wasmtime-runtime = "14.0.4"
wasmtime-environ = "15.0.0"
wasmtime-runtime = "15.0.0"
wasm-encoder = "0.35.0"
wasmparser = "0.115.0"
rayon = "1.5.1"
Expand Down
2 changes: 1 addition & 1 deletion rs/types/ic00_types/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ description.workspace = true
documentation.workspace = true

[dependencies]
arbitrary = { version = "=1.3.0", optional = true }
arbitrary = { version = "1.3.0", optional = true }
candid = { workspace = true }
ic-base-types = { path = "../base_types" }
ic-btc-interface = { workspace = true }
Expand Down

0 comments on commit 5a76af8

Please sign in to comment.