From 538ce721c94bdc30e436a8f85213dd222f6f8f4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 05:52:28 +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 a6b31bf..1217042 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -301,9 +301,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 = "ctrlc"