Update dependencies

This commit is contained in:
Alexandre Bury 2020-07-04 10:18:30 -07:00
parent f047ee5f5c
commit 945fe1aa45
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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