From c4dec3fe4cd51045e7793ebd317fdf3dabd1cfcd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 20:30:48 +0000 Subject: [PATCH] Update all digest updates --- tools/nres-cli/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/nres-cli/Cargo.toml b/tools/nres-cli/Cargo.toml index dd0ced6..5acdc41 100644 --- a/tools/nres-cli/Cargo.toml +++ b/tools/nres-cli/Cargo.toml @@ -6,9 +6,9 @@ edition = "2021" [dependencies] byteorder = "1.4" clap = { version = "4.2", features = ["derive"] } -console = "0.15" +console = "0.16" dialoguer = { version = "0.11", features = ["completion"] } -indicatif = "0.17" +indicatif = "0.18" libnres = { version = "0.1", path = "../../libs/nres" } miette = { version = "7.0", features = ["fancy"] } tempdir = "0.3"