chore(deps): bump libmacchina to version 7.0.0

This commit is contained in:
Adrian Groh 2023-04-14 13:52:32 +02:00
parent 641ad67d66
commit d902a6aafb
Signed by: Gobidev
GPG Key ID: 3AA3153E98B0D771
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -545,9 +545,9 @@ checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
[[package]] [[package]]
name = "libmacchina" name = "libmacchina"
version = "6.4.0" version = "7.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07f8d808d1a5f51f461fccc7690501ccdf706157fcdb296c02be552c7617e6b6" checksum = "4448964d60d5aff7076f8bedfafdc4f07c2203e901cb3223ada87b2858caf4ba"
dependencies = [ dependencies = [
"cfg-if 1.0.0", "cfg-if 1.0.0",
"core-foundation 0.9.3", "core-foundation 0.9.3",

View File

@ -20,7 +20,7 @@ globset = "0.4.10"
dotenvy = "0.15.6" dotenvy = "0.15.6"
glob = "0.3.1" glob = "0.3.1"
which = "4.4.0" which = "4.4.0"
libmacchina = "6" libmacchina = "7"
crossterm = "0.26.1" crossterm = "0.26.1"
[profile.release] [profile.release]