Skip to content

Commit

Permalink
Bump env_logger from 0.6.1 to 0.6.2 (solana-labs#4879)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored and garious committed Jul 5, 2019
1 parent 3557975 commit e26a0bf
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 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.1.4"
bs58 = "0.2.0"
clap = "2.32.0"
env_logger = "0.6.0"
env_logger = "0.6.2"
itertools = "0.8.0"
log = "0.4.6"
num-derive = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion gossip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = "https://solana.com/"

[dependencies]
clap = "2.33.0"
env_logger = "0.6.1"
env_logger = "0.6.2"
solana = { path = "../core", version = "0.17.0" }
solana-client = { path = "../client", version = "0.17.0" }
solana-netutil = { path = "../netutil", version = "0.17.0" }
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.6.1"
env_logger = "0.6.2"

[lib]
name = "solana_logger"
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.6.1"
env_logger = "0.6.2"
influx_db_client = "0.3.6"
lazy_static = "1.3.0"
log = "0.4.2"
Expand Down

0 comments on commit e26a0bf

Please sign in to comment.