From 26132c2616c3008cf94ca2c2c9bf02b53c0e4930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 17:09:53 +0000 Subject: [PATCH] build(deps): bump core-foundation-sys from 0.8.3 to 0.8.4 (#30524) Bumps [core-foundation-sys](https://github.com/servo/core-foundation-rs) from 0.8.3 to 0.8.4. - [Commits](https://github.com/servo/core-foundation-rs/compare/core-foundation-sys-v0.8.3...core-foundation-sys-v0.8.4) --- updated-dependencies: - dependency-name: core-foundation-sys dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a815ab2a6b..61bed257403 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1050,9 +1050,9 @@ dependencies = [ [[package]] name = "core-foundation-sys" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" +checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" [[package]] name = "core-graphics"