From d9ac8a70c17f1a45f7532f0c75f25db67862b589 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 09:48:51 +0000 Subject: [PATCH] fix(deps): update rust crate cpp to 0.5.9 --- src/uu/stdbuf/src/libstdbuf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/stdbuf/src/libstdbuf/Cargo.toml b/src/uu/stdbuf/src/libstdbuf/Cargo.toml index ee71c07d5..f6fc9964f 100644 --- a/src/uu/stdbuf/src/libstdbuf/Cargo.toml +++ b/src/uu/stdbuf/src/libstdbuf/Cargo.toml @@ -20,7 +20,7 @@ crate-type = [ ] # XXX: note: the rlib is just to prevent Cargo from spitting out a warning [dependencies] -cpp = "0.5" +cpp = "0.5.9" libc = { workspace = true } [build-dependencies]