Skip to content

Commit b993312

Browse files
Bump cranelift-module from 0.128.1 to 0.128.2 (#6992)
* Bump cranelift-module from 0.128.1 to 0.128.2 Bumps [cranelift-module](https://github.com/bytecodealliance/wasmtime) from 0.128.1 to 0.128.2. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md) - [Commits](https://github.com/bytecodealliance/wasmtime/commits) --- updated-dependencies: - dependency-name: cranelift-module dependency-version: 0.128.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Upgrade all cranelift-* packages to 0.128.3 in Cargo.toml (#7017) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
1 parent ba462e1 commit b993312

File tree

2 files changed

+41
-128
lines changed

2 files changed

+41
-128
lines changed

Cargo.lock

Lines changed: 38 additions & 125 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/jit/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ num-traits = { workspace = true }
1717
thiserror = { workspace = true }
1818
libffi = { workspace = true }
1919

20-
cranelift = "0.128"
21-
cranelift-jit = "0.128"
22-
cranelift-module = "0.128"
20+
cranelift = "0.128.3"
21+
cranelift-jit = "0.128.3"
22+
cranelift-module = "0.128.3"
2323

2424
[dev-dependencies]
2525
rustpython-derive = { workspace = true }

0 commit comments

Comments
 (0)