chore: speed up alpine package count (libmacchina 7.2.3)

closes #48
This commit is contained in:
Adrian Groh 2024-06-03 14:02:37 +02:00
parent 6696b0228c
commit db78b9ebc5
Signed by: Gobidev
GPG Key ID: 3AA3153E98B0D771
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -556,9 +556,9 @@ dependencies = [
[[package]] [[package]]
name = "libmacchina" name = "libmacchina"
version = "7.2.1" version = "7.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8423a617e60c76cedf8f936ed62ab63ca8af5c21b0c6d8df65967eae56a096c" checksum = "bc54c7fbfab302c347ed0c02d183b80f8682d34396d5122b1a16052d7db74d4d"
dependencies = [ dependencies = [
"cfg-if 1.0.0", "cfg-if 1.0.0",
"core-foundation 0.9.4", "core-foundation 0.9.4",

View File

@ -21,7 +21,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 = "7.2.1" libmacchina = "7.2.3"
crossterm = "0.27.0" crossterm = "0.27.0"
os-release = "0.1.0" os-release = "0.1.0"