summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-11-28 18:29:23 -0500
committerGitHub <noreply@github.com>2020-11-28 18:29:23 -0500
commit867b8d43e9c38a4c7fc8a730c87accbc97b3dd32 (patch)
treea6096d3eede3a4b0f1d19b2ad9b0119a1769a9ab
parent3260ff4663baed9b2186ee130306dc71e5d521fd (diff)
deps: update dependencies (#334)
-rw-r--r--Cargo.lock17
-rw-r--r--Cargo.toml7
2 files changed, 13 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f6caba75..d24e247f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -115,6 +115,7 @@ dependencies = [
"backtrace",
"battery",
"cargo-husky",
+ "cfg-if 1.0.0",
"chrono",
"clap",
"crossterm",
@@ -1266,18 +1267,18 @@ dependencies = [
[[package]]
name = "thiserror"
-version = "1.0.21"
+version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "318234ffa22e0920fe9a40d7b8369b5f649d490980cf7aadcf1eb91594869b42"
+checksum = "0e9ae34b84616eedaaf1e9dd6026dbe00dcafa92aa0c8077cb69df1fcfe5e53e"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.21"
+version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cae2447b6282786c3493999f40a9be2a6ad20cb8bd268b0a0dbf5a065535c0ab"
+checksum = "9ba20f23e85b10754cd195504aebf6a27e2e6cbe28c17778a0c930724628dd56"
dependencies = [
"proc-macro2",
"quote",
@@ -1343,9 +1344,9 @@ dependencies = [
[[package]]
name = "typed-builder"
-version = "0.7.0"
+version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d942c3f63d40f62b3fece2ab34a5bfc0d427ef148010fa732f5d56da0ac6d6ec"
+checksum = "f85f4270f4f449a3f2c0cf2aecc8415e388a597aeacc7d55fc749c5c968c8533"
dependencies = [
"proc-macro2",
"quote",
@@ -1360,9 +1361,9 @@ checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
[[package]]
name = "unicode-segmentation"
-version = "1.7.0"
+version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "db8716a166f290ff49dabc18b44aa407cb7c6dbe1aa0971b44b8a24b0ca35aae"
+checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
[[package]]
name = "unicode-width"
diff --git a/Cargo.toml b/Cargo.toml
index 342ec537..519a1e57 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,6 +27,7 @@ codegen-units = 1
anyhow = "1.0.34"
backtrace = "0.3"
battery = "0.7.8"
+cfg-if = "1.0.0"
chrono = "0.4.19"
crossterm = "0.18.2"
ctrlc = {version = "3.1", features = ["termination"]}
@@ -40,11 +41,11 @@ once_cell = "1.5.2"
regex = "1.4.2"
serde = {version = "1.0", features = ["derive"] }
sysinfo = "0.15.3"
-thiserror = "1.0.21"
+thiserror = "1.0.22"
toml = "0.5.7"
tui = {version = "0.13.0", features = ["crossterm"], default-features = false }
-typed-builder = "0.7.0"
-unicode-segmentation = "1.6.0"
+typed-builder = "0.7.1"
+unicode-segmentation = "1.7.1"
unicode-width = "0.1"
# For debugging only...