diff --git a/Cargo.toml b/Cargo.toml index 240c896..7af22ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ statrs = "0.13.0" rolling-stats = "0.3.0" clap = "2.33.0" failure = "0.1.5" -color-backtrace = { version = "0.4.2" } +color-backtrace = { version = "0.5.0" } float_duration = { git = "https://github.com/phayes/rust-float-duration" } wasmi = { path = "./vendor/wasmi" }