diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 4d0129997..b2c7f4906 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -21,7 +21,7 @@ path = "src/main.rs" [dependencies] libc = "0.2" -colored = "2" +colored = "3" [dev-dependencies] insta = "1.40"