Skip to content

Commit

Permalink
Update pretty_env_logger requirement from 0.4 to 0.5
Browse files Browse the repository at this point in the history
Updates the requirements on [pretty_env_logger](https://github.com/seanmonstar/pretty-env-logger) to permit the latest version.
- [Commits](seanmonstar/pretty-env-logger@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: pretty_env_logger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Luni-4 committed May 18, 2023
1 parent 04b86b9 commit e1fc060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ phf = { version = "0.11.1", features = ["macros"] }

[dev-dependencies]
quickcheck = "1"
pretty_env_logger = "0.4"
pretty_env_logger = "0.5"
clap = { version = "4.2", features = ["derive"] }

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ circular = "0.3"
log = "0.4"
matroska = { path = ".." }
nom = "7.0"
pretty_env_logger = "0.4"
pretty_env_logger = "0.5"
err-derive = "0.3.0"
time = { version = "0.3.20", features = ["formatting"] }

0 comments on commit e1fc060

Please sign in to comment.