Skip to content

Commit 9a6e8bb

Browse files
Bump env_logger from 0.8.4 to 0.10.0
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.8.4 to 0.10.0. - [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.8.4...v0.10.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 89c5e79 commit 9a6e8bb

File tree

5 files changed

+9
-22
lines changed

5 files changed

+9
-22
lines changed

Cargo.lock

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

bin/millau/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "maste
7171

7272
[dev-dependencies]
7373
bridge-runtime-common = { path = "../../runtime-common", features = ["integrity-test"] }
74-
env_logger = "0.8"
74+
env_logger = "0.10"
7575
static_assertions = "1.1"
7676

7777
[build-dependencies]

bin/rialto/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "maste
6969

7070
[dev-dependencies]
7171
bridge-runtime-common = { path = "../../runtime-common", features = ["integrity-test"] }
72-
env_logger = "0.8"
72+
env_logger = "0.10"
7373
static_assertions = "1.1"
7474

7575
[build-dependencies]

fuzz/storage-proof/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
1010
[dependencies]
1111
honggfuzz = "0.5.54"
1212
log = "0.4.0"
13-
env_logger = "0.8.3"
13+
env_logger = "0.10.0"
1414

1515
# Bridge Dependencies
1616

relays/utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ async-std = "1.6.5"
1212
async-trait = "0.1"
1313
backoff = "0.4"
1414
isahc = "1.2"
15-
env_logger = "0.8.2"
15+
env_logger = "0.10.0"
1616
futures = "0.3.5"
1717
jsonpath_lib = "0.3"
1818
log = "0.4.17"

0 commit comments

Comments
 (0)