summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-08 07:49:21 +0000
committerGitHub <noreply@github.com>2021-05-08 07:49:21 +0000
commitd7a47d39a7737fcd45305213fc4daeacaa1a9410 (patch)
tree5a187b54d1f63479c43b0e9ae62b2f74f09ac727
parent11323446ebba0a435374af31dd4017ae3c07cdb0 (diff)
Bump cli-table from 0.4.5 to 0.4.6 (#43)
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f65aa660..5b3ce068 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -334,9 +334,9 @@ dependencies = [
[[package]]
name = "cli-table"
-version = "0.4.5"
+version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "357acc9f995a3b6628b4e78e54fce0e763b0c00b36e491d8a6842855fe4f4de9"
+checksum = "84ed8652883003051b558c7f650be7668e68f73c9ef6574ba0be9119a2fec9d3"
dependencies = [
"cli-table-derive",
"csv",