Skip to content

Commit

Permalink
build(deps): update env_logger requirement from 0.9.0 to 0.10.0
Browse files Browse the repository at this point in the history
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.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2022
1 parent 323402e commit b1bd7d6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/block-decode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ publish = false
[dependencies]
pallas = { path = "../../pallas" }
net2 = "0.2.37"
env_logger = "0.9.0"
env_logger = "0.10.0"
hex = "0.4.3"
2 changes: 1 addition & 1 deletion examples/block-download/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ publish = false
[dependencies]
pallas = { path = "../../pallas" }
net2 = "0.2.37"
env_logger = "0.9.0"
env_logger = "0.10.0"
hex = "0.4.3"

2 changes: 1 addition & 1 deletion examples/n2c-miniprotocols/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
[dependencies]
pallas = { path = "../../pallas" }
net2 = "0.2.37"
env_logger = "0.9.0"
env_logger = "0.10.0"
hex = "0.4.3"
log = "0.4.16"

Expand Down
2 changes: 1 addition & 1 deletion examples/n2n-miniprotocols/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
[dependencies]
pallas = { path = "../../pallas" }
net2 = "0.2.37"
env_logger = "0.9.0"
env_logger = "0.10.0"
hex = "0.4.3"
log = "0.4.16"

2 changes: 1 addition & 1 deletion pallas-miniprotocols/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ itertools = "0.10.3"
thiserror = "1.0.31"

[dev-dependencies]
env_logger = "0.9.0"
env_logger = "0.10.0"
log = "0.4.16"
2 changes: 1 addition & 1 deletion pallas-multiplexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rand = "0.8.4"
thiserror = "1.0.31"

[dev-dependencies]
env_logger = "0.9.0"
env_logger = "0.10.0"

[features]
std = []
Expand Down

0 comments on commit b1bd7d6

Please sign in to comment.