From cf94473f60952e677b0e3d58edb4216c7c85af47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:29:39 +0000 Subject: [PATCH] Update ratatui requirement from 0.28 to 0.29 Updates the requirements on [ratatui](https://github.com/ratatui/ratatui) to permit the latest version. - [Release notes](https://github.com/ratatui/ratatui/releases) - [Changelog](https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md) - [Commits](https://github.com/ratatui/ratatui/compare/v0.28.0...v0.28.1) --- updated-dependencies: - dependency-name: ratatui dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da686091..2f3ececa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ quickcheck_macros = { version = "1", default-features = false } radix_trie = { version = "0.2", default-features = false } rand = { version = "0.8", default-features = false, features = ["std", "std_rng"] } rand_distr = { version = "0.4", default-features = false } -ratatui = { version = "0.28", default-features = false } +ratatui = { version = "0.29", default-features = false } sketches-ddsketch = { version = "0.3", default-features = false } thiserror = { version = "1", default-features = false } tokio = { version = "1", default-features = false, features = ["rt", "net", "time", "rt-multi-thread"] }