diff --git a/Cargo.toml b/Cargo.toml index c856581..682f072 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ version = "0.7.6-alpha.0" repository = "gyscos/Cursive" [dependencies] -log = "0.3" +log = "0.4" maplit = "1.0.0" num = "0.1" owning_ref = "0.3" @@ -61,7 +61,7 @@ optional = true version = "1.5.0" [dev-dependencies] -rand = "0.3" +rand = "0.4" [features] blt-backend = ["bear-lib-terminal"]