Skip to content

Commit

Permalink
chore(deps): bump env_logger from 0.10.2 to 0.11.1 in /bin/ofs (#4208)
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] committed Feb 20, 2024
1 parent 98991e9 commit ae4ff1d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 57 deletions.
71 changes: 15 additions & 56 deletions bin/ofs/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/ofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rust-version = "1.67"
anyhow = "1"
async-trait = "0.1.75"
clap = { version = "4.5.1", features = ["derive", "env"] }
env_logger = "0.10"
env_logger = "0.11"
fuse3 = { "version" = "0.6.1", "features" = ["tokio-runtime", "unprivileged"] }
futures-util = "0.3.30"
libc = "0.2.151"
Expand Down

0 comments on commit ae4ff1d

Please sign in to comment.