mirror of
https://github.com/pcvolkmer/osc-variant.git
synced 2025-12-12 14:13:20 +00:00
chore: update dependencies
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -867,9 +867,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "zip"
|
||||
version = "5.1.1"
|
||||
version = "6.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2f852905151ac8d4d06fdca66520a661c09730a74c6d4e2b0f27b436b382e532"
|
||||
checksum = "eb2a05c7c36fde6c09b08576c9f7fb4cda705990f73b58fe011abf7dfb24168b"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"arbitrary",
|
||||
|
||||
@@ -22,7 +22,7 @@ console = "0.16"
|
||||
indicatif = "0.18"
|
||||
|
||||
deob = { path = "libs/deob", version = "*", optional = true }
|
||||
zip = { version = "5.1", optional = true }
|
||||
zip = { version = "6.0", optional = true }
|
||||
bytes = "1.10"
|
||||
sha2 = { version = "0.10", default-features = false }
|
||||
base16ct = { version = "0.3", features = ["alloc"] }
|
||||
|
||||
Reference in New Issue
Block a user