Skip to content

Commit 9ef0c84

Browse files
Update env_logger requirement from 0.5 to 0.6
Updates the requirements on [env_logger](https://github.com/sebasmagri/env_logger) to permit the latest version. - [Release notes](https://github.com/sebasmagri/env_logger/releases) - [Commits](https://github.com/sebasmagri/env_logger/commits/v0.6.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8f0f71c commit 9ef0c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unwind/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gcc = "0.3.52"
1414

1515
[dev-dependencies]
1616
backtrace = "0.3"
17-
env_logger = "0.5"
17+
env_logger = "0.6"
1818

1919
[features]
2020
nightly = []

0 commit comments

Comments
 (0)