diff --git a/Cargo.toml b/Cargo.toml index 28a33ae7c..e74d389b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ libc = "0.2.96" crc32fast = "1.2.1" log = "0.4.14" parking_lot = "0.12.1" -color-backtrace = { version = "0.5.1", optional = true } +color-backtrace = { version = "0.6.1", optional = true } num-format = { version = "0.4.0", optional = true } backtrace = { version = "0.3.60", optional = true } im = "15.1.0"