mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-11 19:51:36 +01:00
1643 lines
40 KiB
Diff
1643 lines
40 KiB
Diff
diff --git a/Cargo.lock b/Cargo.lock
|
|
index aad51a3..af08d60 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -63,12 +63,6 @@ version = "1.0.70"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
|
|
|
|
-[[package]]
|
|
-name = "arrayvec"
|
|
-version = "0.5.2"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
-
|
|
[[package]]
|
|
name = "askalono"
|
|
version = "0.4.6"
|
|
@@ -94,39 +88,12 @@ version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
-[[package]]
|
|
-name = "base16ct"
|
|
-version = "0.2.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
|
|
-
|
|
-[[package]]
|
|
-name = "base64"
|
|
-version = "0.13.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
-
|
|
-[[package]]
|
|
-name = "base64ct"
|
|
-version = "1.6.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
|
-
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "1.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
-[[package]]
|
|
-name = "bitmaps"
|
|
-version = "2.1.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
|
|
-dependencies = [
|
|
- "typenum",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "bitvec"
|
|
version = "1.0.1"
|
|
@@ -139,51 +106,12 @@ dependencies = [
|
|
"wyz",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "block-buffer"
|
|
-version = "0.10.4"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
-dependencies = [
|
|
- "generic-array",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "bstr"
|
|
-version = "1.4.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09"
|
|
-dependencies = [
|
|
- "memchr",
|
|
- "once_cell",
|
|
- "regex-automata",
|
|
- "serde",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "bumpalo"
|
|
-version = "3.12.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
|
-
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
-[[package]]
|
|
-name = "bytes"
|
|
-version = "1.4.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
|
-
|
|
-[[package]]
|
|
-name = "bytesize"
|
|
-version = "1.2.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5"
|
|
-
|
|
[[package]]
|
|
name = "camino"
|
|
version = "1.1.4"
|
|
@@ -193,73 +121,6 @@ dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "cargo"
|
|
-version = "0.69.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "2ecf1ab9246253733b30352b5194b4c3a7038a1c7729e1a18b3ba00e479c4d54"
|
|
-dependencies = [
|
|
- "anyhow",
|
|
- "base64",
|
|
- "bytesize",
|
|
- "cargo-platform",
|
|
- "cargo-util",
|
|
- "clap",
|
|
- "crates-io",
|
|
- "curl",
|
|
- "curl-sys",
|
|
- "env_logger",
|
|
- "filetime",
|
|
- "flate2",
|
|
- "fwdansi",
|
|
- "git2",
|
|
- "git2-curl",
|
|
- "glob",
|
|
- "hex 0.4.3",
|
|
- "hmac",
|
|
- "home",
|
|
- "http-auth",
|
|
- "humantime",
|
|
- "ignore",
|
|
- "im-rc",
|
|
- "indexmap",
|
|
- "is-terminal",
|
|
- "itertools",
|
|
- "jobserver",
|
|
- "lazy_static",
|
|
- "lazycell",
|
|
- "libc",
|
|
- "libgit2-sys",
|
|
- "log",
|
|
- "memchr",
|
|
- "opener",
|
|
- "openssl",
|
|
- "os_info",
|
|
- "pasetors",
|
|
- "pathdiff",
|
|
- "percent-encoding",
|
|
- "rustc-workspace-hack",
|
|
- "rustfix",
|
|
- "semver",
|
|
- "serde",
|
|
- "serde-value",
|
|
- "serde_ignored",
|
|
- "serde_json",
|
|
- "sha1",
|
|
- "shell-escape",
|
|
- "strip-ansi-escapes",
|
|
- "tar",
|
|
- "tempfile",
|
|
- "termcolor",
|
|
- "time",
|
|
- "toml_edit 0.15.0",
|
|
- "unicode-width",
|
|
- "unicode-xid",
|
|
- "url",
|
|
- "walkdir",
|
|
- "winapi",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "cargo-deny"
|
|
version = "0.13.9"
|
|
@@ -267,7 +128,6 @@ dependencies = [
|
|
"anyhow",
|
|
"askalono",
|
|
"bitvec",
|
|
- "cargo",
|
|
"clap",
|
|
"codespan",
|
|
"codespan-reporting",
|
|
@@ -317,28 +177,6 @@ dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "cargo-util"
|
|
-version = "0.2.3"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e4e0cd00582e110eb8d99de768521d36fce9e24a286babf3cea68824ae09948f"
|
|
-dependencies = [
|
|
- "anyhow",
|
|
- "core-foundation",
|
|
- "crypto-hash",
|
|
- "filetime",
|
|
- "hex 0.4.3",
|
|
- "jobserver",
|
|
- "libc",
|
|
- "log",
|
|
- "miow",
|
|
- "same-file",
|
|
- "shell-escape",
|
|
- "tempfile",
|
|
- "walkdir",
|
|
- "winapi",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "cargo_metadata"
|
|
version = "0.15.3"
|
|
@@ -439,34 +277,6 @@ dependencies = [
|
|
"unicode-width",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "combine"
|
|
-version = "4.6.6"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
|
|
-dependencies = [
|
|
- "bytes",
|
|
- "memchr",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "commoncrypto"
|
|
-version = "0.2.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
|
|
-dependencies = [
|
|
- "commoncrypto-sys",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "commoncrypto-sys"
|
|
-version = "0.2.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
|
|
-dependencies = [
|
|
- "libc",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "concolor-override"
|
|
version = "1.0.0"
|
|
@@ -494,45 +304,14 @@ dependencies = [
|
|
"windows-sys 0.42.0",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "const-oid"
|
|
-version = "0.9.2"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913"
|
|
-
|
|
-[[package]]
|
|
-name = "core-foundation"
|
|
-version = "0.9.3"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
|
-dependencies = [
|
|
- "core-foundation-sys",
|
|
- "libc",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "core-foundation-sys"
|
|
-version = "0.8.4"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
|
-
|
|
-[[package]]
|
|
-name = "cpufeatures"
|
|
-version = "0.2.6"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181"
|
|
-dependencies = [
|
|
- "libc",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "crates-index"
|
|
-version = "0.19.7"
|
|
+version = "0.19.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "51ddd986d8b0405750d3da55a36cfa5ddad74a6dbf8826dec1cae40bf1218bd4"
|
|
+checksum = "65aa5fcd68f892b56202f15a18a53308b2d489b728958dbce48d2d1f3bbaa685"
|
|
dependencies = [
|
|
"git2",
|
|
- "hex 0.4.3",
|
|
+ "hex",
|
|
"home",
|
|
"memchr",
|
|
"num_cpus",
|
|
@@ -546,20 +325,6 @@ dependencies = [
|
|
"toml 0.7.3",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "crates-io"
|
|
-version = "0.35.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e2dfb6077da60207264ab2eb0e3734f02e0a0c50c347b32c728e42c6fbbf7e2e"
|
|
-dependencies = [
|
|
- "anyhow",
|
|
- "curl",
|
|
- "percent-encoding",
|
|
- "serde",
|
|
- "serde_json",
|
|
- "url",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "crc32fast"
|
|
version = "1.3.2"
|
|
@@ -636,77 +401,6 @@ dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "crypto-bigint"
|
|
-version = "0.5.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7c2538c4e68e52548bacb3e83ac549f903d44f011ac9d5abb5e132e67d0808f7"
|
|
-dependencies = [
|
|
- "generic-array",
|
|
- "rand_core",
|
|
- "subtle",
|
|
- "zeroize",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "crypto-common"
|
|
-version = "0.1.6"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
-dependencies = [
|
|
- "generic-array",
|
|
- "typenum",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "crypto-hash"
|
|
-version = "0.3.4"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca"
|
|
-dependencies = [
|
|
- "commoncrypto",
|
|
- "hex 0.3.2",
|
|
- "openssl",
|
|
- "winapi",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "ct-codecs"
|
|
-version = "1.1.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f3b7eb4404b8195a9abb6356f4ac07d8ba267045c8d6d220ac4dc992e6cc75df"
|
|
-
|
|
-[[package]]
|
|
-name = "curl"
|
|
-version = "0.4.44"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
|
|
-dependencies = [
|
|
- "curl-sys",
|
|
- "libc",
|
|
- "openssl-probe",
|
|
- "openssl-sys",
|
|
- "schannel",
|
|
- "socket2",
|
|
- "winapi",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "curl-sys"
|
|
-version = "0.4.61+curl-8.0.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "14d05c10f541ae6f3bc5b3d923c20001f47db7d5f0b2bc6ad16490133842db79"
|
|
-dependencies = [
|
|
- "cc",
|
|
- "libc",
|
|
- "libnghttp2-sys",
|
|
- "libz-sys",
|
|
- "openssl-sys",
|
|
- "pkg-config",
|
|
- "vcpkg",
|
|
- "winapi",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "cvss"
|
|
version = "2.0.0"
|
|
@@ -716,95 +410,18 @@ dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "der"
|
|
-version = "0.7.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "bc906908ea6458456e5eaa160a9c08543ec3d1e6f71e2235cedd660cb65f9df0"
|
|
-dependencies = [
|
|
- "const-oid",
|
|
- "pem-rfc7468",
|
|
- "zeroize",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "digest"
|
|
-version = "0.10.6"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
|
-dependencies = [
|
|
- "block-buffer",
|
|
- "crypto-common",
|
|
- "subtle",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "ecdsa"
|
|
-version = "0.16.2"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "644d3b8674a5fc5b929ae435bca85c2323d85ccb013a5509c2ac9ee11a6284ba"
|
|
-dependencies = [
|
|
- "der",
|
|
- "elliptic-curve",
|
|
- "rfc6979",
|
|
- "signature",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "ed25519-compact"
|
|
-version = "2.0.4"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "6a3d382e8464107391c8706b4c14b087808ecb909f6c15c34114bc42e53a9e4c"
|
|
-dependencies = [
|
|
- "getrandom",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "either"
|
|
version = "1.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
|
|
|
-[[package]]
|
|
-name = "elliptic-curve"
|
|
-version = "0.13.2"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "6ea5a92946e8614bb585254898bb7dd1ddad241ace60c52149e3765e34cc039d"
|
|
-dependencies = [
|
|
- "base16ct",
|
|
- "crypto-bigint",
|
|
- "digest",
|
|
- "ff",
|
|
- "generic-array",
|
|
- "group",
|
|
- "hkdf",
|
|
- "pem-rfc7468",
|
|
- "pkcs8",
|
|
- "rand_core",
|
|
- "sec1",
|
|
- "subtle",
|
|
- "zeroize",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "encode_unicode"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
-[[package]]
|
|
-name = "env_logger"
|
|
-version = "0.10.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
|
|
-dependencies = [
|
|
- "humantime",
|
|
- "is-terminal",
|
|
- "log",
|
|
- "regex",
|
|
- "termcolor",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "errno"
|
|
version = "0.3.0"
|
|
@@ -844,34 +461,6 @@ dependencies = [
|
|
"log",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "ff"
|
|
-version = "0.13.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
|
|
-dependencies = [
|
|
- "rand_core",
|
|
- "subtle",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "fiat-crypto"
|
|
-version = "0.1.20"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e825f6987101665dea6ec934c09ec6d721de7bc1bf92248e1d5810c8cd636b77"
|
|
-
|
|
-[[package]]
|
|
-name = "filetime"
|
|
-version = "0.2.20"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412"
|
|
-dependencies = [
|
|
- "cfg-if",
|
|
- "libc",
|
|
- "redox_syscall 0.2.16",
|
|
- "windows-sys 0.45.0",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "fixedbitset"
|
|
version = "0.4.2"
|
|
@@ -885,31 +474,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
|
|
dependencies = [
|
|
"crc32fast",
|
|
- "libz-sys",
|
|
"miniz_oxide",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "fnv"
|
|
-version = "1.0.7"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
-
|
|
-[[package]]
|
|
-name = "foreign-types"
|
|
-version = "0.3.2"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
-dependencies = [
|
|
- "foreign-types-shared",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "foreign-types-shared"
|
|
-version = "0.1.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
-
|
|
[[package]]
|
|
name = "form_urlencoded"
|
|
version = "1.1.0"
|
|
@@ -931,45 +498,11 @@ version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
|
|
-[[package]]
|
|
-name = "fwdansi"
|
|
-version = "1.1.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
|
|
-dependencies = [
|
|
- "memchr",
|
|
- "termcolor",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "generic-array"
|
|
-version = "0.14.7"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
-dependencies = [
|
|
- "typenum",
|
|
- "version_check",
|
|
- "zeroize",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "getrandom"
|
|
-version = "0.2.8"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
|
-dependencies = [
|
|
- "cfg-if",
|
|
- "js-sys",
|
|
- "libc",
|
|
- "wasi",
|
|
- "wasm-bindgen",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "git2"
|
|
-version = "0.16.0"
|
|
+version = "0.17.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "be36bc9e0546df253c0cc41fd0af34f5e92845ad8509462ec76672fac6997f5b"
|
|
+checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044"
|
|
dependencies = [
|
|
"bitflags",
|
|
"libc",
|
|
@@ -980,48 +513,6 @@ dependencies = [
|
|
"url",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "git2-curl"
|
|
-version = "0.17.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7577f4e6341ba7c90d883511130a45b956c274ba5f4d205d9f9da990f654cd33"
|
|
-dependencies = [
|
|
- "curl",
|
|
- "git2",
|
|
- "log",
|
|
- "url",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "glob"
|
|
-version = "0.3.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
-
|
|
-[[package]]
|
|
-name = "globset"
|
|
-version = "0.4.10"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
|
|
-dependencies = [
|
|
- "aho-corasick",
|
|
- "bstr",
|
|
- "fnv",
|
|
- "log",
|
|
- "regex",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "group"
|
|
-version = "0.13.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
|
|
-dependencies = [
|
|
- "ff",
|
|
- "rand_core",
|
|
- "subtle",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.12.3"
|
|
@@ -1049,12 +540,6 @@ version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
|
|
|
-[[package]]
|
|
-name = "hex"
|
|
-version = "0.3.2"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
|
|
-
|
|
[[package]]
|
|
name = "hex"
|
|
version = "0.4.3"
|
|
@@ -1064,24 +549,6 @@ dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "hkdf"
|
|
-version = "0.12.3"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
|
|
-dependencies = [
|
|
- "hmac",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "hmac"
|
|
-version = "0.12.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
-dependencies = [
|
|
- "digest",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "home"
|
|
version = "0.5.4"
|
|
@@ -1091,21 +558,6 @@ dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "http-auth"
|
|
-version = "0.1.8"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5430cacd7a1f9a02fbeb350dfc81a0e5ed42d81f3398cb0ba184017f85bdcfbc"
|
|
-dependencies = [
|
|
- "memchr",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "humantime"
|
|
-version = "2.1.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
-
|
|
[[package]]
|
|
name = "idna"
|
|
version = "0.3.0"
|
|
@@ -1116,37 +568,6 @@ dependencies = [
|
|
"unicode-normalization",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "ignore"
|
|
-version = "0.4.20"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
|
|
-dependencies = [
|
|
- "globset",
|
|
- "lazy_static",
|
|
- "log",
|
|
- "memchr",
|
|
- "regex",
|
|
- "same-file",
|
|
- "thread_local",
|
|
- "walkdir",
|
|
- "winapi-util",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "im-rc"
|
|
-version = "15.1.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe"
|
|
-dependencies = [
|
|
- "bitmaps",
|
|
- "rand_core",
|
|
- "rand_xoshiro",
|
|
- "sized-chunks",
|
|
- "typenum",
|
|
- "version_check",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "indexmap"
|
|
version = "1.9.3"
|
|
@@ -1203,15 +624,6 @@ dependencies = [
|
|
"windows-sys 0.45.0",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "itertools"
|
|
-version = "0.10.5"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
-dependencies = [
|
|
- "either",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "itoa"
|
|
version = "1.0.6"
|
|
@@ -1227,15 +639,6 @@ dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "js-sys"
|
|
-version = "0.3.61"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
|
|
-dependencies = [
|
|
- "wasm-bindgen",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "krates"
|
|
version = "0.13.0"
|
|
@@ -1249,27 +652,12 @@ dependencies = [
|
|
"semver",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "kstring"
|
|
-version = "2.0.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747"
|
|
-dependencies = [
|
|
- "static_assertions",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
-[[package]]
|
|
-name = "lazycell"
|
|
-version = "1.3.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
-
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.140"
|
|
@@ -1278,9 +666,9 @@ checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
|
|
|
|
[[package]]
|
|
name = "libgit2-sys"
|
|
-version = "0.14.1+1.5.0"
|
|
+version = "0.15.2+1.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "4a07fb2692bc3593bda59de45a502bb3071659f2c515e28c71e728306b038e17"
|
|
+checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
@@ -1290,21 +678,11 @@ dependencies = [
|
|
"pkg-config",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "libnghttp2-sys"
|
|
-version = "0.1.7+1.45.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f"
|
|
-dependencies = [
|
|
- "cc",
|
|
- "libc",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "libssh2-sys"
|
|
-version = "0.2.23"
|
|
+version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
|
|
+checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
@@ -1371,15 +749,6 @@ dependencies = [
|
|
"adler",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "miow"
|
|
-version = "0.5.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123"
|
|
-dependencies = [
|
|
- "windows-sys 0.42.0",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "nu-ansi-term"
|
|
version = "0.47.0"
|
|
@@ -1414,42 +783,6 @@ version = "1.17.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
|
|
|
-[[package]]
|
|
-name = "opener"
|
|
-version = "0.5.2"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "293c15678e37254c15bd2f092314abb4e51d7fdde05c2021279c12631b54f005"
|
|
-dependencies = [
|
|
- "bstr",
|
|
- "winapi",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "openssl"
|
|
-version = "0.10.49"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "4d2f106ab837a24e03672c59b1239669a0596406ff657c3c0835b6b7f0f35a33"
|
|
-dependencies = [
|
|
- "bitflags",
|
|
- "cfg-if",
|
|
- "foreign-types",
|
|
- "libc",
|
|
- "once_cell",
|
|
- "openssl-macros",
|
|
- "openssl-sys",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "openssl-macros"
|
|
-version = "0.1.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
-dependencies = [
|
|
- "proc-macro2",
|
|
- "quote",
|
|
- "syn 2.0.13",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "openssl-probe"
|
|
version = "0.1.5"
|
|
@@ -1478,91 +811,12 @@ dependencies = [
|
|
"vcpkg",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "ordered-float"
|
|
-version = "2.10.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
|
|
-dependencies = [
|
|
- "num-traits",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "orion"
|
|
-version = "0.17.4"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "cbe74a766292f94f7e69db5a7bf010eadd944f24186c463fe578a7e637582066"
|
|
-dependencies = [
|
|
- "fiat-crypto",
|
|
- "subtle",
|
|
- "zeroize",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "os_info"
|
|
-version = "3.7.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "006e42d5b888366f1880eda20371fedde764ed2213dc8496f49622fa0c99cd5e"
|
|
-dependencies = [
|
|
- "log",
|
|
- "serde",
|
|
- "winapi",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "p384"
|
|
-version = "0.13.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209"
|
|
-dependencies = [
|
|
- "ecdsa",
|
|
- "elliptic-curve",
|
|
- "primeorder",
|
|
- "sha2",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "pasetors"
|
|
-version = "0.6.6"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "824bf633b85dc1dece2eb07161627ba5d90a951597cd5dbf8d85f4d82b7aea69"
|
|
-dependencies = [
|
|
- "ct-codecs",
|
|
- "ed25519-compact",
|
|
- "getrandom",
|
|
- "orion",
|
|
- "p384",
|
|
- "rand_core",
|
|
- "regex",
|
|
- "serde",
|
|
- "serde_json",
|
|
- "sha2",
|
|
- "subtle",
|
|
- "time",
|
|
- "zeroize",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "paste"
|
|
version = "1.0.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
|
|
|
|
-[[package]]
|
|
-name = "pathdiff"
|
|
-version = "0.2.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
|
-
|
|
-[[package]]
|
|
-name = "pem-rfc7468"
|
|
-version = "0.7.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
|
-dependencies = [
|
|
- "base64ct",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "percent-encoding"
|
|
version = "2.2.0"
|
|
@@ -1579,16 +833,6 @@ dependencies = [
|
|
"indexmap",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "pkcs8"
|
|
-version = "0.10.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "3d2820d87d2b008616e5c27212dd9e0e694fb4c6b522de06094106813328cb49"
|
|
-dependencies = [
|
|
- "der",
|
|
- "spki",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.3.26"
|
|
@@ -1604,15 +848,6 @@ dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "primeorder"
|
|
-version = "0.13.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7613fdcc0831c10060fa69833ea8fa2caa94b6456f51e25356a885b530a2e3d0"
|
|
-dependencies = [
|
|
- "elliptic-curve",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "1.0.56"
|
|
@@ -1637,24 +872,6 @@ version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
|
-[[package]]
|
|
-name = "rand_core"
|
|
-version = "0.6.4"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
-dependencies = [
|
|
- "getrandom",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "rand_xoshiro"
|
|
-version = "0.6.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
|
|
-dependencies = [
|
|
- "rand_core",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "rayon"
|
|
version = "1.7.0"
|
|
@@ -1677,15 +894,6 @@ dependencies = [
|
|
"num_cpus",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "redox_syscall"
|
|
-version = "0.2.16"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
-dependencies = [
|
|
- "bitflags",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.3.5"
|
|
@@ -1706,28 +914,12 @@ dependencies = [
|
|
"regex-syntax",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "regex-automata"
|
|
-version = "0.1.10"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
-
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.6.29"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
-[[package]]
|
|
-name = "rfc6979"
|
|
-version = "0.4.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
|
|
-dependencies = [
|
|
- "hmac",
|
|
- "subtle",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "rmp"
|
|
version = "0.8.11"
|
|
@@ -1756,24 +948,6 @@ version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
-[[package]]
|
|
-name = "rustc-workspace-hack"
|
|
-version = "1.0.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "fc71d2faa173b74b232dedc235e3ee1696581bb132fc116fa3626d6151a1a8fb"
|
|
-
|
|
-[[package]]
|
|
-name = "rustfix"
|
|
-version = "0.6.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481"
|
|
-dependencies = [
|
|
- "anyhow",
|
|
- "log",
|
|
- "serde",
|
|
- "serde_json",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "rustix"
|
|
version = "0.37.7"
|
|
@@ -1817,44 +991,12 @@ version = "1.0.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
|
|
|
-[[package]]
|
|
-name = "same-file"
|
|
-version = "1.0.6"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
-dependencies = [
|
|
- "winapi-util",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "schannel"
|
|
-version = "0.1.21"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
|
|
-dependencies = [
|
|
- "windows-sys 0.42.0",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "scopeguard"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
-[[package]]
|
|
-name = "sec1"
|
|
-version = "0.7.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "48518a2b5775ba8ca5b46596aae011caa431e6ce7e4a67ead66d92f08884220e"
|
|
-dependencies = [
|
|
- "base16ct",
|
|
- "der",
|
|
- "generic-array",
|
|
- "pkcs8",
|
|
- "subtle",
|
|
- "zeroize",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "semver"
|
|
version = "1.0.17"
|
|
@@ -1866,48 +1008,29 @@ dependencies = [
|
|
|
|
[[package]]
|
|
name = "serde"
|
|
-version = "1.0.159"
|
|
+version = "1.0.163"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065"
|
|
+checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
|
|
dependencies = [
|
|
"serde_derive",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "serde-value"
|
|
-version = "0.7.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
|
|
-dependencies = [
|
|
- "ordered-float",
|
|
- "serde",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "serde_derive"
|
|
-version = "1.0.159"
|
|
+version = "1.0.163"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "4c614d17805b093df4b147b51339e7e44bf05ef59fba1e45d83500bcfb4d8585"
|
|
+checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.13",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "serde_ignored"
|
|
-version = "0.1.7"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "94eb4a4087ba8bdf14a9208ac44fddbf55c01a6195f7edfc511ddaff6cae45a6"
|
|
-dependencies = [
|
|
- "serde",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "serde_json"
|
|
-version = "1.0.95"
|
|
+version = "1.0.96"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744"
|
|
+checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
|
|
dependencies = [
|
|
"itoa",
|
|
"ryu",
|
|
@@ -1923,60 +1046,12 @@ dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "sha1"
|
|
-version = "0.10.5"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
|
-dependencies = [
|
|
- "cfg-if",
|
|
- "cpufeatures",
|
|
- "digest",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "sha2"
|
|
-version = "0.10.6"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
|
-dependencies = [
|
|
- "cfg-if",
|
|
- "cpufeatures",
|
|
- "digest",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "shell-escape"
|
|
-version = "0.1.5"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
|
|
-
|
|
-[[package]]
|
|
-name = "signature"
|
|
-version = "2.0.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8fe458c98333f9c8152221191a77e2a44e8325d0193484af2e9421a53019e57d"
|
|
-dependencies = [
|
|
- "digest",
|
|
- "rand_core",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "similar"
|
|
version = "2.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"
|
|
|
|
-[[package]]
|
|
-name = "sized-chunks"
|
|
-version = "0.6.5"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
|
|
-dependencies = [
|
|
- "bitmaps",
|
|
- "typenum",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "1.10.0"
|
|
@@ -1985,23 +1060,13 @@ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
|
|
|
[[package]]
|
|
name = "smol_str"
|
|
-version = "0.1.24"
|
|
+version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
|
|
+checksum = "74212e6bbe9a4352329b2f68ba3130c15a3f26fe88ff22dbdc6cdd58fa85e99c"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "socket2"
|
|
-version = "0.4.9"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
|
-dependencies = [
|
|
- "libc",
|
|
- "winapi",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "spdx"
|
|
version = "0.10.0"
|
|
@@ -2011,31 +1076,12 @@ dependencies = [
|
|
"smallvec",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "spki"
|
|
-version = "0.7.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c0445c905640145c7ea8c1993555957f65e7c46d0535b91ba501bc9bfc85522f"
|
|
-dependencies = [
|
|
- "base64ct",
|
|
- "der",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "static_assertions"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
-[[package]]
|
|
-name = "strip-ansi-escapes"
|
|
-version = "0.1.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "011cbb39cf7c1f62871aea3cc46e5817b0937b49e9447370c93cacbe93a766d8"
|
|
-dependencies = [
|
|
- "vte",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "strsim"
|
|
version = "0.10.0"
|
|
@@ -2064,12 +1110,6 @@ dependencies = [
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "subtle"
|
|
-version = "2.4.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
|
-
|
|
[[package]]
|
|
name = "syn"
|
|
version = "1.0.109"
|
|
@@ -2098,16 +1138,6 @@ version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
-[[package]]
|
|
-name = "tar"
|
|
-version = "0.4.38"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
|
|
-dependencies = [
|
|
- "filetime",
|
|
- "libc",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "target-lexicon"
|
|
version = "0.12.6"
|
|
@@ -2122,7 +1152,7 @@ checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"fastrand",
|
|
- "redox_syscall 0.3.5",
|
|
+ "redox_syscall",
|
|
"rustix",
|
|
"windows-sys 0.45.0",
|
|
]
|
|
@@ -2156,16 +1186,6 @@ dependencies = [
|
|
"syn 2.0.13",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "thread_local"
|
|
-version = "1.1.7"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
|
-dependencies = [
|
|
- "cfg-if",
|
|
- "once_cell",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.3.20"
|
|
@@ -2225,17 +1245,8 @@ checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_spanned",
|
|
- "toml_datetime 0.6.1",
|
|
- "toml_edit 0.19.8",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "toml_datetime"
|
|
-version = "0.5.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "4553f467ac8e3d374bc9a177a26801e5d0f9b211aa1673fb137a403afd1c9cf5"
|
|
-dependencies = [
|
|
- "serde",
|
|
+ "toml_datetime",
|
|
+ "toml_edit",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -2247,20 +1258,6 @@ dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "toml_edit"
|
|
-version = "0.15.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b1541ba70885967e662f69d31ab3aeca7b1aaecfcd58679590b893e9239c3646"
|
|
-dependencies = [
|
|
- "combine",
|
|
- "indexmap",
|
|
- "itertools",
|
|
- "kstring",
|
|
- "serde",
|
|
- "toml_datetime 0.5.1",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "toml_edit"
|
|
version = "0.19.8"
|
|
@@ -2270,7 +1267,7 @@ dependencies = [
|
|
"indexmap",
|
|
"serde",
|
|
"serde_spanned",
|
|
- "toml_datetime 0.6.1",
|
|
+ "toml_datetime",
|
|
"winnow",
|
|
]
|
|
|
|
@@ -2284,12 +1281,6 @@ dependencies = [
|
|
"static_assertions",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "typenum"
|
|
-version = "1.16.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
|
-
|
|
[[package]]
|
|
name = "unicode-bidi"
|
|
version = "0.3.13"
|
|
@@ -2317,12 +1308,6 @@ version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
|
|
|
-[[package]]
|
|
-name = "unicode-xid"
|
|
-version = "0.2.4"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
|
-
|
|
[[package]]
|
|
name = "url"
|
|
version = "2.3.1"
|
|
@@ -2347,103 +1332,6 @@ version = "0.2.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
-[[package]]
|
|
-name = "version_check"
|
|
-version = "0.9.4"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
-
|
|
-[[package]]
|
|
-name = "vte"
|
|
-version = "0.10.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983"
|
|
-dependencies = [
|
|
- "arrayvec",
|
|
- "utf8parse",
|
|
- "vte_generate_state_changes",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "vte_generate_state_changes"
|
|
-version = "0.1.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
|
|
-dependencies = [
|
|
- "proc-macro2",
|
|
- "quote",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "walkdir"
|
|
-version = "2.3.3"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
|
|
-dependencies = [
|
|
- "same-file",
|
|
- "winapi-util",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "wasi"
|
|
-version = "0.11.0+wasi-snapshot-preview1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
-
|
|
-[[package]]
|
|
-name = "wasm-bindgen"
|
|
-version = "0.2.84"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
|
|
-dependencies = [
|
|
- "cfg-if",
|
|
- "wasm-bindgen-macro",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "wasm-bindgen-backend"
|
|
-version = "0.2.84"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
|
|
-dependencies = [
|
|
- "bumpalo",
|
|
- "log",
|
|
- "once_cell",
|
|
- "proc-macro2",
|
|
- "quote",
|
|
- "syn 1.0.109",
|
|
- "wasm-bindgen-shared",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "wasm-bindgen-macro"
|
|
-version = "0.2.84"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
|
|
-dependencies = [
|
|
- "quote",
|
|
- "wasm-bindgen-macro-support",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "wasm-bindgen-macro-support"
|
|
-version = "0.2.84"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
|
|
-dependencies = [
|
|
- "proc-macro2",
|
|
- "quote",
|
|
- "syn 1.0.109",
|
|
- "wasm-bindgen-backend",
|
|
- "wasm-bindgen-shared",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "wasm-bindgen-shared"
|
|
-version = "0.2.84"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
|
|
-
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.3.9"
|
|
@@ -2583,12 +1471,6 @@ dependencies = [
|
|
"linked-hash-map",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "zeroize"
|
|
-version = "1.6.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
|
|
-
|
|
[[package]]
|
|
name = "zstd"
|
|
version = "0.11.2+zstd.1.5.2"
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
index b640422..fd649d0 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -29,15 +29,13 @@ default = ["vendored-openssl", "vendored-libgit2"]
|
|
# Allows the use of a vendored version openssl when compiling libgit, which allows
|
|
# us to compile static executables (eg musl) and avoid system dependencies
|
|
vendored-openssl = [
|
|
- "cargo?/vendored-openssl",
|
|
"crates-index/vendored-openssl",
|
|
"git2/vendored-openssl",
|
|
]
|
|
-vendored-libgit2 = ["cargo?/vendored-libgit2", "git2/vendored-libgit2"]
|
|
+vendored-libgit2 = ["git2/vendored-libgit2"]
|
|
# Allows embedding cargo as a library so that we can run in minimal (eg container)
|
|
# environments that don't need to have cargo/rust installed on them for cargo-deny
|
|
# to still function
|
|
-standalone = ["cargo"]
|
|
|
|
[dependencies]
|
|
# Output coloring
|
|
@@ -51,7 +49,6 @@ is-terminal = "0.4.6"
|
|
# Used to track various things during check runs
|
|
bitvec = { version = "1.0", features = ["alloc"] }
|
|
# Allows us to do eg cargo metadata operations without relying on an external cargo
|
|
-cargo = { version = "0.69", optional = true }
|
|
# Argument parsing, kept aligned with cargo
|
|
clap = { version = "4.0", features = ["derive", "env"] }
|
|
# Used for diagnostic reporting
|
|
@@ -66,7 +63,7 @@ crossbeam = "0.8"
|
|
# Logging utilities
|
|
fern = "0.6"
|
|
# We directly interact with git when doing index operations eg during fix
|
|
-git2 = "0.16"
|
|
+git2 = "0.17"
|
|
# We need to figure out HOME/CARGO_HOME in some cases
|
|
home = "0.5"
|
|
# Provides graphs on top of cargo_metadata
|