From 48f94e948c2218840c6f3183ac891baa4671fd90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:27:16 +0000 Subject: [PATCH] build(deps): update datafusion-common requirement from 39.0.0 to 40.0.0 Updates the requirements on [datafusion-common](https://github.com/apache/datafusion) to permit the latest version. - [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/datafusion/compare/39.0.0...39.0.0) --- updated-dependencies: - dependency-name: datafusion-common dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33857c0..a0a6429 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ parquet = { version = "= 52.0.0", features = ["async", "object_store"] } # datafusion datafusion = { version = "= 39.0.0" } datafusion-expr = { version = "= 39.0.0" } -datafusion-common = { version = "= 39.0.0" } +datafusion-common = { version = "= 41.0.0" } datafusion-physical-expr = { version = "= 39.0.0" } # serde