From 68b55f76e73201284ff4da5d1f1b51efb57b5469 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 09:08:05 +0000 Subject: [PATCH] Bump ncurses in /tools/heapviz in the cargo group across 1 directory Bumps the cargo group with 1 update in the /tools/heapviz directory: [ncurses](https://github.com/jeaye/ncurses-rs). Updates `ncurses` from 5.101.0 to 6.0.0 - [Commits](https://github.com/jeaye/ncurses-rs/commits) --- updated-dependencies: - dependency-name: ncurses dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- tools/heapviz/Cargo.lock | 4 ++-- tools/heapviz/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/heapviz/Cargo.lock b/tools/heapviz/Cargo.lock index cf94d5c5..ebed3ea9 100644 --- a/tools/heapviz/Cargo.lock +++ b/tools/heapviz/Cargo.lock @@ -100,9 +100,9 @@ checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" [[package]] name = "ncurses" -version = "5.101.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e2c5d34d72657dc4b638a1c25d40aae81e4f1c699062f72f467237920752032" +checksum = "c4e8f88d2767a7c13193ede671f25733e32e4116d4c17778cf9af3beddba7881" dependencies = [ "cc", "libc", diff --git a/tools/heapviz/Cargo.toml b/tools/heapviz/Cargo.toml index 4300f7e5..2bab16cc 100644 --- a/tools/heapviz/Cargo.toml +++ b/tools/heapviz/Cargo.toml @@ -10,5 +10,5 @@ edition = "2018" [dependencies] clap = "2.33.1" lazy_static = "1.4.0" -ncurses = "5.99.0" +ncurses = "6.0.0" regex = "1"