From a43cefabe662a4ebe143191e1b0b98c8910f6748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 01:53:42 +0000 Subject: [PATCH] Bump core-foundation-sys from 0.8.4 to 0.8.6 Bumps [core-foundation-sys](https://github.com/servo/core-foundation-rs) from 0.8.4 to 0.8.6. - [Commits](https://github.com/servo/core-foundation-rs/compare/core-foundation-sys-v0.8.4...core-foundation-sys-v0.8.6) --- updated-dependencies: - dependency-name: core-foundation-sys dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d916c64..13c3634 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -473,9 +473,9 @@ dependencies = [ [[package]] name = "core-foundation-sys" -version = "0.8.4" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" +checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" [[package]] name = "crossbeam-utils"