summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-16 11:24:34 -0400
committerGitHub <noreply@github.com>2021-10-16 11:24:34 -0400
commit87a429da9c3d99ac4657b4f00e7ccf24aff64f15 (patch)
tree359e1c72d4bea29fecde4654e7452f3f3244231c /Cargo.lock
parent3a21f1b10b91285e0078b67db8c9624bb4894f92 (diff)
Bump console from 0.14.1 to 0.15.0 (#738)
Bumps [console](https://github.com/mitsuhiko/console) from 0.14.1 to 0.15.0. - [Release notes](https://github.com/mitsuhiko/console/releases) - [Changelog](https://github.com/mitsuhiko/console/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/console/compare/0.14.1...v0.15.0) --- updated-dependencies: - dependency-name: console dependency-type: direct:production update-type: version-update:semver-minor ... 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.lock12
1 files changed, 9 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c154923e..aa4d7b15 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -195,13 +195,13 @@ dependencies = [
[[package]]
name = "console"
-version = "0.14.1"
+version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3993e6445baa160675931ec041a5e03ca84b9c6e32a056150d3aa2bdda0a1f45"
+checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31"
dependencies = [
"encode_unicode",
- "lazy_static",
"libc",
+ "once_cell",
"regex",
"terminal_size",
"unicode-width",
@@ -611,6 +611,12 @@ dependencies = [
]
[[package]]
+name = "once_cell"
+version = "1.8.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
+
+[[package]]
name = "onig"
version = "6.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"