1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-10 15:20:55 +00:00

chore: bump libz-sys crates to 1.1.14 (#5694)

actually at first update needed fix wasn't applied
now the things should work properly
This commit is contained in:
Maksim Bondarenkov 2024-01-11 20:06:29 +03:00 committed by GitHub
parent fd32e35c3d
commit a29b82586c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
Cargo.lock generated
View File

@ -1770,9 +1770,9 @@ dependencies = [
[[package]]
name = "libz-ng-sys"
version = "1.1.13"
version = "1.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "601c27491de2c76b43c9f52d639b2240bfb9b02112009d3b754bfa90d891492d"
checksum = "81157dde2fd4ad2b45ea3a4bb47b8193b52a6346b678840d91d80d3c2cd166c5"
dependencies = [
"cmake",
"libc",
@ -1780,9 +1780,9 @@ dependencies = [
[[package]]
name = "libz-sys"
version = "1.1.13"
version = "1.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f526fdd09d99e19742883e43de41e1aa9e36db0c7ab7f935165d611c5cccc66"
checksum = "295c17e837573c8c821dbaeb3cceb3d745ad082f7572191409e69cbc1b3fd050"
dependencies = [
"cc",
"pkg-config",