From bbeb9530ccb027b34bf8caf08855a5817d1dce25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 16:42:31 +0000 Subject: [PATCH] chore(deps): bump tachyonfx from 0.24.0 to 0.25.0 Bumps [tachyonfx](https://github.com/ratatui/tachyonfx) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/ratatui/tachyonfx/releases) - [Changelog](https://github.com/ratatui/tachyonfx/blob/development/CHANGELOG.md) - [Commits](https://github.com/ratatui/tachyonfx/compare/tachyonfx-v0.24.0...tachyonfx-v0.25.0) --- updated-dependencies: - dependency-name: tachyonfx dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/ratatui-toaster/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a240671..92f1682 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4771,9 +4771,9 @@ dependencies = [ [[package]] name = "tachyonfx" -version = "0.24.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da8b44aa47439cbd317199cbff5ec99ada4737c10f5aeb95cd92577f4a81640e" +checksum = "c144c687e9f3628c06add1b6db585a68d3cd285a9d7213b9bca836771e337592" dependencies = [ "bon", "compact_str", diff --git a/Cargo.toml b/Cargo.toml index 8d99e7a..7560f87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ tracing-error = "0.2.1" tracing-subscriber = { version = "0.3.22", features = ["env-filter"] } syntect = { version = "5.3.0", default-features = false, features = ["parsing", "default-syntaxes", "default-themes", "regex-fancy"] } cli-clipboard = "0.4.0" -tachyonfx = { version = "0.24.0", default-features = false, features = ["std", "std-duration"] } +tachyonfx = { version = "0.25.0", default-features = false, features = ["std", "std-duration"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" slotmap = "1.0.7" diff --git a/crates/ratatui-toaster/Cargo.toml b/crates/ratatui-toaster/Cargo.toml index bb8d12d..c3a7f41 100644 --- a/crates/ratatui-toaster/Cargo.toml +++ b/crates/ratatui-toaster/Cargo.toml @@ -27,5 +27,5 @@ path = "examples/simple.rs" anyhow = "1.0.102" tokio = { version = "1.38", features = ["rt-multi-thread", "sync", "time", "macros"] } ratatui = { version = "0.30.0" } -tachyonfx = { version = "0.24.0", default-features = false, features = ["std", "std-duration"] } +tachyonfx = { version = "0.25.0", default-features = false, features = ["std", "std-duration"] } tokio-util = "0.7.18"