diff --git a/cursive-core/Cargo.toml b/cursive-core/Cargo.toml index 6e658dc..9eca332 100644 --- a/cursive-core/Cargo.toml +++ b/cursive-core/Cargo.toml @@ -32,7 +32,7 @@ libc = "0.2.60" crossbeam-channel = "0.4.0" lazy_static = "1" chrono = "0.4.7" -ahash = "0.3" +ahash = "0.4" [dependencies.toml] optional = true @@ -40,7 +40,7 @@ version = "0.5.1" [dependencies.num] default-features = false -version = "0.2.0" +version = "0.3.0" [dependencies.pulldown-cmark] default-features = false diff --git a/cursive/Cargo.toml b/cursive/Cargo.toml index a1bef85..796588a 100644 --- a/cursive/Cargo.toml +++ b/cursive/Cargo.toml @@ -26,7 +26,7 @@ libc = "0.2.60" term_size = { version = "0.3", optional = true } maplit = { version = "1.0", optional = true } log = "0.4.8" -ahash = "0.3.2" +ahash = "0.4" [dependencies.bear-lib-terminal] optional = true