diff --git a/Cargo.toml b/Cargo.toml index 77e4647..6bb82ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,12 +11,12 @@ edition = "2018" [dependencies] -display-interface = "0.4" -embedded-hal = "0.2.3" +display-interface = "0.4.0" +embedded-hal = "0.2.4" [dependencies.embedded-graphics] optional = true -version = "0.6.1" +version = "0.6.2" [features] default = ["graphics"]