Skip to content

Commit 6717242

Browse files
Bump env_logger from 0.10.2 to 0.11.1
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.2 to 0.11.1. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.10.2...v0.11.1) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b6dd245 commit 6717242

File tree

4 files changed

+19
-95
lines changed

4 files changed

+19
-95
lines changed

Cargo.lock

+16-92
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

consensus/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ thiserror = "1.0"
2929

3030
[dev-dependencies]
3131
aleph-bft-mock = { path = "../mock" }
32-
env_logger = "0.10"
32+
env_logger = "0.11"
3333
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread", "time"] }
3434
serial_test = "3.0.0"
3535

examples/blockchain/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aleph-bft-mock = { path = "../../mock", version = "*" }
1212
async-trait = "0.1"
1313
clap = { version = "4", features = ["derive"] }
1414
codec = { package = "parity-scale-codec", version = "3.0", default-features = false, features = ["derive"] }
15-
env_logger = "0.10"
15+
env_logger = "0.11"
1616
futures = "0.3"
1717
futures-timer = "3.0"
1818
log = "0.4"

examples/ordering/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ aleph-bft-types = { path = "../../types", version = "*" }
1313
async-trait = "0.1"
1414
clap = { version = "4", features = ["derive"] }
1515
codec = { package = "parity-scale-codec", version = "3.0", default-features = false, features = ["derive"] }
16-
env_logger = "0.10"
16+
env_logger = "0.11"
1717
futures = "0.3"
1818
log = "0.4"
1919
parking_lot = "0.12"

0 commit comments

Comments
 (0)