Skip to content

Commit

Permalink
chore(deps): bump env_logger from 0.10.2 to 0.11.1 in /bin/oli (#4223)
Browse files Browse the repository at this point in the history
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.2 to 0.11.1.
- [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.2...v0.11.1)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 20, 2024
1 parent 8c69813 commit bdcbfb2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 27 deletions.
42 changes: 16 additions & 26 deletions bin/oli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/oli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services-sled = ["opendal/services-sled"]
anyhow = "1"
clap = { version = "4", features = ["cargo", "string"] }
dirs = "5.0.1"
env_logger = "0.10"
env_logger = "0.11"
futures = "0.3"
log = "0.4"
opendal = { version = "0.45.0", path = "../../core" }
Expand Down

0 comments on commit bdcbfb2

Please sign in to comment.