diff --git a/rpi-led-matrix/Cargo.toml b/rpi-led-matrix/Cargo.toml index d3326f5..599f580 100644 --- a/rpi-led-matrix/Cargo.toml +++ b/rpi-led-matrix/Cargo.toml @@ -23,7 +23,7 @@ clap = { version = "3.0", optional = true, features = ["cargo"] } [dev-dependencies] embedded-graphics = "0.8" -serial_test = "1.0" +serial_test = "3.2" [features] default = ["embeddedgraphics"]