From 218e8585ebcdd427b45cbd2152bfee33ec912a91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:04:41 +0000 Subject: [PATCH] build(deps): bump emojis from 0.8.0 to 0.9.0 Bumps [emojis](https://github.com/rossmacarthur/emojis) from 0.8.0 to 0.9.0. - [Changelog](https://github.com/rossmacarthur/emojis/blob/trunk/RELEASES.md) - [Commits](https://github.com/rossmacarthur/emojis/compare/0.8.0...0.9.0) --- updated-dependencies: - dependency-name: emojis dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..438ea7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -815,9 +815,9 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" [[package]] name = "emojis" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50c1c1870b766fc398e5f0526498d09c94b6de15be5fd769a28bbc804fb1b05d" +checksum = "0b1514ced566c94991ed9563258ecf61e311fd773bf0a3f20606830386bf66e3" dependencies = [ "phf", ] diff --git a/beamterm-unicode/Cargo.toml b/beamterm-unicode/Cargo.toml index 8762b54..5ef7b32 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.9.0" [lints] workspace = true