From 1e9a04646f396e057349e08a410ebd3df8a73fea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 09:18:59 +0000 Subject: [PATCH] chore(deps): bump console_engine from 2.6.0 to 2.6.1 Bumps [console_engine](https://github.com/VincentFoulon80/console_engine) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/VincentFoulon80/console_engine/releases) - [Commits](https://github.com/VincentFoulon80/console_engine/compare/v2.6.0...v2.6.1) --- updated-dependencies: - dependency-name: console_engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6aa717..9da2c68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,9 +117,9 @@ dependencies = [ [[package]] name = "console_engine" -version = "2.6.0" +version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b05723615fd3ab8251764e161f1a6c65cce538d3d7902b94ee3290a0c5811e24" +checksum = "14cf032d257f74a9cd6d64f6f4e42acc35e04187e5a4592c055aa1483c6fec3f" dependencies = [ "crossterm", "unicode-width", diff --git a/Cargo.toml b/Cargo.toml index a0a7d11..14c5f99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ lto = true [workspace.dependencies] bincode = "1.3.3" chrono = "0.4.31" -console_engine = "2.6.0" +console_engine = "2.6.1" crossbeam-channel = "0.5.10" crossterm = { version = "0.26.1", features = ["serde"] } laminar = "0.5.0"