Skip to content

Commit

Permalink
deps: update env_logger
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Dec 27, 2020
1 parent 3bc2ef5 commit ae7df08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ regex = ["env_logger/regex"]
name = "quickcheck"

[dependencies]
env_logger = { version = "0.7.0", default-features = false, optional = true }
env_logger = { version = "0.8.2", default-features = false, optional = true }
log = { version = "0.4", optional = true }
rand = { version = "0.8", default-features = false, features = ["small_rng", "std"] }

0 comments on commit ae7df08

Please sign in to comment.