mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Update pretty_env_logger requirement from 0.4.0 to 0.5.0
Updates the requirements on [pretty_env_logger](https://github.com/seanmonstar/pretty-env-logger) to permit the latest version. - [Commits](https://github.com/seanmonstar/pretty-env-logger/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: pretty_env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
21b0d97e17
commit
ab55190bc6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ publish = false
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.43"
|
anyhow = "1.0.43"
|
||||||
clap = { version = "4", features = ["derive"] }
|
clap = { version = "4", features = ["derive"] }
|
||||||
pretty_env_logger = "0.4.0"
|
pretty_env_logger = "0.5.0"
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
rayon = { version = "1.6.1", optional = true }
|
rayon = { version = "1.6.1", optional = true }
|
||||||
diffy = "0.3.0"
|
diffy = "0.3.0"
|
||||||
|
|
Loading…
Reference in a new issue