mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-20 05:01:02 +00:00
Bump console from 0.15.0 to 0.15.1 (#707)
Bumps [console](https://github.com/mitsuhiko/console) from 0.15.0 to 0.15.1. - [Release notes](https://github.com/mitsuhiko/console/releases) - [Changelog](https://github.com/console-rs/console/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/console/compare/0.15.0...0.15.1) --- updated-dependencies: - dependency-name: console 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>
This commit is contained in:
parent
b4794ddb2e
commit
e0acaef30e
2 changed files with 3 additions and 4 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
|
@ -597,14 +597,13 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "console"
|
||||
version = "0.15.0"
|
||||
version = "0.15.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31"
|
||||
checksum = "89eab4d20ce20cea182308bca13088fecea9c05f6776cf287205d41a0ed3c847"
|
||||
dependencies = [
|
||||
"encode_unicode",
|
||||
"libc",
|
||||
"once_cell",
|
||||
"regex",
|
||||
"terminal_size",
|
||||
"unicode-width",
|
||||
"winapi",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ version = "0.10.1"
|
|||
[dependencies]
|
||||
lychee-lib = { path = "../lychee-lib", version = "0.10.1", default-features = false }
|
||||
anyhow = "1.0.58"
|
||||
console = "0.15.0"
|
||||
console = "0.15.1"
|
||||
const_format = "0.2.26"
|
||||
headers = "0.3.7"
|
||||
http = "0.2.8"
|
||||
|
|
|
|||
Loading…
Reference in a new issue