summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-02-01 21:28:57 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-02-01 21:29:28 +0800
commitc1203ee8bede4ad7cd7daaf245d2bfc4ff11cae1 (patch)
treeae65f209fb84a25c0c8c9bc3881b25d4993b199f
parente773e339363e0855474b34c57044872931bd73a0 (diff)
cargo update - will a better lock file fix this issue?
-rw-r--r--Cargo.lock24
-rw-r--r--Cargo.toml2
2 files changed, 13 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bf84771..90fef31 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -223,9 +223,9 @@ dependencies = [
[[package]]
name = "failure-tools"
-version = "4.0.3"
+version = "4.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dd92db4be6d848bb7d8597bc139b1ccde21eaeeddf7a1f959bf7d7c1b7472401"
+checksum = "f1bb0d61db54dc8f8e4246759dae510f5b2b252d733d89920d8be95b8f10e38f"
dependencies = [
"failure",
]
@@ -342,9 +342,9 @@ checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
[[package]]
name = "open"
-version = "1.3.2"
+version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "94b424e1086328b0df10235c6ff47be63708071881bead9e76997d9291c0134b"
+checksum = "3dfa632621d66502e1e9298c038d903090fc810a33cc1e6a02958fa0be65e3fb"
dependencies = [
"winapi",
]
@@ -382,9 +382,9 @@ dependencies = [
[[package]]
name = "proc-macro-error"
-version = "0.4.7"
+version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7ad3248af98b5aa04e9c8290c405bf7a123a402b6d36e43b56af357d9783fd07"
+checksum = "875077759af22fa20b610ad4471d8155b321c89c3f2785526c9839b099be4e0a"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
@@ -395,9 +395,9 @@ dependencies = [
[[package]]
name = "proc-macro-error-attr"
-version = "0.4.7"
+version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "07366375963a133bed8a4987e3ed5786943380d07e8d6b2468d373c375f09c30"
+checksum = "c5717d9fa2664351a01ed73ba5ef6df09c01a521cb42cb65a061432a826f3c7a"
dependencies = [
"proc-macro2",
"quote",
@@ -518,9 +518,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "structopt"
-version = "0.3.8"
+version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "df136b42d76b1fbea72e2ab3057343977b04b4a2e00836c3c7c0673829572713"
+checksum = "a1bcbed7d48956fcbb5d80c6b95aedb553513de0a1b451ea92679d999c010e98"
dependencies = [
"clap",
"lazy_static",
@@ -529,9 +529,9 @@ dependencies = [
[[package]]
name = "structopt-derive"
-version = "0.4.1"
+version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fd50a87d2f7b8958055f3e73a963d78feaccca3836767a9069844e34b5b03c0a"
+checksum = "095064aa1f5b94d14e635d0a5684cf140c43ae40a0fd990708d38f5d669e5f64"
dependencies = [
"heck",
"proc-macro-error",
diff --git a/Cargo.toml b/Cargo.toml
index df89467..3b3337f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ name = "dua-cli"
version = "2.1.13"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
-include = ["src/**/*", "Cargo.toml"]
+include = ["src/**/*", "Cargo.*"]
repository = "https://github.com/Byron/dua-cli"
readme = "README.md"
description = "A tool to conveniently learn about the disk usage of directories, fast!"