updated dependencies (#2517)

This commit is contained in:
Darren Schroeder
2020-09-08 17:35:45 -05:00
committed by GitHub
parent d9ae66791a
commit 2eb4f8d28a
22 changed files with 245 additions and 244 deletions

View File

@ -12,21 +12,21 @@ doctest = false
[dependencies]
ansi_term = "0.12.1"
bigdecimal = "0.1.2"
byte-unit = "3.1.3"
byte-unit = "4.0.9"
chrono = "0.4.15"
derive-new = "0.5.8"
directories = {version = "2.0.2", optional = true}
dirs = {version = "2.0.2", optional = true}
directories = { version = "3.0.1", optional = true }
dirs = { version = "3.0.1", optional = true }
getset = "0.1.1"
indexmap = {version = "1.4.0", features = ["serde-1"]}
log = "0.4.8"
num-bigint = {version = "0.2.6", features = ["serde"]}
num-format = {version = "0.4", features = ["with-num-bigint"]}
num-traits = "0.2.11"
indexmap = { version = "1.6.0", features = ["serde-1"] }
log = "0.4.11"
num-bigint = { version = "0.2.6", features = ["serde"] }
num-format = { version = "0.4.0", features = ["with-num-bigint"] }
num-traits = "0.2.12"
parking_lot = "0.11.0"
query_interface = "0.3.5"
serde = {version = "1.0.114", features = ["derive"]}
serde = { version = "1.0.115", features = ["derive"] }
toml = "0.5.6"
umask = "1.0.0"