From 0598a34bc92e1d833977d4a973f2b10fd78910c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 11:41:39 +0000 Subject: [PATCH] Update rust-uci digest to 9c9bcd5 --- Cargo.lock | 4 ++-- dorfconf/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 306d66e..a41e3c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2462,7 +2462,7 @@ dependencies = [ [[package]] name = "libuci-sys" version = "1.1.0" -source = "git+https://github.com/ffddorf/rust-uci?rev=2ff749c5d49cd0f004966b64daebbff78e2f288e#2ff749c5d49cd0f004966b64daebbff78e2f288e" +source = "git+https://github.com/ffddorf/rust-uci?rev=9c9bcd55ecefc270d831983b1fdbb1489aceba81#9c9bcd55ecefc270d831983b1fdbb1489aceba81" dependencies = [ "bindgen", "cmake", @@ -3648,7 +3648,7 @@ dependencies = [ [[package]] name = "rust-uci" version = "0.1.6" -source = "git+https://github.com/ffddorf/rust-uci?rev=2ff749c5d49cd0f004966b64daebbff78e2f288e#2ff749c5d49cd0f004966b64daebbff78e2f288e" +source = "git+https://github.com/ffddorf/rust-uci?rev=9c9bcd55ecefc270d831983b1fdbb1489aceba81#9c9bcd55ecefc270d831983b1fdbb1489aceba81" dependencies = [ "libc", "libuci-sys", diff --git a/dorfconf/Cargo.toml b/dorfconf/Cargo.toml index 64c9a16..5686c22 100644 --- a/dorfconf/Cargo.toml +++ b/dorfconf/Cargo.toml @@ -10,7 +10,7 @@ facet-json = "0.46.1" [dependencies.rust-uci] git = "https://github.com/ffddorf/rust-uci" -rev = "2ff749c5d49cd0f004966b64daebbff78e2f288e" +rev = "9c9bcd55ecefc270d831983b1fdbb1489aceba81" # path = "../../rust-uci/rust-uci" [features]