Skip to content

Commit

Permalink
Bump env_logger from 0.7.0 to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored and mvines committed Oct 17, 2019
1 parent 842eaf9 commit c73e8d9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 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 bench-exchange/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish = false
bincode = "1.2.0"
bs58 = "0.3.0"
clap = "2.32.0"
env_logger = "0.7.0"
env_logger = "0.7.1"
itertools = "0.8.0"
log = "0.4.8"
num-derive = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://solana.com/"
edition = "2018"

[dependencies]
env_logger = "0.7.0"
env_logger = "0.7.1"
lazy_static = "1.4.0"
log = "0.4.8"

Expand Down
2 changes: 1 addition & 1 deletion metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://solana.com/"
edition = "2018"

[dependencies]
env_logger = "0.7.0"
env_logger = "0.7.1"
lazy_static = "1.4.0"
log = "0.4.8"
reqwest = { version = "0.9.22", default-features = false, features = ["rustls-tls"] }
Expand Down

0 comments on commit c73e8d9

Please sign in to comment.