From 945fe1aa4579554cd774ede0a6da9757b0de4355 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Sat, 4 Jul 2020 10:18:30 -0700 Subject: [PATCH] Update dependencies --- cursive-core/Cargo.toml | 4 ++-- cursive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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