From f4c3dfb75cf425320eccd079679e839e27c1b3bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 21:08:08 +0000 Subject: [PATCH] build(deps): bump console from 0.15.4 to 0.15.5 Bumps [console](https://github.com/console-rs/console) from 0.15.4 to 0.15.5. - [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.4...0.15.5) --- updated-dependencies: - dependency-name: console dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 538f85a..ccb21b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -282,9 +282,9 @@ dependencies = [ [[package]] name = "console" -version = "0.15.4" +version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9b6515d269224923b26b5febea2ed42b2d5f2ce37284a4dd670fedd6cb8347a" +checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60" dependencies = [ "encode_unicode", "lazy_static", @@ -516,7 +516,7 @@ dependencies = [ [[package]] name = "espup" -version = "0.2.6" +version = "0.2.7-dev" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 0255634..3a99533 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ reqwest = { version = "0.11.12", features = ["blocking"] } tar = "0.4.37" zip = "0.6.3" xz2 = "0.1.6" -console = "0.15.4" +console = "0.15.5" tempfile = "3.3.0" log = "0.4.17" env_logger = "0.10.0"