Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Commit 5319a7d

Browse files
dependabot-preview[bot]tomusdrw
authored andcommitted
Bump env_logger from 0.6.2 to 0.7.1 (#230)
Bumps [env_logger](https://github.com/sebasmagri/env_logger) from 0.6.2 to 0.7.1. - [Release notes](https://github.com/sebasmagri/env_logger/releases) - [Changelog](https://github.com/sebasmagri/env_logger/blob/master/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.6.2...v0.7.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 5390a02 commit 5319a7d

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ serde_derive = "1.0"
1414
tokio-core = "0.1.8"
1515
docopt = "1.0"
1616
log = "0.4"
17-
env_logger = "0.6"
17+
env_logger = "0.7"
1818
futures = "0.1.14"
1919
web3 = { git = "https://github.com/tomusdrw/rust-web3" }

deploy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ serde_derive = "1.0"
1414
tokio-core = "0.1.8"
1515
docopt = "1.0"
1616
log = "0.4"
17-
env_logger = "0.6"
17+
env_logger = "0.7"
1818
futures = "0.1.14"
1919
web3 = { git = "https://github.com/tomusdrw/rust-web3" }

0 commit comments

Comments
 (0)