From 51aae5b4a184bffc43934b1d72aa137b123a062d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:21:18 +0000 Subject: [PATCH] :arrow_up: Bump cc in /internal/utils/ffi/filterdsl/rust-crate Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.22 to 1.1.28. - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.1.22...cc-v1.1.28) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- internal/utils/ffi/filterdsl/rust-crate/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/utils/ffi/filterdsl/rust-crate/Cargo.lock b/internal/utils/ffi/filterdsl/rust-crate/Cargo.lock index ef3fa58..4bb8309 100644 --- a/internal/utils/ffi/filterdsl/rust-crate/Cargo.lock +++ b/internal/utils/ffi/filterdsl/rust-crate/Cargo.lock @@ -16,9 +16,9 @@ checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" [[package]] name = "cc" -version = "1.1.22" +version = "1.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9540e661f81799159abee814118cc139a2004b3a3aa3ea37724a1b66530b90e0" +checksum = "2e80e3b6a3ab07840e1cae9b0666a63970dc28e8ed5ffbcdacbfc760c281bfc1" dependencies = [ "shlex", ]