mirror of
https://github.com/pandorafuture/wx-cli.git
synced 2026-08-29 04:00:55 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4d15b0965b |
Generated
+53
-9
@@ -245,6 +245,15 @@ dependencies = [
|
||||
"generic-array",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "block-buffer"
|
||||
version = "0.12.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
|
||||
dependencies = [
|
||||
"hybrid-array",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "block-padding"
|
||||
version = "0.3.3"
|
||||
@@ -411,6 +420,12 @@ version = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
|
||||
|
||||
[[package]]
|
||||
name = "cmov"
|
||||
version = "0.5.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0c9ea0ac24bc397ab3c98583a3c9ba74fa56b09a4449bbe172b9b1ddb016027a"
|
||||
|
||||
[[package]]
|
||||
name = "colorchoice"
|
||||
version = "1.0.5"
|
||||
@@ -511,6 +526,15 @@ dependencies = [
|
||||
"hybrid-array",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ctutils"
|
||||
version = "0.4.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e"
|
||||
dependencies = [
|
||||
"cmov",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "darling"
|
||||
version = "0.20.11"
|
||||
@@ -606,11 +630,22 @@ version = "0.10.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
||||
dependencies = [
|
||||
"block-buffer",
|
||||
"block-buffer 0.10.4",
|
||||
"crypto-common 0.1.7",
|
||||
"subtle",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "digest"
|
||||
version = "0.11.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
|
||||
dependencies = [
|
||||
"block-buffer 0.12.1",
|
||||
"crypto-common 0.2.2",
|
||||
"ctutils",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "dirs"
|
||||
version = "6.0.0"
|
||||
@@ -944,7 +979,16 @@ version = "0.12.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
||||
dependencies = [
|
||||
"digest",
|
||||
"digest 0.10.7",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "hmac"
|
||||
version = "0.13.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f"
|
||||
dependencies = [
|
||||
"digest 0.11.3",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -1604,8 +1648,8 @@ version = "0.12.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
|
||||
dependencies = [
|
||||
"digest",
|
||||
"hmac",
|
||||
"digest 0.10.7",
|
||||
"hmac 0.12.1",
|
||||
"sha2",
|
||||
]
|
||||
|
||||
@@ -2012,7 +2056,7 @@ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"cpufeatures 0.2.17",
|
||||
"digest",
|
||||
"digest 0.10.7",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -3175,7 +3219,7 @@ dependencies = [
|
||||
"dashmap",
|
||||
"filetime",
|
||||
"hex",
|
||||
"hmac",
|
||||
"hmac 0.13.0",
|
||||
"pbkdf2",
|
||||
"rayon",
|
||||
"rusqlite",
|
||||
@@ -3213,7 +3257,7 @@ version = "0.7.2"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"cbc",
|
||||
"hmac",
|
||||
"hmac 0.13.0",
|
||||
"pbkdf2",
|
||||
"sha2",
|
||||
"tempfile",
|
||||
@@ -3228,7 +3272,7 @@ dependencies = [
|
||||
"cbc",
|
||||
"chrono",
|
||||
"hex",
|
||||
"hmac",
|
||||
"hmac 0.13.0",
|
||||
"libc",
|
||||
"mach2",
|
||||
"regex",
|
||||
@@ -3267,7 +3311,7 @@ dependencies = [
|
||||
"aes",
|
||||
"cbc",
|
||||
"futures-core",
|
||||
"hmac",
|
||||
"hmac 0.13.0",
|
||||
"notify",
|
||||
"pbkdf2",
|
||||
"rusqlite",
|
||||
|
||||
@@ -21,7 +21,7 @@ tempfile = "3"
|
||||
filetime = "0.2"
|
||||
aes = "0.9"
|
||||
cbc = "0.2"
|
||||
hmac = "0.12"
|
||||
hmac = "0.13"
|
||||
sha2 = "0.10"
|
||||
pbkdf2 = { version = "0.12", features = ["hmac"] }
|
||||
hex = "0.4"
|
||||
|
||||
@@ -8,7 +8,7 @@ aes = "0.9"
|
||||
cbc = "0.2"
|
||||
pbkdf2 = { version = "0.12", features = ["sha2"] }
|
||||
sha2 = "0.10"
|
||||
hmac = "0.12"
|
||||
hmac = "0.13"
|
||||
thiserror = "2"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -23,6 +23,6 @@ libc = "0.2"
|
||||
[dev-dependencies]
|
||||
aes = "0.9"
|
||||
cbc = "0.2"
|
||||
hmac = "0.12"
|
||||
hmac = "0.13"
|
||||
sha2 = "0.10"
|
||||
tempfile = "3"
|
||||
|
||||
@@ -17,7 +17,7 @@ serde = { version = "1", features = ["derive"] }
|
||||
[dev-dependencies]
|
||||
aes = "0.9"
|
||||
cbc = "0.2"
|
||||
hmac = "0.12"
|
||||
hmac = "0.13"
|
||||
sha2 = "0.10"
|
||||
pbkdf2 = { version = "0.12", features = ["sha2"] }
|
||||
rusqlite = { version = "0.40", features = ["bundled"] }
|
||||
|
||||
Reference in New Issue
Block a user