From cc3353ed7a454c6b95e453cf7ae6d5a49b8c2798 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 25 Nov 2024 09:03:26 +0100 Subject: [PATCH] Bump cpp & cpp_build from 0.5.9 to 0.5.10 --- Cargo.lock | 16 ++++++++-------- src/uu/stdbuf/src/libstdbuf/Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 42ccfc0f2..10ca01c8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -597,18 +597,18 @@ dependencies = [ [[package]] name = "cpp" -version = "0.5.9" +version = "0.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa65869ef853e45c60e9828aa08cdd1398cb6e13f3911d9cb2a079b144fcd64" +checksum = "f36bcac3d8234c1fb813358e83d1bb6b0290a3d2b3b5efc6b88bfeaf9d8eec17" dependencies = [ "cpp_macros", ] [[package]] name = "cpp_build" -version = "0.5.9" +version = "0.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e361fae2caf9758164b24da3eedd7f7d7451be30d90d8e7b5d2be29a2f0cf5b" +checksum = "27f8638c97fbd79cc6fc80b616e0e74b49bac21014faed590bbc89b7e2676c90" dependencies = [ "cc", "cpp_common", @@ -621,9 +621,9 @@ dependencies = [ [[package]] name = "cpp_common" -version = "0.5.9" +version = "0.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e1a2532e4ed4ea13031c13bc7bc0dbca4aae32df48e9d77f0d1e743179f2ea1" +checksum = "25fcfea2ee05889597d35e986c2ad0169694320ae5cc8f6d2640a4bb8a884560" dependencies = [ "lazy_static", "proc-macro2", @@ -632,9 +632,9 @@ dependencies = [ [[package]] name = "cpp_macros" -version = "0.5.9" +version = "0.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47ec9cc90633446f779ef481a9ce5a0077107dd5b87016440448d908625a83fd" +checksum = "d156158fe86e274820f5a53bc9edb0885a6e7113909497aa8d883b69dd171871" dependencies = [ "aho-corasick", "byteorder", diff --git a/src/uu/stdbuf/src/libstdbuf/Cargo.toml b/src/uu/stdbuf/src/libstdbuf/Cargo.toml index ff9de77fc..67a7e903e 100644 --- a/src/uu/stdbuf/src/libstdbuf/Cargo.toml +++ b/src/uu/stdbuf/src/libstdbuf/Cargo.toml @@ -20,8 +20,8 @@ crate-type = [ ] # XXX: note: the rlib is just to prevent Cargo from spitting out a warning [dependencies] -cpp = "0.5.9" +cpp = "0.5.10" libc = { workspace = true } [build-dependencies] -cpp_build = "0.5.9" +cpp_build = "0.5.10"