From 2bcfa59f070c1580d83090c214ee1f013380b18c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 19:41:44 +0000 Subject: [PATCH 1/2] Update env_logger requirement from 0.10 to 0.11 Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/env_logger/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- datafusion/optimizer/Cargo.toml | 2 +- test-utils/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cd88e18fe17cb..6617e45de0b5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ datafusion-sql = { path = "datafusion/sql", version = "35.0.0" } datafusion-sqllogictest = { path = "datafusion/sqllogictest", version = "35.0.0" } datafusion-substrait = { path = "datafusion/substrait", version = "35.0.0" } doc-comment = "0.3" -env_logger = "0.10" +env_logger = "0.11" futures = "0.3" half = "2.2.1" indexmap = "2.0.0" diff --git a/datafusion/optimizer/Cargo.toml b/datafusion/optimizer/Cargo.toml index 6aec52ad70d1a..e4e9660f93b46 100644 --- a/datafusion/optimizer/Cargo.toml +++ b/datafusion/optimizer/Cargo.toml @@ -53,4 +53,4 @@ regex-syntax = "0.8.0" [dev-dependencies] ctor = { workspace = true } datafusion-sql = { path = "../sql", version = "35.0.0" } -env_logger = "0.10.0" +env_logger = "0.11.0" diff --git a/test-utils/Cargo.toml b/test-utils/Cargo.toml index b9c4db17c0981..de6310312b5ab 100644 --- a/test-utils/Cargo.toml +++ b/test-utils/Cargo.toml @@ -25,5 +25,5 @@ edition = { workspace = true } [dependencies] arrow = { workspace = true } datafusion-common = { path = "../datafusion/common" } -env_logger = "0.10.0" +env_logger = "0.11.0" rand = { workspace = true } From 11d15fa70f4359f3fbff08a5622f54d609f2321f Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Mon, 22 Jan 2024 15:04:19 -0500 Subject: [PATCH 2/2] Update cargo.lock --- datafusion-cli/Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/datafusion-cli/Cargo.lock b/datafusion-cli/Cargo.lock index c90b59b924f6e..e4e308c04e449 100644 --- a/datafusion-cli/Cargo.lock +++ b/datafusion-cli/Cargo.lock @@ -2579,9 +2579,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.76" +version = "1.0.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c" +checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" dependencies = [ "unicode-ident", ] @@ -2673,9 +2673,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.2" +version = "1.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" +checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" dependencies = [ "aho-corasick", "memchr", @@ -2685,9 +2685,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" +checksum = "3b7fa1134405e2ec9353fd416b17f8dacd46c473d7d3fd1cf202706a14eb792a" dependencies = [ "aho-corasick", "memchr",