summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-05-02 09:48:51 +0000
committerGitHub <noreply@github.com>2024-05-02 09:48:51 +0000
commitd9ac8a70c17f1a45f7532f0c75f25db67862b589 (patch)
tree650761b87e7ff8e2ad20c10f39f1cafce1bb6b4e
parent4a1f89a05c932c5f953b4518a4058c0d2588dee4 (diff)
fix(deps): update rust crate cpp to 0.5.9
-rw-r--r--src/uu/stdbuf/src/libstdbuf/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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]