aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-14 09:16:55 +0100
committerGitHub <noreply@github.com>2022-04-14 09:16:55 +0100
commit55f66c8ad5d076ac4752d91406e323b38fb937d5 (patch)
treecc3679679b739140428130dc0aa56b8023643a18 /Cargo.lock
parentBump config from 0.13.0 to 0.13.1 (#303) (diff)
downloadatuin-55f66c8ad5d076ac4752d91406e323b38fb937d5.zip
Bump cli-table from 0.4.6 to 0.4.7 (#297)
Bumps [cli-table](https://github.com/devashishdxt/cli-table) from 0.4.6 to 0.4.7. - [Release notes](https://github.com/devashishdxt/cli-table/releases) - [Commits](https://github.com/devashishdxt/cli-table/compare/0.4.6...0.4.7) --- updated-dependencies: - dependency-name: cli-table dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 13bcea07..87577165 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -383,9 +383,9 @@ dependencies = [
[[package]]
name = "cli-table"
-version = "0.4.6"
+version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "84ed8652883003051b558c7f650be7668e68f73c9ef6574ba0be9119a2fec9d3"
+checksum = "adfbb116d9e2c4be7011360d0c0bee565712c11e969c9609b25b619366dc379d"
dependencies = [
"cli-table-derive",
"csv",
@@ -395,9 +395,9 @@ dependencies = [
[[package]]
name = "cli-table-derive"
-version = "0.4.4"
+version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "efe942512e068e15991cbcef4e8182884555febbb21b5b4faf5dd5561850141a"
+checksum = "2af3bfb9da627b0a6c467624fb7963921433774ed435493b5c08a3053e829ad4"
dependencies = [
"proc-macro2",
"quote",