From 629f93c6e878af65036477b5f2ace172968cd782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 09:09:14 +0000 Subject: [PATCH] chore(deps): update cranelift-module requirement from 0.92.0 to 0.96.1 Updates the requirements on [cranelift-module](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-module dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- datafusion/common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion/common/Cargo.toml b/datafusion/common/Cargo.toml index 701cbdb51510d..9993388f231d3 100644 --- a/datafusion/common/Cargo.toml +++ b/datafusion/common/Cargo.toml @@ -42,7 +42,7 @@ apache-avro = { version = "0.14", default-features = false, features = ["snappy" arrow = { workspace = true } arrow-array = { workspace = true } chrono = { version = "0.4", default-features = false } -cranelift-module = { version = "0.92.0", optional = true } +cranelift-module = { version = "0.96.1", optional = true } num_cpus = "1.13.0" object_store = { version = "0.5.4", default-features = false, optional = true } parquet = { workspace = true, optional = true }