mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-04 03:44:44 +00:00
Bump console from 0.14.0 to 0.14.1 (#179)
Bumps [console](https://github.com/mitsuhiko/console) from 0.14.0 to 0.14.1. - [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.0...0.14.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
068270dc5a
commit
df53b80e67
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -451,9 +451,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "console"
|
||||
version = "0.14.0"
|
||||
version = "0.14.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7cc80946b3480f421c2f17ed1cb841753a371c7c5104f51d507e13f532c856aa"
|
||||
checksum = "3993e6445baa160675931ec041a5e03ca84b9c6e32a056150d3aa2bdda0a1f45"
|
||||
dependencies = [
|
||||
"encode_unicode",
|
||||
"lazy_static",
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ serde_json = "1.0.64"
|
|||
# https://github.com/Homebrew/homebrew-core/pull/70216
|
||||
ring = "0.16.19"
|
||||
pad = "0.1.6"
|
||||
console = "0.14.0"
|
||||
console = "0.14.1"
|
||||
fast_chemail = "0.9.6"
|
||||
|
||||
[dependencies.reqwest]
|
||||
|
|
|
|||
Loading…
Reference in a new issue