mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
fix(deps): update rust crate bzip2 to 0.6 (#661)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent
f55dc46c4c
commit
55abbfdec6
Generated
+16
-1
@@ -648,6 +648,15 @@ dependencies = [
|
||||
"bzip2-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "bzip2"
|
||||
version = "0.6.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
|
||||
dependencies = [
|
||||
"libbz2-rs-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "bzip2-sys"
|
||||
version = "0.1.13+1.0.8"
|
||||
@@ -2776,6 +2785,12 @@ dependencies = [
|
||||
"once_cell",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "libbz2-rs-sys"
|
||||
version = "0.2.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "34b357333733e8260735ba5894eb928c02ecc69c78715f01a8019e7fa7f2db4c"
|
||||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.186"
|
||||
@@ -5274,7 +5289,7 @@ dependencies = [
|
||||
"audioadapter-buffers",
|
||||
"axum",
|
||||
"base64 0.22.1",
|
||||
"bzip2 0.5.2",
|
||||
"bzip2 0.6.1",
|
||||
"chrono",
|
||||
"dirs",
|
||||
"earshot",
|
||||
|
||||
@@ -58,7 +58,7 @@ sprout-sdk = { path = "../../crates/sprout-sdk" }
|
||||
base64 = "0.22"
|
||||
sha2 = "0.11"
|
||||
tar = "0.4"
|
||||
bzip2 = "0.5"
|
||||
bzip2 = "0.6"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
tauri-plugin-global-shortcut = "2"
|
||||
tauri-plugin-notification = "2.3.3"
|
||||
|
||||
Reference in New Issue
Block a user