From cab2994cf6012eb960fe505634258142f3923c24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:16:26 +0000 Subject: [PATCH] build(deps): bump emojis from 0.8.0 to 0.8.1 Bumps [emojis](https://github.com/rossmacarthur/emojis) from 0.8.0 to 0.8.1. - [Changelog](https://github.com/rossmacarthur/emojis/blob/trunk/RELEASES.md) - [Commits](https://github.com/rossmacarthur/emojis/compare/0.8.0...0.8.1) --- updated-dependencies: - dependency-name: emojis dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- beamterm-unicode/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e48ab7..3aa1ed3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -815,9 +815,9 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" [[package]] name = "emojis" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50c1c1870b766fc398e5f0526498d09c94b6de15be5fd769a28bbc804fb1b05d" +checksum = "afd562179989ec12b5c82f63a9423be4d4f0c5651930837074488ef4d07f2886" dependencies = [ "phf", ] diff --git a/beamterm-unicode/Cargo.toml b/beamterm-unicode/Cargo.toml index 8762b54..ae4d913 100644 --- a/beamterm-unicode/Cargo.toml +++ b/beamterm-unicode/Cargo.toml @@ -20,7 +20,7 @@ homepage.workspace = true unicode-width.workspace = true [dev-dependencies] -emojis = "0.8.0" +emojis = "0.8.1" [lints] workspace = true