Skip to content

Commit

Permalink
build(deps): bump env_logger from 0.10.2 to 0.11.5
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.5.
- [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.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 8cfa96d commit 97852a8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 25 deletions.
37 changes: 15 additions & 22 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 daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ anyhow = "1.0.91"
bytes = "1.8.0"
clap = "4.5.20"
confy = "0.5.1"
env_logger = "0.10.2"
env_logger = "0.11.5"
futures = "0.3.31"
futures-sink = "0.3.31"
futures-util = "0.3.31"
Expand Down
2 changes: 1 addition & 1 deletion devtools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ devices = ["minidsp/devices"]
anyhow = "1.0.91"
bimap = "0.6.3"
clap = "4.5.20"
env_logger = "0.10.2"
env_logger = "0.11.5"
futures = "0.3.31"
futures-sink = "0.3.31"
futures-util = "0.3.31"
Expand Down
2 changes: 1 addition & 1 deletion minidsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ atomic_refcell = "0.1.13"
bimap = "0.6.3"
bytes = "1.8.0"
clap = { version = "4.5.20", features = ["derive", "env"] }
env_logger = "0.10.2"
env_logger = "0.11.5"
futures = "0.3.31"
futures-sink = "0.3.31"
futures-util = "0.3.31"
Expand Down

0 comments on commit 97852a8

Please sign in to comment.