Skip to content

Commit 1775c90

Browse files
chore(deps): Update env_logger requirement from 0.10.0 to 0.11.0 (#170)
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.10.2) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bcf2c5c commit 1775c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ bitvec = "1.0.1"
3939
chrono = "0.4"
4040
derive_builder = "0.12.0"
4141
either = "1"
42-
env_logger = "0.10.0"
42+
env_logger = "0.11.0"
4343
futures = "0.3"
4444
iceberg = { path = "./crates/iceberg" }
4545
iceberg-catalog-rest = { path = "./crates/catalog/rest" }

0 commit comments

Comments
 (0)