Skip to content

Commit

Permalink
Bump env_logger from 0.10.2 to 0.11.1
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>
  • Loading branch information
dependabot[bot] committed Mar 18, 2024
1 parent 1714183 commit e7f0f6b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
29 changes: 15 additions & 14 deletions 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 initializer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ scrypt-ocl = { path = "../scrypt-ocl" }
rayon = "1.7.0"
eyre = "0.6.12"
rand = "0.8.5"
env_logger = "0.10.0"
env_logger = "0.11.1"
2 changes: 1 addition & 1 deletion profiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
clap = { version = "4.5.3", features = ["derive"] }
env_logger = "0.10.0"
env_logger = "0.11.1"
eyre = "0.6.12"
hex = "0.4.3"
libc = "0.2.146"
Expand Down
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tokio = { version = "1.0", features = [
tokio-stream = { version = "0.1", features = ["net"] }
log = "0.4.20"
eyre = "0.6.12"
env_logger = "0.10.0"
env_logger = "0.11.1"
clap = { version = "4.5.3", features = ["derive"] }
hex = "0.4.3"
mockall = "0.12.1"
Expand Down

0 comments on commit e7f0f6b

Please sign in to comment.