Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Bump env_logger from 0.7.1 to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Oct 16, 2020
1 parent 4adf4f2 commit 02c82be
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 22 deletions.
45 changes: 32 additions & 13 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 chain-abci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ra-sp-server = { path = "../chain-tx-enclave-next/enclave-ra/ra-sp-server" }
blake3 = { version = "0.3.7", default-features = false }

log = "0.4.11"
env_logger = "0.7.1"
env_logger = "0.8.1"
bit-vec = { version = "0.6.2", features = ["serde_no_std"] }
byteorder = "1.3.4"
serde = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion chain-tx-enclave-next/enclave-ra/ra-sp-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"
[dependencies]
aesm-client = "0.5"
base64 = "0.13"
env_logger = "0.7"
env_logger = "0.8"
hex = "0.4"
log = "0.4"
percent-encoding = "2.1"
Expand Down
2 changes: 1 addition & 1 deletion chain-tx-enclave-next/tdbe/enclave-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"

[target.'cfg(target_env = "sgx")'.dependencies]
enclave-macro = { path = "../../../chain-tx-enclave/enclave-macro", default-features = false }
env_logger = { version = "0.7", default-features = false }
env_logger = { version = "0.8", default-features = false }
log = "0.4"
parity-scale-codec = "1.3"
rs-libc = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion chain-tx-enclave-next/tx-query-next/enclave-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
[dependencies]

[target.'cfg(target_env = "sgx")'.dependencies]
env_logger = { version = "0.7", default-features = false }
env_logger = { version = "0.8", default-features = false }
log = "0.4"
parity-scale-codec = "1.3"
rand = "0.7"
Expand Down
2 changes: 1 addition & 1 deletion chain-tx-enclave-next/tx-validation-next/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ aes-gcm-siv = "0.8"
aead = "0.3"
chrono = "0.4"
zeroize = { version = "1.1" }
env_logger = { version = "0.7", default-features = false }
env_logger = { version = "0.8", default-features = false }
log = "0.4"
rs-libc = "0.2"
rand = "0.7"
Expand Down
2 changes: 1 addition & 1 deletion client-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ unicase = "2.6"
chrono = "0.4"
pbr = "1.0"
log = "0.4.11"
env_logger = "0.7.1"
env_logger = "0.8.1"
cli-table = "0.3"
zeroize = "1.1"
base64 = "0.13"
Expand Down
2 changes: 1 addition & 1 deletion client-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.59"
hex = "0.4.2"
secstr = { version = "0.4.0", features = ["serde"] }
env_logger="0.7.1"
env_logger="0.8.1"
log ="0.4.11"
zeroize = "1.1"
parity-scale-codec = "1.3"
Expand Down
2 changes: 1 addition & 1 deletion client-rpc/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jsonrpc-core = "14.2"
jsonrpc-http-server = "14.2"
structopt = "0.3"
dirs = "3.0.1"
env_logger="0.7.1"
env_logger="0.8.1"
log ="0.4.11"
2 changes: 1 addition & 1 deletion cro-clib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ secstr = { version = "0.4.0", features = ["serde"] }
secp256k1 = { git = "https://github.com/crypto-com/rust-secp256k1-zkp.git", default-features = false, rev = "1aae6edc5f1de0bbdcdb26f1f1d8b00ca28e012a", features = ["recovery", "endomorphism", "global-context"] }
jsonrpc-core = "14.2"
libc = "0.2.79"
env_logger = "0.7"
env_logger = "0.8"

[build-dependencies]
cbindgen = "0.15.0"

0 comments on commit 02c82be

Please sign in to comment.