mirror of
https://github.com/kristoferssolo/transmission-rpc.git
synced 2025-10-21 20:10:37 +00:00
Update env_logger requirement from 0.9.1 to 0.10.0
Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/env_logger/compare/v0.9.1...v0.10.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3f59edec6e
commit
e82d71adc7
@ -26,6 +26,6 @@ enum-iterator = "1.2.0"
|
||||
log = "0.4.17"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.9.1"
|
||||
env_logger = "0.10.0"
|
||||
dotenvy = "0.15.5"
|
||||
tokio = { version = "1.21.1", features = ["macros", "rt-multi-thread"] }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user