mirror of
https://github.com/pcvolkmer/osc-variant.git
synced 2025-07-02 00:42:53 +00:00
chore: update dependencies
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -894,9 +894,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "zip"
|
name = "zip"
|
||||||
version = "2.5.0"
|
version = "2.6.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "27c03817464f64e23f6f37574b4fdc8cf65925b5bfd2b0f2aedf959791941f88"
|
checksum = "1dcb24d0152526ae49b9b96c1dcf71850ca1e0b882e4e28ed898a93c41334744"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes",
|
"aes",
|
||||||
"arbitrary",
|
"arbitrary",
|
||||||
|
@ -22,7 +22,7 @@ console = "0.15"
|
|||||||
indicatif = "0.17"
|
indicatif = "0.17"
|
||||||
|
|
||||||
deob = { path = "libs/deob", version = "*", optional = true }
|
deob = { path = "libs/deob", version = "*", optional = true }
|
||||||
zip = { version = "2.5", optional = true }
|
zip = { version = "2.6", 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.2", features = ["alloc"] }
|
base16ct = { version = "0.2", features = ["alloc"] }
|
||||||
|
Reference in New Issue
Block a user