Skip to content

Commit 968c05f

Browse files
Update env_logger requirement from 0.10 to 0.11 (#8944)
* 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](rust-cli/env_logger@v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update cargo.lock --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
1 parent e566329 commit 968c05f

File tree

4 files changed

+38
-23
lines changed

4 files changed

+38
-23
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ datafusion-sql = { path = "datafusion/sql", version = "35.0.0" }
5858
datafusion-sqllogictest = { path = "datafusion/sqllogictest", version = "35.0.0" }
5959
datafusion-substrait = { path = "datafusion/substrait", version = "35.0.0" }
6060
doc-comment = "0.3"
61-
env_logger = "0.10"
61+
env_logger = "0.11"
6262
futures = "0.3"
6363
half = "2.2.1"
6464
indexmap = "2.0.0"

datafusion-cli/Cargo.lock

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

datafusion/optimizer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ regex-syntax = "0.8.0"
5353
[dev-dependencies]
5454
ctor = { workspace = true }
5555
datafusion-sql = { path = "../sql", version = "35.0.0" }
56-
env_logger = "0.10.0"
56+
env_logger = "0.11.0"

test-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ edition = { workspace = true }
2525
[dependencies]
2626
arrow = { workspace = true }
2727
datafusion-common = { path = "../datafusion/common" }
28-
env_logger = "0.10.0"
28+
env_logger = "0.11.0"
2929
rand = { workspace = true }

0 commit comments

Comments
 (0)