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