Skip to content

Commit

Permalink
Bump env_logger from 0.8.4 to 0.10.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 20, 2023
1 parent 89c5e79 commit 9a6e8bb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 22 deletions.
23 changes: 5 additions & 18 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 bin/millau/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "maste

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

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion bin/rialto/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "maste

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

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion fuzz/storage-proof/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
[dependencies]
honggfuzz = "0.5.54"
log = "0.4.0"
env_logger = "0.8.3"
env_logger = "0.10.0"

# Bridge Dependencies

Expand Down
2 changes: 1 addition & 1 deletion relays/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async-std = "1.6.5"
async-trait = "0.1"
backoff = "0.4"
isahc = "1.2"
env_logger = "0.8.2"
env_logger = "0.10.0"
futures = "0.3.5"
jsonpath_lib = "0.3"
log = "0.4.17"
Expand Down

0 comments on commit 9a6e8bb

Please sign in to comment.