From d5b805a8ee4b082e6002a9a4d5a03833f6d07a93 Mon Sep 17 00:00:00 2001 From: Srikar Date: Thu, 25 Jun 2026 10:29:01 -0700 Subject: [PATCH] chore: bump libredfish to v0.44.16 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 101c7a40a7..68993566f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6561,7 +6561,7 @@ dependencies = [ [[package]] name = "libredfish" version = "0.0.0" -source = "git+https://github.com/NVIDIA/libredfish.git?tag=v0.44.15#539221bcc0b16603e16bc2ee3d9632ce8576e330" +source = "git+https://github.com/NVIDIA/libredfish.git?tag=v0.44.16#211f6e8dcdf4fa59500e3308246a6bc21a24276e" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index f40f827891..b59558f7e2 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.15" } +libredfish = { git = "https://github.com/NVIDIA/libredfish.git", tag = "v0.44.16" } librms = { git = "https://github.com/NVIDIA/nv-rms-client.git", tag = "v0.9.0-rc1" } ansi-to-html = "0.2.2"