From f792105a9b3ca5b05b957e26978fe7dc295feca9 Mon Sep 17 00:00:00 2001 From: Krish Dandiwala Date: Wed, 24 Jun 2026 15:52:33 +0000 Subject: [PATCH] chore: bump libredfish to v0.44.14 Signed-off-by: Krish Dandiwala --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 071ca74a39..524d767461 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6552,7 +6552,7 @@ dependencies = [ [[package]] name = "libredfish" version = "0.0.0" -source = "git+https://github.com/NVIDIA/libredfish.git?tag=v0.44.12#29de93f4bd4b1c5de8c57fef9ac49d1b7d93494d" +source = "git+https://github.com/NVIDIA/libredfish.git?tag=v0.44.14#cc4b4460801b3302a05f52e372d10d45b51ba420" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 913ed0dfc9..2da39912b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ authors = ["NVIDIA Carbide Engineering "] [workspace.dependencies] clap = { version = "4", features = ["derive", "env"] } -libredfish = { git = "https://github.com/NVIDIA/libredfish.git", tag = "v0.44.12" } +libredfish = { git = "https://github.com/NVIDIA/libredfish.git", tag = "v0.44.14" } librms = { git = "https://github.com/NVIDIA/nv-rms-client.git", tag = "v0.9.0-rc1" } ansi-to-html = "0.2.2"