Bump console from 0.15.3 to 0.15.4 (#896)

Bumps [console](https://github.com/console-rs/console) from 0.15.3 to 0.15.4.
- [Release notes](https://github.com/console-rs/console/releases)
- [Changelog](https://github.com/console-rs/console/blob/master/CHANGELOG.md)
- [Commits](https://github.com/console-rs/console/compare/0.15.3...0.15.4)

---
updated-dependencies:
- dependency-name: console
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

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:
dependabot[bot] 2023-01-03 13:31:10 +01:00 committed by GitHub
parent 9c3a221ed5
commit f19ba8b5c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -687,9 +687,9 @@ dependencies = [
[[package]]
name = "console"
version = "0.15.3"
version = "0.15.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5556015fe3aad8b968e5d4124980fbe2f6aaee7aeec6b749de1faaa2ca5d0a4c"
checksum = "c9b6515d269224923b26b5febea2ed42b2d5f2ce37284a4dd670fedd6cb8347a"
dependencies = [
"encode_unicode",
"lazy_static",

View file

@ -19,7 +19,7 @@ version = "0.10.3"
[dependencies]
lychee-lib = { path = "../lychee-lib", version = "0.10.3", default-features = false }
anyhow = "1.0.68"
console = "0.15.3"
console = "0.15.4"
const_format = "0.2.30"
headers = "0.3.8"
http = "0.2.8"