Skip to content

Commit

Permalink
Bump env_logger from 0.10.0 to 0.10.1
Browse files Browse the repository at this point in the history
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.0 to 0.10.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.0...v0.10.1)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 13, 2023
1 parent 592e407 commit ec267ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 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.20"
env_logger = "0.10.0"
env_logger = "0.10.1"

# 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.10.0"
env_logger = "0.10.1"
futures = "0.3.29"
jsonpath_lib = "0.3"
log = "0.4.20"
Expand Down

0 comments on commit ec267ec

Please sign in to comment.