diff --git a/Cargo.toml b/Cargo.toml index 66ba6c0..b2bcdc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ default = [] [dependencies] structopt = "0.3" log = "0.4" -simplelog = { version = "0.8", optional = true } +simplelog = { version = "0.10", optional = true } [build-dependencies] skeptic = { git = 'https://github.com/andygauge/rust-skeptic'}