Skip to content

Commit

Permalink
Update env_logger requirement from 0.7 to 0.10
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.7.0...v0.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 21, 2023
1 parent 58c3272 commit 8b228b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graph-diversity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
lightning-simulator = {path = "../simulator"}
network-parser = {path = "../network-parser"}
log = "0.4"
env_logger = "0.7"
env_logger = "0.10"
pathfinding = "3.0.14"
clap = { version = "4.0.22", features = ["derive"]}
itertools = "0.10.5"
Expand Down
2 changes: 1 addition & 1 deletion simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ default-run = "lightning-simulator"
[dependencies]
network-parser = {path = "../network-parser"}
log = "0.4"
env_logger = "0.7"
env_logger = "0.10"
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0"
pathfinding = "3.0.14"
Expand Down

0 comments on commit 8b228b6

Please sign in to comment.