Skip to content

Commit

Permalink
Merge pull request #326 from stanislav-tkach/dependabot/cargo/env_log…
Browse files Browse the repository at this point in the history
…ger-0.10

Update env_logger requirement from 0.9 to 0.10
  • Loading branch information
stanislav-tkach authored Nov 26, 2022
2 parents 7856ea2 + 5274e8c commit 4ee6bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "src/main.rs"
[dependencies]
os_info = { version = "3.5.1", default-features = false, path = "../os_info" }
log = "0.4.5"
env_logger = "0.9"
env_logger = "0.10"
clap = { version = "3", features = ["derive"] }

[dev-dependencies]
Expand Down

0 comments on commit 4ee6bad

Please sign in to comment.