Skip to content

Commit d5ed722

Browse files
Update cranelift-jit requirement from 0.89.0 to 0.93.1
Updates the requirements on [cranelift-jit](https://github.com/bytecodealliance/wasmtime) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md) - [Commits](https://github.com/bytecodealliance/wasmtime/commits) --- updated-dependencies: - dependency-name: cranelift-jit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a213d62 commit d5ed722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/jit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jit = []
3838
[dependencies]
3939
arrow = { version = "32.0.0", default-features = false }
4040
cranelift = "0.89.0"
41-
cranelift-jit = "0.89.0"
41+
cranelift-jit = "0.93.1"
4242
cranelift-module = "0.89.0"
4343
cranelift-native = "0.89.0"
4444
datafusion-common = { path = "../common", version = "17.0.0", features = ["jit"] }

0 commit comments

Comments
 (0)