build(deps): update env_logger requirement from 0.9.0 to 0.10.0 (#209)
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](https://github.com/rust-cli/env_logger/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
773a774c1b
commit
3fe3b3b53e
4 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue