From d902a6aafb4f64de2f6cf23320e8e3218828d38b Mon Sep 17 00:00:00 2001 From: Adrian Groh Date: Fri, 14 Apr 2023 13:52:32 +0200 Subject: [PATCH] chore(deps): bump libmacchina to version 7.0.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57b50f6..43014b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -545,9 +545,9 @@ checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" [[package]] name = "libmacchina" -version = "6.4.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07f8d808d1a5f51f461fccc7690501ccdf706157fcdb296c02be552c7617e6b6" +checksum = "4448964d60d5aff7076f8bedfafdc4f07c2203e901cb3223ada87b2858caf4ba" dependencies = [ "cfg-if 1.0.0", "core-foundation 0.9.3", diff --git a/Cargo.toml b/Cargo.toml index 53ef55b..46932fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ globset = "0.4.10" dotenvy = "0.15.6" glob = "0.3.1" which = "4.4.0" -libmacchina = "6" +libmacchina = "7" crossterm = "0.26.1" [profile.release]