rust/Cargo.lock

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6336 lines
138 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-03-26 19:29:08 +00:00
version = 3
2022-07-15 14:04:23 +00:00
[[package]]
2023-08-14 14:57:38 +00:00
name = "addr2line"
version = "0.21.0"
2022-07-15 14:04:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-14 14:57:38 +00:00
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
2024-05-28 00:05:32 +00:00
dependencies = [
"gimli 0.28.1",
]
[[package]]
2023-08-14 14:57:38 +00:00
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-14 14:57:38 +00:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2023-10-21 06:41:45 +00:00
[[package]]
name = "aes"
2024-01-29 12:21:16 +00:00
version = "0.8.4"
2023-10-21 06:41:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
2023-10-21 06:41:45 +00:00
dependencies = [
"cfg-if",
"cipher",
"cpufeatures",
]
[[package]]
name = "ahash"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
dependencies = [
"cfg-if",
2024-07-18 18:56:36 +00:00
"getrandom",
"once_cell",
"version_check",
2023-12-02 18:16:09 +00:00
"zerocopy",
]
2019-05-16 05:27:39 +00:00
[[package]]
name = "aho-corasick"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2019-05-16 05:27:39 +00:00
dependencies = [
"memchr",
2019-05-16 05:27:39 +00:00
]
[[package]]
name = "allocator-api2"
2024-05-11 14:27:17 +00:00
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
[[package]]
name = "ammonia"
version = "4.0.0"
2019-06-19 03:36:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
2019-06-19 03:36:47 +00:00
dependencies = [
2024-06-15 15:53:45 +00:00
"html5ever",
"maplit",
"once_cell",
"tendril",
2022-08-21 04:19:43 +00:00
"url",
2019-06-19 03:36:47 +00:00
]
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2022-06-13 03:04:54 +00:00
[[package]]
name = "annotate-snippets"
2024-01-29 12:21:16 +00:00
version = "0.9.2"
2022-06-13 03:04:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "ccaf7e9dfbb6ab22c82e473cd1a8a7bd313c19a5b7e40970f3d89ef5a5c9e81e"
2021-05-03 20:59:35 +00:00
dependencies = [
2022-06-13 03:04:54 +00:00
"unicode-width",
2021-05-03 20:59:35 +00:00
"yansi-term",
]
2020-05-08 20:48:26 +00:00
2024-05-02 15:27:08 +00:00
[[package]]
name = "annotate-snippets"
version = "0.11.4"
2024-05-02 15:27:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24e35ed54e5ea7997c14ed4c70ba043478db1112e98263b3b035907aa197d991"
2024-05-02 15:27:08 +00:00
dependencies = [
"anstyle",
"unicode-width",
]
2024-02-07 04:22:13 +00:00
[[package]]
name = "anstream"
version = "0.6.15"
2024-02-07 04:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
2024-02-07 04:22:13 +00:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
2024-02-27 14:50:23 +00:00
"anstyle-wincon",
"colorchoice",
2024-05-11 14:27:17 +00:00
"is_terminal_polyfill",
2023-04-01 15:49:20 +00:00
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.8"
2023-04-01 15:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
2023-04-01 15:49:20 +00:00
[[package]]
name = "anstyle-lossy"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f45c79b3b9413932fc255f2c19ca0d48eaab72c4ea1913bafaebf289cbc099f2"
dependencies = [
"anstyle",
]
2023-04-01 15:49:20 +00:00
[[package]]
name = "anstyle-parse"
version = "0.2.5"
2023-04-01 15:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
2023-04-01 15:49:20 +00:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
dependencies = [
2024-01-29 12:21:16 +00:00
"windows-sys 0.52.0",
]
[[package]]
name = "anstyle-svg"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "962f6d5681926dbe5503b71057202d6723a33abe464c983b1d160bca3095a3bb"
dependencies = [
"anstream",
"anstyle",
"anstyle-lossy",
"html-escape",
"unicode-width",
]
2024-02-07 04:22:13 +00:00
[[package]]
name = "anstyle-wincon"
version = "3.0.4"
2024-02-07 04:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
2024-02-07 04:22:13 +00:00
dependencies = [
"anstyle",
"windows-sys 0.52.0",
]
2020-01-14 17:47:04 +00:00
[[package]]
name = "anyhow"
version = "1.0.86"
2020-01-14 17:47:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
dependencies = [
"backtrace",
]
2020-01-14 17:47:04 +00:00
[[package]]
name = "ar_archive_writer"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01667f6f40216b9a0b2945e05fed5f1ad0ab6470e69cb9378001e37b1c0668e4"
dependencies = [
"object 0.36.4",
]
[[package]]
name = "arrayvec"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
[[package]]
name = "autocfg"
2024-05-11 14:27:17 +00:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2022-07-15 14:04:23 +00:00
[[package]]
name = "backtrace"
version = "0.3.71"
2022-07-15 14:04:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
2022-07-15 14:04:23 +00:00
dependencies = [
Move the standard library to a separate workspace This ensures that the Cargo.lock packaged for it in the rust-src component is up-to-date, allowing rust-analyzer to run cargo metadata on the standard library even when the rust-src component is stored in a read-only location as is necessary for loading crates.io dependencies of the standard library. This also simplifies tidy's license check for runtime dependencies as it can now look at all entries in library/Cargo.lock without having to filter for just the dependencies of runtime crates. In addition this allows removing an exception in check_runtime_license_exceptions that was necessary due to the compiler enabling a feature on the object crate which pulls in a dependency not allowed for the standard library. While cargo workspaces normally enable dependencies of multiple targets to be reused, for the standard library we do not want this reusing to prevent conflicts between dependencies of the sysroot and of tools that are built using this sysroot. For this reason we already use an unstable cargo feature to ensure that any dependencies which would otherwise be shared get a different -Cmetadata argument as well as using separate build dirs. This doesn't change the situation around vendoring. We already have several cargo workspaces that need to be vendored. Adding another one doesn't change much. There are also no cargo profiles that are shared between the root workspace and the library workspace anyway, so it doesn't add any extra work when changing cargo profiles.
2024-08-01 20:09:50 +00:00
"addr2line",
2022-07-15 14:04:23 +00:00
"cc",
"cfg-if",
2022-07-15 14:04:23 +00:00
"libc",
"miniz_oxide",
2024-03-18 22:47:41 +00:00
"object 0.32.2",
2022-07-15 14:04:23 +00:00
"rustc-demangle",
]
[[package]]
name = "base64"
2024-01-29 12:21:16 +00:00
version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2023-03-06 10:15:59 +00:00
[[package]]
name = "basic-toml"
version = "0.1.9"
2023-03-06 10:15:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "823388e228f614e9558c6804262db37960ec8821856535f5c3f59913140558f8"
2023-03-06 10:15:59 +00:00
dependencies = [
"serde",
]
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
[[package]]
name = "bitflags"
2022-07-26 18:36:20 +00:00
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 18:36:20 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
2022-08-31 20:04:12 +00:00
"generic-array",
2019-01-19 02:39:37 +00:00
]
2022-11-15 19:06:42 +00:00
[[package]]
name = "bstr"
2024-01-29 12:21:16 +00:00
version = "1.6.0"
2022-11-15 19:06:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05"
2022-11-15 19:06:42 +00:00
dependencies = [
"memchr",
"regex-automata 0.3.9",
2022-11-15 19:06:42 +00:00
"serde",
]
[[package]]
name = "build-manifest"
version = "0.1.0"
dependencies = [
"anyhow",
"flate2",
Update cargo 23 commits in 9880b408a3af50c08fab3dbf4aa2a972df71e951..c1334b059c6dcceab3c10c81413f79bb832c8d9d 2023-02-28 19:39:39 +0000 to 2023-03-07 19:21:50 +0000 - Add `CARGO_PKG_README` (rust-lang/cargo#11645) - path dependency: fix cargo-util version (rust-lang/cargo#11807) - Adding display of which target failed to compile (rust-lang/cargo#11636) - Fix `CARGO_CFG_` vars for configs defined both with and without value (rust-lang/cargo#11790) - Breaking endless loop on cyclic features in added dependency in cargo-add (rust-lang/cargo#11805) - Enhance the doc of timing report with graphs (rust-lang/cargo#11798) - Make `sparse` the default protocol for crates.io (rust-lang/cargo#11791) - Use sha2 to calculate SHA256 (rust-lang/cargo#11795) - gitoxide progress bar fixes (rust-lang/cargo#11800) - Check publish_to_alt_registry publish content (rust-lang/cargo#11799) - chore: fix missing files in autolabel trigger_files (rust-lang/cargo#11797) - chore: Update base64 (rust-lang/cargo#11796) - Fix some doc typos (rust-lang/cargo#11794) - chore(ci): Enforce cargo-deny in CI (rust-lang/cargo#11761) - Some cleanup for unstable docs (rust-lang/cargo#11793) - gitoxide integration: fetch (rust-lang/cargo#11448) - patch can conflict on not activated packages (rust-lang/cargo#11770) - fix(toml): Provide a way to show unused manifest keys for dependencies (rust-lang/cargo#11630) - Improve error for missing crate in --offline mode for sparse index (rust-lang/cargo#11783) - feat(resolver): `-Zdirect-minimal-versions` (rust-lang/cargo#11688) - feat: Use test name for dir when running tests (rust-lang/cargo#11738) - Jobserver cleanup (rust-lang/cargo#11764) - Fix help string for "--charset" option of "cargo tree" (rust-lang/cargo#11785) Note that some 3rd-party licensing allowed list changed due to the introducion of `gix` dependency
2023-03-07 22:16:27 +00:00
"hex",
"rayon",
"serde",
"serde_json",
"sha2",
"tar",
"toml 0.5.11",
"xz2",
]
[[package]]
name = "build_helper"
version = "0.1.0"
dependencies = [
"serde",
"serde_derive",
]
[[package]]
name = "bump-stage0"
version = "0.1.0"
dependencies = [
"anyhow",
"build_helper",
"curl",
"indexmap",
"serde",
"toml 0.5.11",
]
[[package]]
name = "bumpalo"
2024-05-11 14:27:17 +00:00
version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "bytecount"
2024-05-11 14:27:17 +00:00
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
[[package]]
name = "byteorder"
2024-01-21 17:16:26 +00:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-21 17:16:26 +00:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
2021-10-20 05:15:20 +00:00
[[package]]
name = "camino"
version = "1.1.9"
2021-10-20 05:15:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2021-10-20 05:15:20 +00:00
dependencies = [
"serde",
]
[[package]]
name = "cargo-miri"
version = "0.1.0"
dependencies = [
2024-01-29 12:21:16 +00:00
"cargo_metadata 0.18.1",
"directories",
"rustc-build-sysroot",
2023-02-26 18:09:17 +00:00
"rustc_tools_util",
2022-01-05 09:41:22 +00:00
"rustc_version",
"serde",
"serde_json",
]
2021-10-20 05:15:20 +00:00
[[package]]
name = "cargo-platform"
version = "0.1.8"
2021-10-20 05:15:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
2021-10-20 05:15:20 +00:00
dependencies = [
"serde",
]
2020-10-23 21:47:58 +00:00
[[package]]
name = "cargo_metadata"
2023-06-20 04:19:48 +00:00
version = "0.15.4"
2022-07-21 20:04:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 04:19:48 +00:00
checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"
2022-07-21 20:04:37 +00:00
dependencies = [
"camino",
"cargo-platform",
2022-07-21 20:04:37 +00:00
"semver",
"serde",
"serde_json",
2023-02-10 13:01:31 +00:00
"thiserror",
2022-07-21 20:04:37 +00:00
]
2023-10-07 05:55:48 +00:00
[[package]]
name = "cargo_metadata"
2024-01-29 12:21:16 +00:00
version = "0.18.1"
2023-10-07 05:55:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
2023-10-07 05:55:48 +00:00
dependencies = [
"camino",
"cargo-platform",
"semver",
"serde",
"serde_json",
"thiserror",
]
2017-02-15 22:55:26 +00:00
[[package]]
name = "cargotest2"
version = "0.1.0"
2017-09-22 01:58:35 +00:00
[[package]]
name = "cc"
version = "1.0.105"
2017-09-22 01:58:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5208975e568d83b6b05cc0a063c8e7e9acc2b43bee6da15616a5b73e109d7437"
2017-09-22 01:58:35 +00:00
2020-10-11 17:51:07 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cfg_aliases"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
[[package]]
name = "chrono"
2024-04-25 10:28:45 +00:00
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-25 10:28:45 +00:00
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
dependencies = [
"android-tzdata",
"iana-time-zone",
"num-traits",
"serde",
"windows-targets 0.52.6",
]
2024-05-05 15:17:45 +00:00
[[package]]
name = "chrono-tz"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb"
dependencies = [
"chrono",
"chrono-tz-build",
2024-06-15 15:53:45 +00:00
"phf",
2024-05-05 15:17:45 +00:00
]
[[package]]
name = "chrono-tz-build"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1"
dependencies = [
"parse-zoneinfo",
2024-06-15 15:53:45 +00:00
"phf",
"phf_codegen",
2024-05-05 15:17:45 +00:00
]
2023-10-21 06:41:45 +00:00
[[package]]
name = "cipher"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
dependencies = [
"crypto-common",
"inout",
]
[[package]]
name = "clap"
version = "4.5.16"
2023-04-01 15:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019"
2023-04-01 15:49:20 +00:00
dependencies = [
"clap_builder",
"clap_derive",
2023-04-01 15:49:20 +00:00
]
2023-10-23 01:34:12 +00:00
[[package]]
name = "clap-cargo"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "383f21342a464d4af96e9a4cad22a0b4f2880d4a5b3bbf5c9654dd1d9a224ee4"
dependencies = [
"anstyle",
"clap",
]
2023-04-01 15:49:20 +00:00
[[package]]
name = "clap_builder"
version = "4.5.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6"
dependencies = [
2024-02-27 14:50:23 +00:00
"anstream",
2023-04-01 15:49:20 +00:00
"anstyle",
"clap_lex",
"strsim",
2023-01-06 01:20:59 +00:00
"terminal_size",
]
2022-04-15 18:57:06 +00:00
[[package]]
name = "clap_complete"
version = "4.5.18"
2022-04-15 18:57:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ee158892bd7ce77aa15c208abbdb73e155d191c287a659b57abd5adb92feb03"
2022-04-15 18:57:06 +00:00
dependencies = [
"clap",
2022-06-13 03:04:54 +00:00
]
2023-01-02 19:30:39 +00:00
[[package]]
name = "clap_derive"
version = "4.5.13"
2023-01-02 19:30:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0"
2023-01-02 19:30:39 +00:00
dependencies = [
"heck 0.5.0",
2023-01-02 19:30:39 +00:00
"proc-macro2",
"quote",
"syn 2.0.75",
2023-01-02 19:30:39 +00:00
]
[[package]]
name = "clap_lex"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
2017-12-06 08:25:29 +00:00
[[package]]
name = "clippy"
2024-07-25 16:29:27 +00:00
version = "0.1.82"
2017-12-06 08:25:29 +00:00
dependencies = [
2024-02-27 14:50:23 +00:00
"anstream",
"cargo_metadata 0.18.1",
2023-11-02 16:50:52 +00:00
"clippy_config",
"clippy_lints",
"clippy_utils",
2023-10-06 15:47:56 +00:00
"color-print",
2021-06-03 07:06:49 +00:00
"filetime",
"futures",
"if_chain",
2024-06-22 21:22:00 +00:00
"itertools",
"parking_lot",
"quote",
2021-03-12 14:31:11 +00:00
"regex",
2023-02-26 18:09:17 +00:00
"rustc_tools_util",
"serde",
"serde_json",
"syn 2.0.75",
submodules: update clippy from 7b8e8293 to 7a943a9d Changes: ```` Normalize custom ICE test Rustup to rust-lang/rust#64736 Use assert_crate_local for a more explicit error Rustup to https://github.com/rust-lang/rust/pull/66789 account for external macro in MISSING_INLINE_IN_PUBLIC_ITEMS lint build(tests/fmt): use shared target dir chore: fix and split some ui tests on 32bit system build: set up build job for i686 targets remove needless my_lint ui test git quiet deploy: cd to out/ before adding files to git Less needless_doctest_main false positives fmt Feed the dog Use rustc_env instead of exec_env for test Make triggering this lint less likely :paperclip: Use exec_env to set backtrace level and normalize output Update custom ICE function with latest rustc Use Clippy version in ICE message Add custom ICE message that points to Clippy repo Fix master deployment Run update_lints Add projections check to EUV for escape analysis Use infer_ctxt Move use_self to nursery Use `println!` on success instead of `eprintln!` Revert "Disable chalk integration test. Output too large" Remove the old integration-tests.sh script Use rust implementation for integration tests in CI Rust implementation of integration test Don't error on clippy.toml of dependencies Fix categorizations Fix arguments on ExprUseVisitor::new euv moved from middle to typeck cmt_ -> Place build: check if RTIM is not installed make use of Result::map_or trigger string_lit_as_bytes when literal has escapes Remove negative float literal checks. Enable deny-warnings feature everywhere in CI Remove unused debugging feature implemented `as_conversions` lint fixing a typo [comparison_chain] #4827 Check `core::cmp::Ord` is implemented add a good example for the approx_const lint Add suggested good cases in docs for lifetimes lint ````
2019-12-02 22:09:48 +00:00
"tempfile",
"termize",
"tokio",
2024-01-29 12:21:16 +00:00
"toml 0.7.8",
2024-08-08 17:14:09 +00:00
"ui_test 0.25.0",
2022-07-28 17:08:41 +00:00
"walkdir",
2017-12-06 08:25:29 +00:00
]
2023-11-02 16:50:52 +00:00
[[package]]
name = "clippy_config"
2024-07-25 16:29:27 +00:00
version = "0.1.82"
2023-11-02 16:50:52 +00:00
dependencies = [
2024-08-08 17:14:09 +00:00
"itertools",
2023-11-02 16:50:52 +00:00
"serde",
2024-01-29 12:21:16 +00:00
"toml 0.7.8",
2023-11-02 16:50:52 +00:00
"walkdir",
]
[[package]]
name = "clippy_dev"
version = "0.0.1"
dependencies = [
2024-01-29 12:21:16 +00:00
"aho-corasick",
"clap",
2021-10-21 11:13:17 +00:00
"indoc",
2024-06-22 21:22:00 +00:00
"itertools",
"opener 0.6.1",
"shell-escape",
"walkdir",
]
2018-05-19 11:18:02 +00:00
[[package]]
name = "clippy_lints"
2024-07-25 16:29:27 +00:00
version = "0.1.82"
2018-05-11 12:11:06 +00:00
dependencies = [
"arrayvec",
2024-01-29 12:21:16 +00:00
"cargo_metadata 0.18.1",
2023-11-02 16:50:52 +00:00
"clippy_config",
2021-02-25 10:26:23 +00:00
"clippy_utils",
2022-11-21 19:52:06 +00:00
"declare_clippy_lint",
2024-06-22 21:22:00 +00:00
"itertools",
"quine-mc_cluskey",
2023-07-02 13:07:47 +00:00
"regex",
"regex-syntax 0.8.4",
"semver",
"serde",
2021-05-06 10:21:46 +00:00
"serde_json",
2022-06-16 15:39:29 +00:00
"tempfile",
2024-01-29 12:21:16 +00:00
"toml 0.7.8",
"unicode-normalization",
2021-07-01 16:18:02 +00:00
"unicode-script",
2022-08-21 04:19:43 +00:00
"url",
2023-10-06 15:47:56 +00:00
"walkdir",
2018-05-11 12:11:06 +00:00
]
2021-02-25 10:26:23 +00:00
[[package]]
name = "clippy_utils"
2024-07-25 16:29:27 +00:00
version = "0.1.82"
2021-02-25 10:26:23 +00:00
dependencies = [
"arrayvec",
2023-11-02 16:50:52 +00:00
"clippy_config",
2024-06-22 21:22:00 +00:00
"itertools",
"rustc_apfloat",
2021-02-25 10:26:23 +00:00
]
[[package]]
name = "collect-license-metadata"
version = "0.1.0"
dependencies = [
"anyhow",
"serde",
"serde_json",
"spdx-rs",
]
2022-07-15 14:04:23 +00:00
[[package]]
name = "color-eyre"
version = "0.6.3"
2022-07-15 14:04:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5"
2022-07-15 14:04:23 +00:00
dependencies = [
"backtrace",
"color-spantrace",
"eyre",
"indenter",
"once_cell",
"owo-colors",
"tracing-error",
]
2023-10-06 15:47:56 +00:00
[[package]]
name = "color-print"
2024-05-11 14:27:17 +00:00
version = "0.3.6"
2023-10-06 15:47:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "1ee543c60ff3888934877a5671f45494dd27ed4ba25c6670b9a7576b7ed7a8c0"
2023-10-06 15:47:56 +00:00
dependencies = [
"color-print-proc-macro",
]
[[package]]
name = "color-print-proc-macro"
2024-05-11 14:27:17 +00:00
version = "0.3.6"
2023-10-06 15:47:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "77ff1a80c5f3cb1ca7c06ffdd71b6a6dd6d8f896c42141fbd43f50ed28dcdb93"
2023-10-06 15:47:56 +00:00
dependencies = [
"nom",
"proc-macro2",
"quote",
"syn 2.0.75",
2023-10-06 15:47:56 +00:00
]
2022-07-15 14:04:23 +00:00
[[package]]
name = "color-spantrace"
2024-01-29 12:21:16 +00:00
version = "0.2.1"
2022-07-15 14:04:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2"
2022-07-15 14:04:23 +00:00
dependencies = [
"once_cell",
"owo-colors",
"tracing-core",
"tracing-error",
]
[[package]]
name = "colorchoice"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
2018-04-25 22:11:28 +00:00
[[package]]
name = "colored"
2024-01-29 12:21:16 +00:00
version = "2.1.0"
2018-04-25 22:11:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
2018-04-25 22:11:28 +00:00
dependencies = [
"lazy_static",
"windows-sys 0.48.0",
2018-04-25 22:11:28 +00:00
]
2023-08-24 19:33:17 +00:00
[[package]]
name = "comma"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335"
[[package]]
name = "compiletest"
version = "0.0.0"
dependencies = [
"anstyle-svg",
"anyhow",
2023-02-03 16:23:11 +00:00
"build_helper",
"colored",
"diff",
"getopts",
2020-07-28 13:22:21 +00:00
"glob",
"home",
"indexmap",
"libc",
2023-07-02 13:07:47 +00:00
"miow",
"miropt-test-tools",
"regex",
2024-09-17 13:20:50 +00:00
"rustfix",
"serde",
"serde_json",
2020-07-24 18:42:00 +00:00
"tracing",
"tracing-subscriber",
"unified-diff",
"walkdir",
2024-07-31 14:08:31 +00:00
"windows 0.52.0",
]
2023-08-24 19:33:17 +00:00
[[package]]
name = "console"
2024-01-29 12:21:16 +00:00
version = "0.15.8"
2023-08-24 19:33:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2023-08-24 19:33:17 +00:00
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"unicode-width",
2024-01-29 12:21:16 +00:00
"windows-sys 0.52.0",
2023-08-24 19:33:17 +00:00
]
[[package]]
name = "core-foundation-sys"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
[[package]]
name = "coverage-dump"
version = "0.1.0"
dependencies = [
"anyhow",
"leb128",
"md-5",
"miniz_oxide",
"regex",
"rustc-demangle",
]
[[package]]
name = "cpufeatures"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
2024-06-08 19:22:16 +00:00
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-08 19:22:16 +00:00
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-channel"
2024-06-08 19:22:16 +00:00
version = "0.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-08 19:22:16 +00:00
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
dependencies = [
2022-01-10 19:34:07 +00:00
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2024-01-29 12:21:16 +00:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
dependencies = [
2019-12-10 15:01:01 +00:00
"crossbeam-epoch",
2022-01-10 19:34:07 +00:00
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2024-01-29 12:21:16 +00:00
version = "0.9.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
dependencies = [
2022-01-10 19:34:07 +00:00
"crossbeam-utils",
]
2020-10-14 22:16:47 +00:00
[[package]]
name = "crossbeam-utils"
2024-06-08 19:22:16 +00:00
version = "0.8.20"
2020-10-14 22:16:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-08 19:22:16 +00:00
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
2020-10-14 22:16:47 +00:00
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
2022-08-31 20:04:12 +00:00
"generic-array",
"typenum",
]
2023-05-23 10:10:18 +00:00
[[package]]
name = "ctrlc"
version = "3.4.5"
2023-05-23 10:10:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
2023-05-23 10:10:18 +00:00
dependencies = [
"nix",
"windows-sys 0.59.0",
2023-05-23 10:10:18 +00:00
]
[[package]]
name = "curl"
2024-01-29 12:21:16 +00:00
version = "0.4.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "1e2161dd6eba090ff1594084e95fd67aeccf04382ffea77999ea94ed42ec67b6"
dependencies = [
"curl-sys",
"libc",
"openssl-probe",
"openssl-sys",
"schannel",
"socket2",
2024-01-29 12:21:16 +00:00
"windows-sys 0.52.0",
]
[[package]]
name = "curl-sys"
version = "0.4.74+curl-8.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8af10b986114528fcdc4b63b6f5f021b7057618411046a4de2ba0f0149a097bf"
dependencies = [
"cc",
"libc",
"libz-sys",
"openssl-sys",
"pkg-config",
"vcpkg",
2024-01-29 12:21:16 +00:00
"windows-sys 0.52.0",
2017-05-08 22:01:13 +00:00
]
2023-09-12 16:32:32 +00:00
[[package]]
name = "darling"
version = "0.20.10"
2023-09-12 16:32:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
2023-09-12 16:32:32 +00:00
dependencies = [
"darling_core",
"darling_macro",
2023-09-12 16:32:32 +00:00
]
[[package]]
name = "darling_core"
version = "0.20.10"
2023-09-12 16:32:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn 2.0.75",
]
2023-09-12 16:32:32 +00:00
[[package]]
name = "darling_macro"
version = "0.20.10"
2023-09-12 16:32:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
2023-09-12 16:32:32 +00:00
dependencies = [
"darling_core",
"quote",
"syn 2.0.75",
]
2018-05-29 11:52:51 +00:00
[[package]]
name = "datafrog"
version = "2.0.1"
2018-05-29 11:52:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
2018-05-29 11:52:51 +00:00
[[package]]
name = "dbus"
version = "0.9.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
dependencies = [
"libc",
"libdbus-sys",
"winapi",
]
2022-11-21 19:52:06 +00:00
[[package]]
name = "declare_clippy_lint"
2024-07-25 16:29:27 +00:00
version = "0.1.82"
2022-11-21 19:52:06 +00:00
dependencies = [
2024-06-22 21:22:00 +00:00
"itertools",
2022-11-21 19:52:06 +00:00
"quote",
"syn 2.0.75",
2022-11-21 19:52:06 +00:00
]
2024-01-29 12:16:20 +00:00
[[package]]
name = "deranged"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
]
2023-10-30 17:09:17 +00:00
[[package]]
name = "derive-where"
version = "1.2.7"
2023-10-30 17:09:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25"
2023-10-30 17:09:17 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.75",
2023-10-30 17:09:17 +00:00
]
2023-09-12 16:32:32 +00:00
[[package]]
name = "derive_builder"
version = "0.20.0"
2023-09-12 16:32:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7"
2023-09-12 16:32:32 +00:00
dependencies = [
"derive_builder_macro",
]
[[package]]
name = "derive_builder_core"
version = "0.20.0"
2023-09-12 16:32:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d"
2023-09-12 16:32:32 +00:00
dependencies = [
"darling",
2023-09-12 16:32:32 +00:00
"proc-macro2",
"quote",
"syn 2.0.75",
2023-09-12 16:32:32 +00:00
]
[[package]]
name = "derive_builder_macro"
version = "0.20.0"
2023-09-12 16:32:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b"
2023-09-12 16:32:32 +00:00
dependencies = [
"derive_builder_core",
"syn 2.0.75",
2023-09-12 16:32:32 +00:00
]
[[package]]
name = "derive_more"
version = "0.99.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.75",
]
[[package]]
name = "derive_setters"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d"
dependencies = [
"darling",
"proc-macro2",
"quote",
"syn 2.0.75",
]
[[package]]
name = "diff"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
2022-08-31 20:04:12 +00:00
"block-buffer",
"crypto-common",
2019-01-19 02:39:37 +00:00
]
2018-11-28 20:22:45 +00:00
[[package]]
name = "directories"
2023-10-07 05:55:48 +00:00
version = "5.0.1"
2018-11-28 20:22:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-07 05:55:48 +00:00
checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
2018-11-28 20:22:45 +00:00
dependencies = [
2024-06-22 21:22:00 +00:00
"dirs-sys",
2018-11-28 20:22:45 +00:00
]
2019-02-18 09:32:58 +00:00
[[package]]
name = "dirs"
2024-06-22 21:22:00 +00:00
version = "5.0.1"
2019-02-18 09:32:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-22 21:22:00 +00:00
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
2019-02-18 09:32:58 +00:00
dependencies = [
2024-06-22 21:22:00 +00:00
"dirs-sys",
2019-02-18 09:32:58 +00:00
]
2021-02-25 10:26:23 +00:00
[[package]]
name = "dirs-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
dependencies = [
"cfg-if",
2021-02-25 10:26:23 +00:00
"dirs-sys-next",
]
2023-10-07 05:55:48 +00:00
[[package]]
name = "dirs-sys"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
dependencies = [
"libc",
"option-ext",
"redox_users",
"windows-sys 0.48.0",
]
2021-02-25 10:26:23 +00:00
[[package]]
name = "dirs-sys-next"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
"libc",
"redox_users",
2021-07-21 13:17:31 +00:00
"winapi",
2019-06-13 07:58:32 +00:00
]
2022-10-19 23:24:42 +00:00
[[package]]
name = "displaydoc"
version = "0.2.5"
2022-10-19 23:24:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
2022-10-19 23:24:42 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.75",
2022-10-19 23:24:42 +00:00
]
[[package]]
name = "dissimilar"
2024-05-11 14:27:17 +00:00
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d"
2017-12-06 08:25:29 +00:00
[[package]]
name = "either"
version = "1.13.0"
2017-12-06 08:25:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
2017-12-06 08:25:29 +00:00
[[package]]
name = "elasticlunr-rs"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
dependencies = [
"regex",
"serde",
"serde_derive",
"serde_json",
]
[[package]]
name = "elsa"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed"
dependencies = [
"stable_deref_trait",
]
[[package]]
name = "ena"
2024-05-06 18:32:39 +00:00
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 18:32:39 +00:00
checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5"
2019-03-19 21:30:07 +00:00
dependencies = [
"log",
2019-03-19 21:30:07 +00:00
]
2023-08-24 19:33:17 +00:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2024-02-07 04:22:13 +00:00
[[package]]
name = "env_filter"
version = "0.1.2"
2024-02-07 04:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
2024-02-07 04:22:13 +00:00
dependencies = [
"log",
"regex",
]
[[package]]
name = "env_logger"
version = "0.11.5"
2024-02-07 04:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
2024-02-07 04:22:13 +00:00
dependencies = [
2024-02-27 14:50:23 +00:00
"anstream",
2024-02-07 04:22:13 +00:00
"anstyle",
"env_filter",
"humantime",
"log",
]
[[package]]
name = "equivalent"
2024-01-29 12:21:16 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "errno"
2024-05-11 14:27:17 +00:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
dependencies = [
"libc",
2024-01-29 12:21:16 +00:00
"windows-sys 0.52.0",
]
[[package]]
name = "error_index_generator"
version = "0.0.0"
dependencies = [
"mdbook",
]
Introduce expect snapshot testing library into rustc Snapshot testing is a technique for writing maintainable unit tests. Unlike usual `assert_eq!` tests, snapshot tests allow to *automatically* upgrade expected values on test failure. In a sense, snapshot tests are inline-version of our beloved UI-tests. Example: ![expect](https://user-images.githubusercontent.com/1711539/90888810-3bcc8180-e3b7-11ea-9626-d06e89e1a0bb.gif) A particular library we use, `expect_test` provides an `expect!` macro, which creates a sort of self-updating string literal (by using `file!` macro). Self-update is triggered by setting `UPDATE_EXPECT` environmental variable (this info is printed during the test failure). This library was extracted from rust-analyzer, where we use it for most of our tests. There are some other, more popular snapshot testing libraries: * https://github.com/mitsuhiko/insta * https://github.com/aaronabramov/k9 The main differences of `expect` are: * first-class snapshot objects (so, tests can be written as functions, rather than as macros) * focus on inline-snapshots (but file snapshots are also supported) * restricted feature set (only `assert_eq` and `assert_debug_eq`) * no extra runtime (ie, no `cargo insta`) See https://github.com/rust-analyzer/rust-analyzer/pull/5101 for a an extended comparison. It is unclear if this testing style will stick with rustc in the long run. At the moment, rustc is mainly tested via integrated UI tests. But in the library-ified world, unit-tests will become somewhat more important (that's why use use `rustc_lexer` library-ified library as an example in this PR). Given that the cost of removal shouldn't be too high, it probably makes sense to just see if this flies!
2020-08-21 12:03:50 +00:00
[[package]]
name = "expect-test"
version = "1.5.0"
Introduce expect snapshot testing library into rustc Snapshot testing is a technique for writing maintainable unit tests. Unlike usual `assert_eq!` tests, snapshot tests allow to *automatically* upgrade expected values on test failure. In a sense, snapshot tests are inline-version of our beloved UI-tests. Example: ![expect](https://user-images.githubusercontent.com/1711539/90888810-3bcc8180-e3b7-11ea-9626-d06e89e1a0bb.gif) A particular library we use, `expect_test` provides an `expect!` macro, which creates a sort of self-updating string literal (by using `file!` macro). Self-update is triggered by setting `UPDATE_EXPECT` environmental variable (this info is printed during the test failure). This library was extracted from rust-analyzer, where we use it for most of our tests. There are some other, more popular snapshot testing libraries: * https://github.com/mitsuhiko/insta * https://github.com/aaronabramov/k9 The main differences of `expect` are: * first-class snapshot objects (so, tests can be written as functions, rather than as macros) * focus on inline-snapshots (but file snapshots are also supported) * restricted feature set (only `assert_eq` and `assert_debug_eq`) * no extra runtime (ie, no `cargo insta`) See https://github.com/rust-analyzer/rust-analyzer/pull/5101 for a an extended comparison. It is unclear if this testing style will stick with rustc in the long run. At the moment, rustc is mainly tested via integrated UI tests. But in the library-ified world, unit-tests will become somewhat more important (that's why use use `rustc_lexer` library-ified library as an example in this PR). Given that the cost of removal shouldn't be too high, it probably makes sense to just see if this flies!
2020-08-21 12:03:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e0be0a561335815e06dab7c62e50353134c796e7a6155402a64bcff66b6a5e0"
Introduce expect snapshot testing library into rustc Snapshot testing is a technique for writing maintainable unit tests. Unlike usual `assert_eq!` tests, snapshot tests allow to *automatically* upgrade expected values on test failure. In a sense, snapshot tests are inline-version of our beloved UI-tests. Example: ![expect](https://user-images.githubusercontent.com/1711539/90888810-3bcc8180-e3b7-11ea-9626-d06e89e1a0bb.gif) A particular library we use, `expect_test` provides an `expect!` macro, which creates a sort of self-updating string literal (by using `file!` macro). Self-update is triggered by setting `UPDATE_EXPECT` environmental variable (this info is printed during the test failure). This library was extracted from rust-analyzer, where we use it for most of our tests. There are some other, more popular snapshot testing libraries: * https://github.com/mitsuhiko/insta * https://github.com/aaronabramov/k9 The main differences of `expect` are: * first-class snapshot objects (so, tests can be written as functions, rather than as macros) * focus on inline-snapshots (but file snapshots are also supported) * restricted feature set (only `assert_eq` and `assert_debug_eq`) * no extra runtime (ie, no `cargo insta`) See https://github.com/rust-analyzer/rust-analyzer/pull/5101 for a an extended comparison. It is unclear if this testing style will stick with rustc in the long run. At the moment, rustc is mainly tested via integrated UI tests. But in the library-ified world, unit-tests will become somewhat more important (that's why use use `rustc_lexer` library-ified library as an example in this PR). Given that the cost of removal shouldn't be too high, it probably makes sense to just see if this flies!
2020-08-21 12:03:50 +00:00
dependencies = [
"dissimilar",
Introduce expect snapshot testing library into rustc Snapshot testing is a technique for writing maintainable unit tests. Unlike usual `assert_eq!` tests, snapshot tests allow to *automatically* upgrade expected values on test failure. In a sense, snapshot tests are inline-version of our beloved UI-tests. Example: ![expect](https://user-images.githubusercontent.com/1711539/90888810-3bcc8180-e3b7-11ea-9626-d06e89e1a0bb.gif) A particular library we use, `expect_test` provides an `expect!` macro, which creates a sort of self-updating string literal (by using `file!` macro). Self-update is triggered by setting `UPDATE_EXPECT` environmental variable (this info is printed during the test failure). This library was extracted from rust-analyzer, where we use it for most of our tests. There are some other, more popular snapshot testing libraries: * https://github.com/mitsuhiko/insta * https://github.com/aaronabramov/k9 The main differences of `expect` are: * first-class snapshot objects (so, tests can be written as functions, rather than as macros) * focus on inline-snapshots (but file snapshots are also supported) * restricted feature set (only `assert_eq` and `assert_debug_eq`) * no extra runtime (ie, no `cargo insta`) See https://github.com/rust-analyzer/rust-analyzer/pull/5101 for a an extended comparison. It is unclear if this testing style will stick with rustc in the long run. At the moment, rustc is mainly tested via integrated UI tests. But in the library-ified world, unit-tests will become somewhat more important (that's why use use `rustc_lexer` library-ified library as an example in this PR). Given that the cost of removal shouldn't be too high, it probably makes sense to just see if this flies!
2020-08-21 12:03:50 +00:00
"once_cell",
]
2022-07-15 14:04:23 +00:00
[[package]]
name = "eyre"
2024-01-29 12:21:16 +00:00
version = "0.6.12"
2022-07-15 14:04:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
2022-07-15 14:04:23 +00:00
dependencies = [
"indenter",
"once_cell",
]
[[package]]
name = "fallible-iterator"
2023-08-14 14:57:38 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-14 14:57:38 +00:00
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
2022-11-15 19:06:42 +00:00
[[package]]
name = "fastrand"
2024-05-11 14:27:17 +00:00
version = "2.1.0"
2022-11-15 19:06:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
2022-11-15 19:06:42 +00:00
2023-04-30 07:29:02 +00:00
[[package]]
name = "field-offset"
version = "0.3.6"
2023-04-30 07:29:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
2023-04-30 07:29:02 +00:00
dependencies = [
"memoffset",
2023-04-30 07:29:02 +00:00
"rustc_version",
]
[[package]]
name = "filetime"
version = "0.2.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf401df4a4e3872c4fe8151134cf483738e74b67fc934d6532c882b3d24a4550"
2018-04-18 15:43:59 +00:00
dependencies = [
"cfg-if",
"libc",
"libredox",
"windows-sys 0.59.0",
2018-04-18 15:43:59 +00:00
]
2017-12-31 14:34:29 +00:00
[[package]]
name = "flate2"
version = "1.0.31"
2017-12-31 14:34:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920"
2017-12-31 14:34:29 +00:00
dependencies = [
"crc32fast",
"miniz_oxide",
2017-12-31 14:34:29 +00:00
]
[[package]]
name = "fluent-bundle"
2024-05-11 14:27:17 +00:00
version = "0.15.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "7fe0a21ee80050c678013f82edf4b705fe2f26f1f9877593d13198612503f493"
dependencies = [
"fluent-langneg",
"fluent-syntax",
"intl-memoizer",
"intl_pluralrules",
"rustc-hash",
"self_cell 0.10.3",
"smallvec",
"unic-langid",
]
[[package]]
name = "fluent-langneg"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
dependencies = [
"unic-langid",
]
[[package]]
name = "fluent-syntax"
2024-05-11 14:27:17 +00:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "2a530c4694a6a8d528794ee9bbd8ba0122e779629ac908d15ad5a7ae7763a33d"
dependencies = [
"thiserror",
]
[[package]]
name = "fnv"
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2021-05-12 00:39:51 +00:00
[[package]]
name = "form_urlencoded"
2024-01-29 12:21:16 +00:00
version = "1.2.1"
2021-05-12 00:39:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2021-05-12 00:39:51 +00:00
dependencies = [
2022-08-21 04:19:43 +00:00
"percent-encoding",
2021-05-12 00:39:51 +00:00
]
2021-03-24 15:52:47 +00:00
[[package]]
name = "fs-err"
2024-01-29 12:21:16 +00:00
version = "2.11.0"
2021-03-24 15:52:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41"
dependencies = [
"autocfg",
]
2021-03-24 15:52:47 +00:00
[[package]]
name = "fs_extra"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
[[package]]
name = "futf"
2022-06-22 23:49:24 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-22 23:49:24 +00:00
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
dependencies = [
"mac",
"new_debug_unreachable",
]
2021-02-10 01:52:54 +00:00
[[package]]
name = "futures"
2024-01-29 12:21:16 +00:00
version = "0.3.30"
2021-02-10 01:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
2021-02-10 01:52:54 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2024-01-29 12:21:16 +00:00
version = "0.3.30"
2021-02-10 01:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2021-02-10 01:52:54 +00:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2024-01-29 12:21:16 +00:00
version = "0.3.30"
2021-02-10 01:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2021-02-10 01:52:54 +00:00
[[package]]
name = "futures-executor"
2024-01-29 12:21:16 +00:00
version = "0.3.30"
2021-02-10 01:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
2021-02-10 01:52:54 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2024-01-29 12:21:16 +00:00
version = "0.3.30"
2021-02-10 01:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
2021-02-10 01:52:54 +00:00
[[package]]
name = "futures-macro"
2024-01-29 12:21:16 +00:00
version = "0.3.30"
2021-02-10 01:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
2021-02-10 01:52:54 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.75",
2021-02-10 01:52:54 +00:00
]
[[package]]
name = "futures-sink"
2024-01-29 12:21:16 +00:00
version = "0.3.30"
2021-02-10 01:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2021-02-10 01:52:54 +00:00
[[package]]
name = "futures-task"
2024-01-29 12:21:16 +00:00
version = "0.3.30"
2021-02-10 01:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2021-02-10 01:52:54 +00:00
[[package]]
name = "futures-util"
2024-01-29 12:21:16 +00:00
version = "0.3.30"
2021-02-10 01:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2021-02-10 01:52:54 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
Update cargo 23 commits in 9880b408a3af50c08fab3dbf4aa2a972df71e951..c1334b059c6dcceab3c10c81413f79bb832c8d9d 2023-02-28 19:39:39 +0000 to 2023-03-07 19:21:50 +0000 - Add `CARGO_PKG_README` (rust-lang/cargo#11645) - path dependency: fix cargo-util version (rust-lang/cargo#11807) - Adding display of which target failed to compile (rust-lang/cargo#11636) - Fix `CARGO_CFG_` vars for configs defined both with and without value (rust-lang/cargo#11790) - Breaking endless loop on cyclic features in added dependency in cargo-add (rust-lang/cargo#11805) - Enhance the doc of timing report with graphs (rust-lang/cargo#11798) - Make `sparse` the default protocol for crates.io (rust-lang/cargo#11791) - Use sha2 to calculate SHA256 (rust-lang/cargo#11795) - gitoxide progress bar fixes (rust-lang/cargo#11800) - Check publish_to_alt_registry publish content (rust-lang/cargo#11799) - chore: fix missing files in autolabel trigger_files (rust-lang/cargo#11797) - chore: Update base64 (rust-lang/cargo#11796) - Fix some doc typos (rust-lang/cargo#11794) - chore(ci): Enforce cargo-deny in CI (rust-lang/cargo#11761) - Some cleanup for unstable docs (rust-lang/cargo#11793) - gitoxide integration: fetch (rust-lang/cargo#11448) - patch can conflict on not activated packages (rust-lang/cargo#11770) - fix(toml): Provide a way to show unused manifest keys for dependencies (rust-lang/cargo#11630) - Improve error for missing crate in --offline mode for sparse index (rust-lang/cargo#11783) - feat(resolver): `-Zdirect-minimal-versions` (rust-lang/cargo#11688) - feat: Use test name for dir when running tests (rust-lang/cargo#11738) - Jobserver cleanup (rust-lang/cargo#11764) - Fix help string for "--charset" option of "cargo tree" (rust-lang/cargo#11785) Note that some 3rd-party licensing allowed list changed due to the introducion of `gix` dependency
2023-03-07 22:16:27 +00:00
]
[[package]]
name = "generate-copyright"
version = "0.1.0"
Update cargo 23 commits in 9880b408a3af50c08fab3dbf4aa2a972df71e951..c1334b059c6dcceab3c10c81413f79bb832c8d9d 2023-02-28 19:39:39 +0000 to 2023-03-07 19:21:50 +0000 - Add `CARGO_PKG_README` (rust-lang/cargo#11645) - path dependency: fix cargo-util version (rust-lang/cargo#11807) - Adding display of which target failed to compile (rust-lang/cargo#11636) - Fix `CARGO_CFG_` vars for configs defined both with and without value (rust-lang/cargo#11790) - Breaking endless loop on cyclic features in added dependency in cargo-add (rust-lang/cargo#11805) - Enhance the doc of timing report with graphs (rust-lang/cargo#11798) - Make `sparse` the default protocol for crates.io (rust-lang/cargo#11791) - Use sha2 to calculate SHA256 (rust-lang/cargo#11795) - gitoxide progress bar fixes (rust-lang/cargo#11800) - Check publish_to_alt_registry publish content (rust-lang/cargo#11799) - chore: fix missing files in autolabel trigger_files (rust-lang/cargo#11797) - chore: Update base64 (rust-lang/cargo#11796) - Fix some doc typos (rust-lang/cargo#11794) - chore(ci): Enforce cargo-deny in CI (rust-lang/cargo#11761) - Some cleanup for unstable docs (rust-lang/cargo#11793) - gitoxide integration: fetch (rust-lang/cargo#11448) - patch can conflict on not activated packages (rust-lang/cargo#11770) - fix(toml): Provide a way to show unused manifest keys for dependencies (rust-lang/cargo#11630) - Improve error for missing crate in --offline mode for sparse index (rust-lang/cargo#11783) - feat(resolver): `-Zdirect-minimal-versions` (rust-lang/cargo#11688) - feat: Use test name for dir when running tests (rust-lang/cargo#11738) - Jobserver cleanup (rust-lang/cargo#11764) - Fix help string for "--charset" option of "cargo tree" (rust-lang/cargo#11785) Note that some 3rd-party licensing allowed list changed due to the introducion of `gix` dependency
2023-03-07 22:16:27 +00:00
dependencies = [
"anyhow",
2024-07-30 12:56:17 +00:00
"cargo_metadata 0.18.1",
2024-08-06 11:03:37 +00:00
"rinja",
"serde",
"serde_json",
"thiserror",
Update cargo 23 commits in 9880b408a3af50c08fab3dbf4aa2a972df71e951..c1334b059c6dcceab3c10c81413f79bb832c8d9d 2023-02-28 19:39:39 +0000 to 2023-03-07 19:21:50 +0000 - Add `CARGO_PKG_README` (rust-lang/cargo#11645) - path dependency: fix cargo-util version (rust-lang/cargo#11807) - Adding display of which target failed to compile (rust-lang/cargo#11636) - Fix `CARGO_CFG_` vars for configs defined both with and without value (rust-lang/cargo#11790) - Breaking endless loop on cyclic features in added dependency in cargo-add (rust-lang/cargo#11805) - Enhance the doc of timing report with graphs (rust-lang/cargo#11798) - Make `sparse` the default protocol for crates.io (rust-lang/cargo#11791) - Use sha2 to calculate SHA256 (rust-lang/cargo#11795) - gitoxide progress bar fixes (rust-lang/cargo#11800) - Check publish_to_alt_registry publish content (rust-lang/cargo#11799) - chore: fix missing files in autolabel trigger_files (rust-lang/cargo#11797) - chore: Update base64 (rust-lang/cargo#11796) - Fix some doc typos (rust-lang/cargo#11794) - chore(ci): Enforce cargo-deny in CI (rust-lang/cargo#11761) - Some cleanup for unstable docs (rust-lang/cargo#11793) - gitoxide integration: fetch (rust-lang/cargo#11448) - patch can conflict on not activated packages (rust-lang/cargo#11770) - fix(toml): Provide a way to show unused manifest keys for dependencies (rust-lang/cargo#11630) - Improve error for missing crate in --offline mode for sparse index (rust-lang/cargo#11783) - feat(resolver): `-Zdirect-minimal-versions` (rust-lang/cargo#11688) - feat: Use test name for dir when running tests (rust-lang/cargo#11738) - Jobserver cleanup (rust-lang/cargo#11764) - Fix help string for "--charset" option of "cargo tree" (rust-lang/cargo#11785) Note that some 3rd-party licensing allowed list changed due to the introducion of `gix` dependency
2023-03-07 22:16:27 +00:00
]
2023-04-15 10:57:07 +00:00
[[package]]
name = "generate-windows-sys"
version = "0.1.0"
dependencies = [
"windows-bindgen",
]
Update cargo 23 commits in 9880b408a3af50c08fab3dbf4aa2a972df71e951..c1334b059c6dcceab3c10c81413f79bb832c8d9d 2023-02-28 19:39:39 +0000 to 2023-03-07 19:21:50 +0000 - Add `CARGO_PKG_README` (rust-lang/cargo#11645) - path dependency: fix cargo-util version (rust-lang/cargo#11807) - Adding display of which target failed to compile (rust-lang/cargo#11636) - Fix `CARGO_CFG_` vars for configs defined both with and without value (rust-lang/cargo#11790) - Breaking endless loop on cyclic features in added dependency in cargo-add (rust-lang/cargo#11805) - Enhance the doc of timing report with graphs (rust-lang/cargo#11798) - Make `sparse` the default protocol for crates.io (rust-lang/cargo#11791) - Use sha2 to calculate SHA256 (rust-lang/cargo#11795) - gitoxide progress bar fixes (rust-lang/cargo#11800) - Check publish_to_alt_registry publish content (rust-lang/cargo#11799) - chore: fix missing files in autolabel trigger_files (rust-lang/cargo#11797) - chore: Update base64 (rust-lang/cargo#11796) - Fix some doc typos (rust-lang/cargo#11794) - chore(ci): Enforce cargo-deny in CI (rust-lang/cargo#11761) - Some cleanup for unstable docs (rust-lang/cargo#11793) - gitoxide integration: fetch (rust-lang/cargo#11448) - patch can conflict on not activated packages (rust-lang/cargo#11770) - fix(toml): Provide a way to show unused manifest keys for dependencies (rust-lang/cargo#11630) - Improve error for missing crate in --offline mode for sparse index (rust-lang/cargo#11783) - feat(resolver): `-Zdirect-minimal-versions` (rust-lang/cargo#11688) - feat: Use test name for dir when running tests (rust-lang/cargo#11738) - Jobserver cleanup (rust-lang/cargo#11764) - Fix help string for "--charset" option of "cargo tree" (rust-lang/cargo#11785) Note that some 3rd-party licensing allowed list changed due to the introducion of `gix` dependency
2023-03-07 22:16:27 +00:00
[[package]]
name = "generic-array"
version = "0.14.7"
Update cargo 23 commits in 9880b408a3af50c08fab3dbf4aa2a972df71e951..c1334b059c6dcceab3c10c81413f79bb832c8d9d 2023-02-28 19:39:39 +0000 to 2023-03-07 19:21:50 +0000 - Add `CARGO_PKG_README` (rust-lang/cargo#11645) - path dependency: fix cargo-util version (rust-lang/cargo#11807) - Adding display of which target failed to compile (rust-lang/cargo#11636) - Fix `CARGO_CFG_` vars for configs defined both with and without value (rust-lang/cargo#11790) - Breaking endless loop on cyclic features in added dependency in cargo-add (rust-lang/cargo#11805) - Enhance the doc of timing report with graphs (rust-lang/cargo#11798) - Make `sparse` the default protocol for crates.io (rust-lang/cargo#11791) - Use sha2 to calculate SHA256 (rust-lang/cargo#11795) - gitoxide progress bar fixes (rust-lang/cargo#11800) - Check publish_to_alt_registry publish content (rust-lang/cargo#11799) - chore: fix missing files in autolabel trigger_files (rust-lang/cargo#11797) - chore: Update base64 (rust-lang/cargo#11796) - Fix some doc typos (rust-lang/cargo#11794) - chore(ci): Enforce cargo-deny in CI (rust-lang/cargo#11761) - Some cleanup for unstable docs (rust-lang/cargo#11793) - gitoxide integration: fetch (rust-lang/cargo#11448) - patch can conflict on not activated packages (rust-lang/cargo#11770) - fix(toml): Provide a way to show unused manifest keys for dependencies (rust-lang/cargo#11630) - Improve error for missing crate in --offline mode for sparse index (rust-lang/cargo#11783) - feat(resolver): `-Zdirect-minimal-versions` (rust-lang/cargo#11688) - feat: Use test name for dir when running tests (rust-lang/cargo#11738) - Jobserver cleanup (rust-lang/cargo#11764) - Fix help string for "--charset" option of "cargo tree" (rust-lang/cargo#11785) Note that some 3rd-party licensing allowed list changed due to the introducion of `gix` dependency
2023-03-07 22:16:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
Update cargo 23 commits in 9880b408a3af50c08fab3dbf4aa2a972df71e951..c1334b059c6dcceab3c10c81413f79bb832c8d9d 2023-02-28 19:39:39 +0000 to 2023-03-07 19:21:50 +0000 - Add `CARGO_PKG_README` (rust-lang/cargo#11645) - path dependency: fix cargo-util version (rust-lang/cargo#11807) - Adding display of which target failed to compile (rust-lang/cargo#11636) - Fix `CARGO_CFG_` vars for configs defined both with and without value (rust-lang/cargo#11790) - Breaking endless loop on cyclic features in added dependency in cargo-add (rust-lang/cargo#11805) - Enhance the doc of timing report with graphs (rust-lang/cargo#11798) - Make `sparse` the default protocol for crates.io (rust-lang/cargo#11791) - Use sha2 to calculate SHA256 (rust-lang/cargo#11795) - gitoxide progress bar fixes (rust-lang/cargo#11800) - Check publish_to_alt_registry publish content (rust-lang/cargo#11799) - chore: fix missing files in autolabel trigger_files (rust-lang/cargo#11797) - chore: Update base64 (rust-lang/cargo#11796) - Fix some doc typos (rust-lang/cargo#11794) - chore(ci): Enforce cargo-deny in CI (rust-lang/cargo#11761) - Some cleanup for unstable docs (rust-lang/cargo#11793) - gitoxide integration: fetch (rust-lang/cargo#11448) - patch can conflict on not activated packages (rust-lang/cargo#11770) - fix(toml): Provide a way to show unused manifest keys for dependencies (rust-lang/cargo#11630) - Improve error for missing crate in --offline mode for sparse index (rust-lang/cargo#11783) - feat(resolver): `-Zdirect-minimal-versions` (rust-lang/cargo#11688) - feat: Use test name for dir when running tests (rust-lang/cargo#11738) - Jobserver cleanup (rust-lang/cargo#11764) - Fix help string for "--charset" option of "cargo tree" (rust-lang/cargo#11785) Note that some 3rd-party licensing allowed list changed due to the introducion of `gix` dependency
2023-03-07 22:16:27 +00:00
dependencies = [
"typenum",
"version_check",
Update cargo 23 commits in 9880b408a3af50c08fab3dbf4aa2a972df71e951..c1334b059c6dcceab3c10c81413f79bb832c8d9d 2023-02-28 19:39:39 +0000 to 2023-03-07 19:21:50 +0000 - Add `CARGO_PKG_README` (rust-lang/cargo#11645) - path dependency: fix cargo-util version (rust-lang/cargo#11807) - Adding display of which target failed to compile (rust-lang/cargo#11636) - Fix `CARGO_CFG_` vars for configs defined both with and without value (rust-lang/cargo#11790) - Breaking endless loop on cyclic features in added dependency in cargo-add (rust-lang/cargo#11805) - Enhance the doc of timing report with graphs (rust-lang/cargo#11798) - Make `sparse` the default protocol for crates.io (rust-lang/cargo#11791) - Use sha2 to calculate SHA256 (rust-lang/cargo#11795) - gitoxide progress bar fixes (rust-lang/cargo#11800) - Check publish_to_alt_registry publish content (rust-lang/cargo#11799) - chore: fix missing files in autolabel trigger_files (rust-lang/cargo#11797) - chore: Update base64 (rust-lang/cargo#11796) - Fix some doc typos (rust-lang/cargo#11794) - chore(ci): Enforce cargo-deny in CI (rust-lang/cargo#11761) - Some cleanup for unstable docs (rust-lang/cargo#11793) - gitoxide integration: fetch (rust-lang/cargo#11448) - patch can conflict on not activated packages (rust-lang/cargo#11770) - fix(toml): Provide a way to show unused manifest keys for dependencies (rust-lang/cargo#11630) - Improve error for missing crate in --offline mode for sparse index (rust-lang/cargo#11783) - feat(resolver): `-Zdirect-minimal-versions` (rust-lang/cargo#11688) - feat: Use test name for dir when running tests (rust-lang/cargo#11738) - Jobserver cleanup (rust-lang/cargo#11764) - Fix help string for "--charset" option of "cargo tree" (rust-lang/cargo#11785) Note that some 3rd-party licensing allowed list changed due to the introducion of `gix` dependency
2023-03-07 22:16:27 +00:00
]
[[package]]
name = "getopts"
version = "0.2.21"
Update cargo 23 commits in 9880b408a3af50c08fab3dbf4aa2a972df71e951..c1334b059c6dcceab3c10c81413f79bb832c8d9d 2023-02-28 19:39:39 +0000 to 2023-03-07 19:21:50 +0000 - Add `CARGO_PKG_README` (rust-lang/cargo#11645) - path dependency: fix cargo-util version (rust-lang/cargo#11807) - Adding display of which target failed to compile (rust-lang/cargo#11636) - Fix `CARGO_CFG_` vars for configs defined both with and without value (rust-lang/cargo#11790) - Breaking endless loop on cyclic features in added dependency in cargo-add (rust-lang/cargo#11805) - Enhance the doc of timing report with graphs (rust-lang/cargo#11798) - Make `sparse` the default protocol for crates.io (rust-lang/cargo#11791) - Use sha2 to calculate SHA256 (rust-lang/cargo#11795) - gitoxide progress bar fixes (rust-lang/cargo#11800) - Check publish_to_alt_registry publish content (rust-lang/cargo#11799) - chore: fix missing files in autolabel trigger_files (rust-lang/cargo#11797) - chore: Update base64 (rust-lang/cargo#11796) - Fix some doc typos (rust-lang/cargo#11794) - chore(ci): Enforce cargo-deny in CI (rust-lang/cargo#11761) - Some cleanup for unstable docs (rust-lang/cargo#11793) - gitoxide integration: fetch (rust-lang/cargo#11448) - patch can conflict on not activated packages (rust-lang/cargo#11770) - fix(toml): Provide a way to show unused manifest keys for dependencies (rust-lang/cargo#11630) - Improve error for missing crate in --offline mode for sparse index (rust-lang/cargo#11783) - feat(resolver): `-Zdirect-minimal-versions` (rust-lang/cargo#11688) - feat: Use test name for dir when running tests (rust-lang/cargo#11738) - Jobserver cleanup (rust-lang/cargo#11764) - Fix help string for "--charset" option of "cargo tree" (rust-lang/cargo#11785) Note that some 3rd-party licensing allowed list changed due to the introducion of `gix` dependency
2023-03-07 22:16:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
Update cargo 23 commits in 9880b408a3af50c08fab3dbf4aa2a972df71e951..c1334b059c6dcceab3c10c81413f79bb832c8d9d 2023-02-28 19:39:39 +0000 to 2023-03-07 19:21:50 +0000 - Add `CARGO_PKG_README` (rust-lang/cargo#11645) - path dependency: fix cargo-util version (rust-lang/cargo#11807) - Adding display of which target failed to compile (rust-lang/cargo#11636) - Fix `CARGO_CFG_` vars for configs defined both with and without value (rust-lang/cargo#11790) - Breaking endless loop on cyclic features in added dependency in cargo-add (rust-lang/cargo#11805) - Enhance the doc of timing report with graphs (rust-lang/cargo#11798) - Make `sparse` the default protocol for crates.io (rust-lang/cargo#11791) - Use sha2 to calculate SHA256 (rust-lang/cargo#11795) - gitoxide progress bar fixes (rust-lang/cargo#11800) - Check publish_to_alt_registry publish content (rust-lang/cargo#11799) - chore: fix missing files in autolabel trigger_files (rust-lang/cargo#11797) - chore: Update base64 (rust-lang/cargo#11796) - Fix some doc typos (rust-lang/cargo#11794) - chore(ci): Enforce cargo-deny in CI (rust-lang/cargo#11761) - Some cleanup for unstable docs (rust-lang/cargo#11793) - gitoxide integration: fetch (rust-lang/cargo#11448) - patch can conflict on not activated packages (rust-lang/cargo#11770) - fix(toml): Provide a way to show unused manifest keys for dependencies (rust-lang/cargo#11630) - Improve error for missing crate in --offline mode for sparse index (rust-lang/cargo#11783) - feat(resolver): `-Zdirect-minimal-versions` (rust-lang/cargo#11688) - feat: Use test name for dir when running tests (rust-lang/cargo#11738) - Jobserver cleanup (rust-lang/cargo#11764) - Fix help string for "--charset" option of "cargo tree" (rust-lang/cargo#11785) Note that some 3rd-party licensing allowed list changed due to the introducion of `gix` dependency
2023-03-07 22:16:27 +00:00
dependencies = [
"unicode-width",
Update cargo 23 commits in 9880b408a3af50c08fab3dbf4aa2a972df71e951..c1334b059c6dcceab3c10c81413f79bb832c8d9d 2023-02-28 19:39:39 +0000 to 2023-03-07 19:21:50 +0000 - Add `CARGO_PKG_README` (rust-lang/cargo#11645) - path dependency: fix cargo-util version (rust-lang/cargo#11807) - Adding display of which target failed to compile (rust-lang/cargo#11636) - Fix `CARGO_CFG_` vars for configs defined both with and without value (rust-lang/cargo#11790) - Breaking endless loop on cyclic features in added dependency in cargo-add (rust-lang/cargo#11805) - Enhance the doc of timing report with graphs (rust-lang/cargo#11798) - Make `sparse` the default protocol for crates.io (rust-lang/cargo#11791) - Use sha2 to calculate SHA256 (rust-lang/cargo#11795) - gitoxide progress bar fixes (rust-lang/cargo#11800) - Check publish_to_alt_registry publish content (rust-lang/cargo#11799) - chore: fix missing files in autolabel trigger_files (rust-lang/cargo#11797) - chore: Update base64 (rust-lang/cargo#11796) - Fix some doc typos (rust-lang/cargo#11794) - chore(ci): Enforce cargo-deny in CI (rust-lang/cargo#11761) - Some cleanup for unstable docs (rust-lang/cargo#11793) - gitoxide integration: fetch (rust-lang/cargo#11448) - patch can conflict on not activated packages (rust-lang/cargo#11770) - fix(toml): Provide a way to show unused manifest keys for dependencies (rust-lang/cargo#11630) - Improve error for missing crate in --offline mode for sparse index (rust-lang/cargo#11783) - feat(resolver): `-Zdirect-minimal-versions` (rust-lang/cargo#11688) - feat: Use test name for dir when running tests (rust-lang/cargo#11738) - Jobserver cleanup (rust-lang/cargo#11764) - Fix help string for "--charset" option of "cargo tree" (rust-lang/cargo#11785) Note that some 3rd-party licensing allowed list changed due to the introducion of `gix` dependency
2023-03-07 22:16:27 +00:00
]
[[package]]
name = "getrandom"
2024-06-08 19:22:16 +00:00
version = "0.2.15"
Update cargo 23 commits in 9880b408a3af50c08fab3dbf4aa2a972df71e951..c1334b059c6dcceab3c10c81413f79bb832c8d9d 2023-02-28 19:39:39 +0000 to 2023-03-07 19:21:50 +0000 - Add `CARGO_PKG_README` (rust-lang/cargo#11645) - path dependency: fix cargo-util version (rust-lang/cargo#11807) - Adding display of which target failed to compile (rust-lang/cargo#11636) - Fix `CARGO_CFG_` vars for configs defined both with and without value (rust-lang/cargo#11790) - Breaking endless loop on cyclic features in added dependency in cargo-add (rust-lang/cargo#11805) - Enhance the doc of timing report with graphs (rust-lang/cargo#11798) - Make `sparse` the default protocol for crates.io (rust-lang/cargo#11791) - Use sha2 to calculate SHA256 (rust-lang/cargo#11795) - gitoxide progress bar fixes (rust-lang/cargo#11800) - Check publish_to_alt_registry publish content (rust-lang/cargo#11799) - chore: fix missing files in autolabel trigger_files (rust-lang/cargo#11797) - chore: Update base64 (rust-lang/cargo#11796) - Fix some doc typos (rust-lang/cargo#11794) - chore(ci): Enforce cargo-deny in CI (rust-lang/cargo#11761) - Some cleanup for unstable docs (rust-lang/cargo#11793) - gitoxide integration: fetch (rust-lang/cargo#11448) - patch can conflict on not activated packages (rust-lang/cargo#11770) - fix(toml): Provide a way to show unused manifest keys for dependencies (rust-lang/cargo#11630) - Improve error for missing crate in --offline mode for sparse index (rust-lang/cargo#11783) - feat(resolver): `-Zdirect-minimal-versions` (rust-lang/cargo#11688) - feat: Use test name for dir when running tests (rust-lang/cargo#11738) - Jobserver cleanup (rust-lang/cargo#11764) - Fix help string for "--charset" option of "cargo tree" (rust-lang/cargo#11785) Note that some 3rd-party licensing allowed list changed due to the introducion of `gix` dependency
2023-03-07 22:16:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-08 19:22:16 +00:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
Update cargo 23 commits in 9880b408a3af50c08fab3dbf4aa2a972df71e951..c1334b059c6dcceab3c10c81413f79bb832c8d9d 2023-02-28 19:39:39 +0000 to 2023-03-07 19:21:50 +0000 - Add `CARGO_PKG_README` (rust-lang/cargo#11645) - path dependency: fix cargo-util version (rust-lang/cargo#11807) - Adding display of which target failed to compile (rust-lang/cargo#11636) - Fix `CARGO_CFG_` vars for configs defined both with and without value (rust-lang/cargo#11790) - Breaking endless loop on cyclic features in added dependency in cargo-add (rust-lang/cargo#11805) - Enhance the doc of timing report with graphs (rust-lang/cargo#11798) - Make `sparse` the default protocol for crates.io (rust-lang/cargo#11791) - Use sha2 to calculate SHA256 (rust-lang/cargo#11795) - gitoxide progress bar fixes (rust-lang/cargo#11800) - Check publish_to_alt_registry publish content (rust-lang/cargo#11799) - chore: fix missing files in autolabel trigger_files (rust-lang/cargo#11797) - chore: Update base64 (rust-lang/cargo#11796) - Fix some doc typos (rust-lang/cargo#11794) - chore(ci): Enforce cargo-deny in CI (rust-lang/cargo#11761) - Some cleanup for unstable docs (rust-lang/cargo#11793) - gitoxide integration: fetch (rust-lang/cargo#11448) - patch can conflict on not activated packages (rust-lang/cargo#11770) - fix(toml): Provide a way to show unused manifest keys for dependencies (rust-lang/cargo#11630) - Improve error for missing crate in --offline mode for sparse index (rust-lang/cargo#11783) - feat(resolver): `-Zdirect-minimal-versions` (rust-lang/cargo#11688) - feat: Use test name for dir when running tests (rust-lang/cargo#11738) - Jobserver cleanup (rust-lang/cargo#11764) - Fix help string for "--charset" option of "cargo tree" (rust-lang/cargo#11785) Note that some 3rd-party licensing allowed list changed due to the introducion of `gix` dependency
2023-03-07 22:16:27 +00:00
dependencies = [
"cfg-if",
"libc",
"wasi",
Update cargo 23 commits in 9880b408a3af50c08fab3dbf4aa2a972df71e951..c1334b059c6dcceab3c10c81413f79bb832c8d9d 2023-02-28 19:39:39 +0000 to 2023-03-07 19:21:50 +0000 - Add `CARGO_PKG_README` (rust-lang/cargo#11645) - path dependency: fix cargo-util version (rust-lang/cargo#11807) - Adding display of which target failed to compile (rust-lang/cargo#11636) - Fix `CARGO_CFG_` vars for configs defined both with and without value (rust-lang/cargo#11790) - Breaking endless loop on cyclic features in added dependency in cargo-add (rust-lang/cargo#11805) - Enhance the doc of timing report with graphs (rust-lang/cargo#11798) - Make `sparse` the default protocol for crates.io (rust-lang/cargo#11791) - Use sha2 to calculate SHA256 (rust-lang/cargo#11795) - gitoxide progress bar fixes (rust-lang/cargo#11800) - Check publish_to_alt_registry publish content (rust-lang/cargo#11799) - chore: fix missing files in autolabel trigger_files (rust-lang/cargo#11797) - chore: Update base64 (rust-lang/cargo#11796) - Fix some doc typos (rust-lang/cargo#11794) - chore(ci): Enforce cargo-deny in CI (rust-lang/cargo#11761) - Some cleanup for unstable docs (rust-lang/cargo#11793) - gitoxide integration: fetch (rust-lang/cargo#11448) - patch can conflict on not activated packages (rust-lang/cargo#11770) - fix(toml): Provide a way to show unused manifest keys for dependencies (rust-lang/cargo#11630) - Improve error for missing crate in --offline mode for sparse index (rust-lang/cargo#11783) - feat(resolver): `-Zdirect-minimal-versions` (rust-lang/cargo#11688) - feat: Use test name for dir when running tests (rust-lang/cargo#11738) - Jobserver cleanup (rust-lang/cargo#11764) - Fix help string for "--charset" option of "cargo tree" (rust-lang/cargo#11785) Note that some 3rd-party licensing allowed list changed due to the introducion of `gix` dependency
2023-03-07 22:16:27 +00:00
]
[[package]]
name = "gimli"
2024-01-29 12:21:16 +00:00
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
dependencies = [
2023-08-14 14:57:38 +00:00
"fallible-iterator",
"indexmap",
2023-08-14 14:57:38 +00:00
"stable_deref_trait",
Update cargo 23 commits in 9880b408a3af50c08fab3dbf4aa2a972df71e951..c1334b059c6dcceab3c10c81413f79bb832c8d9d 2023-02-28 19:39:39 +0000 to 2023-03-07 19:21:50 +0000 - Add `CARGO_PKG_README` (rust-lang/cargo#11645) - path dependency: fix cargo-util version (rust-lang/cargo#11807) - Adding display of which target failed to compile (rust-lang/cargo#11636) - Fix `CARGO_CFG_` vars for configs defined both with and without value (rust-lang/cargo#11790) - Breaking endless loop on cyclic features in added dependency in cargo-add (rust-lang/cargo#11805) - Enhance the doc of timing report with graphs (rust-lang/cargo#11798) - Make `sparse` the default protocol for crates.io (rust-lang/cargo#11791) - Use sha2 to calculate SHA256 (rust-lang/cargo#11795) - gitoxide progress bar fixes (rust-lang/cargo#11800) - Check publish_to_alt_registry publish content (rust-lang/cargo#11799) - chore: fix missing files in autolabel trigger_files (rust-lang/cargo#11797) - chore: Update base64 (rust-lang/cargo#11796) - Fix some doc typos (rust-lang/cargo#11794) - chore(ci): Enforce cargo-deny in CI (rust-lang/cargo#11761) - Some cleanup for unstable docs (rust-lang/cargo#11793) - gitoxide integration: fetch (rust-lang/cargo#11448) - patch can conflict on not activated packages (rust-lang/cargo#11770) - fix(toml): Provide a way to show unused manifest keys for dependencies (rust-lang/cargo#11630) - Improve error for missing crate in --offline mode for sparse index (rust-lang/cargo#11783) - feat(resolver): `-Zdirect-minimal-versions` (rust-lang/cargo#11688) - feat: Use test name for dir when running tests (rust-lang/cargo#11738) - Jobserver cleanup (rust-lang/cargo#11764) - Fix help string for "--charset" option of "cargo tree" (rust-lang/cargo#11785) Note that some 3rd-party licensing allowed list changed due to the introducion of `gix` dependency
2023-03-07 22:16:27 +00:00
]
[[package]]
name = "gimli"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
dependencies = [
"fallible-iterator",
"indexmap",
"stable_deref_trait",
]
[[package]]
name = "glob"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]]
name = "globset"
2024-01-29 12:21:16 +00:00
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"
dependencies = [
2024-01-29 12:21:16 +00:00
"aho-corasick",
"bstr",
"fnv",
"log",
"regex",
]
[[package]]
name = "gsgdt"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
dependencies = [
"serde",
]
[[package]]
name = "handlebars"
2024-04-01 13:06:32 +00:00
version = "5.1.2"
2019-01-19 02:39:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-01 13:06:32 +00:00
checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
2019-01-19 02:39:37 +00:00
dependencies = [
"log",
"pest",
"pest_derive",
"serde",
"serde_json",
2022-08-31 20:04:12 +00:00
"thiserror",
2019-01-19 02:39:37 +00:00
]
[[package]]
name = "hashbrown"
2024-05-11 14:27:17 +00:00
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
dependencies = [
2023-08-14 14:57:38 +00:00
"ahash",
"allocator-api2",
"serde",
]
2022-06-13 03:04:54 +00:00
[[package]]
name = "heck"
version = "0.4.1"
2022-06-13 03:04:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-06-13 03:04:54 +00:00
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hermit-abi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "home"
2024-01-29 12:21:16 +00:00
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
dependencies = [
2024-01-29 12:21:16 +00:00
"windows-sys 0.52.0",
]
[[package]]
name = "html-checker"
version = "0.1.0"
dependencies = [
2022-07-30 03:26:00 +00:00
"rayon",
"walkdir",
]
[[package]]
name = "html-escape"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
dependencies = [
"utf8-width",
]
[[package]]
name = "html5ever"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
dependencies = [
"log",
"mac",
2024-06-15 15:53:45 +00:00
"markup5ever",
"proc-macro2",
"quote",
"syn 2.0.75",
]
[[package]]
name = "humansize"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
dependencies = [
2023-10-23 01:34:12 +00:00
"libm",
]
2020-01-21 17:55:43 +00:00
[[package]]
name = "humantime"
version = "2.1.0"
2020-01-21 17:55:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2020-01-21 17:55:43 +00:00
[[package]]
name = "iana-time-zone"
2024-01-29 12:21:16 +00:00
version = "0.1.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2024-07-31 14:08:31 +00:00
"windows-core 0.52.0",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
[[package]]
name = "icu_list"
2024-06-08 19:18:31 +00:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-08 19:18:31 +00:00
checksum = "bbfeda1d7775b6548edd4e8b7562304a559a91ed56ab56e18961a053f367c365"
dependencies = [
"displaydoc",
"icu_list_data",
"icu_locid_transform",
"icu_provider",
"regex-automata 0.2.0",
"writeable",
]
[[package]]
name = "icu_list_data"
2024-06-08 19:18:31 +00:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-08 19:18:31 +00:00
checksum = "e1825170d2c6679cb20dbd96a589d034e49f698aed9a2ef4fafc9a0101ed298f"
[[package]]
name = "icu_locid"
2024-06-08 19:18:31 +00:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-08 19:18:31 +00:00
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
dependencies = [
"displaydoc",
"litemap",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
name = "icu_locid_transform"
2024-06-08 19:18:31 +00:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-08 19:18:31 +00:00
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
dependencies = [
"displaydoc",
"icu_locid",
"icu_locid_transform_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_locid_transform_data"
2024-06-08 19:18:31 +00:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-08 19:18:31 +00:00
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
[[package]]
name = "icu_provider"
2024-06-08 19:18:31 +00:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-08 19:18:31 +00:00
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
dependencies = [
"displaydoc",
"icu_locid",
"icu_provider_macros",
"stable_deref_trait",
"tinystr",
"writeable",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_provider_adapters"
2024-06-08 19:18:31 +00:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-08 19:18:31 +00:00
checksum = "d6324dfd08348a8e0374a447ebd334044d766b1839bb8d5ccf2482a99a77c0bc"
dependencies = [
"icu_locid",
"icu_locid_transform",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_provider_macros"
2024-06-08 19:18:31 +00:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-08 19:18:31 +00:00
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.75",
]
[[package]]
name = "id-arena"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2019-08-01 00:44:39 +00:00
[[package]]
name = "idna"
version = "0.5.0"
2019-08-01 00:44:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
2019-08-01 00:44:39 +00:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
2019-08-01 00:44:39 +00:00
]
2017-12-06 08:25:29 +00:00
[[package]]
name = "if_chain"
version = "1.0.2"
2017-12-06 08:25:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
2017-12-06 08:25:29 +00:00
[[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",
]
2022-07-15 14:04:23 +00:00
[[package]]
name = "indenter"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
[[package]]
name = "indexmap"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
dependencies = [
"equivalent",
"hashbrown",
"rustc-rayon",
"serde",
]
2023-08-24 19:33:17 +00:00
[[package]]
name = "indicatif"
2024-01-29 12:21:16 +00:00
version = "0.17.8"
2023-08-24 19:33:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
2023-08-24 19:33:17 +00:00
dependencies = [
"console",
"instant",
"number_prefix",
"portable-atomic",
"unicode-width",
]
2021-10-21 11:13:17 +00:00
[[package]]
name = "indoc"
version = "1.0.9"
2021-10-21 11:13:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
2021-10-21 11:13:17 +00:00
2023-10-21 06:41:45 +00:00
[[package]]
name = "inout"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
"generic-array",
]
2017-05-08 22:01:13 +00:00
[[package]]
name = "installer"
version = "0.0.0"
dependencies = [
"anyhow",
"clap",
"flate2",
"rayon",
"tar",
"walkdir",
"xz2",
2017-05-08 22:01:13 +00:00
]
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
[[package]]
name = "instant"
version = "0.1.13"
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
2021-12-06 11:33:55 +00:00
dependencies = [
"cfg-if",
2021-12-06 11:33:55 +00:00
]
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
[[package]]
name = "intl-memoizer"
2024-05-11 14:27:17 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "fe22e020fce238ae18a6d5d8c502ee76a52a6e880d99477657e6acc30ec57bda"
dependencies = [
"type-map",
"unic-langid",
]
[[package]]
name = "intl_pluralrules"
2022-10-19 23:24:42 +00:00
version = "7.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-19 23:24:42 +00:00
checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
dependencies = [
"unic-langid",
]
2024-05-11 14:27:17 +00:00
[[package]]
name = "is_terminal_polyfill"
version = "1.70.1"
2024-05-11 14:27:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2024-05-11 14:27:17 +00:00
2024-02-27 14:50:23 +00:00
[[package]]
name = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
[[package]]
name = "itoa"
2024-04-01 13:06:32 +00:00
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-01 13:06:32 +00:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2022-05-06 21:20:04 +00:00
[[package]]
name = "jemalloc-sys"
version = "0.5.4+5.3.0-patched"
2022-05-06 21:20:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2"
2022-05-06 21:20:04 +00:00
dependencies = [
"cc",
"libc",
]
[[package]]
name = "jobserver"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
version = "0.3.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "jsondocck"
version = "0.1.0"
dependencies = [
2021-03-24 15:52:47 +00:00
"fs-err",
"getopts",
"jsonpath_lib",
"regex",
"serde_json",
2021-06-01 15:25:36 +00:00
"shlex",
]
2022-08-23 13:49:37 +00:00
[[package]]
name = "jsondoclint"
version = "0.1.0"
2022-08-24 16:32:39 +00:00
dependencies = [
"anyhow",
"clap",
2022-08-24 16:32:39 +00:00
"fs-err",
"rustc-hash",
2022-08-24 16:32:39 +00:00
"rustdoc-json-types",
"serde",
2022-08-24 16:32:39 +00:00
"serde_json",
]
2022-08-23 13:49:37 +00:00
[[package]]
name = "jsonpath_lib"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eaa63191d68230cccb81c5aa23abd53ed64d83337cacbb25a7b8c7979523774f"
dependencies = [
"log",
"serde",
"serde_json",
]
[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "leb128"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
2023-08-29 13:28:53 +00:00
[[package]]
name = "levenshtein"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
[[package]]
name = "lexopt"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401"
[[package]]
name = "libc"
version = "0.2.157"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "374af5f94e54fa97cf75e945cce8a6b201e88a1a07e688b47dfd2a59c66dbd86"
[[package]]
name = "libdbus-sys"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
dependencies = [
"cc",
"pkg-config",
]
2022-09-02 14:49:38 +00:00
[[package]]
name = "libffi"
version = "3.2.0"
2022-09-02 14:49:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2"
2022-09-02 14:49:38 +00:00
dependencies = [
"libc",
"libffi-sys",
]
[[package]]
name = "libffi-sys"
2023-04-27 11:42:52 +00:00
version = "2.3.0"
2022-09-02 14:49:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-27 11:42:52 +00:00
checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c"
2022-09-02 14:49:38 +00:00
dependencies = [
"cc",
]
2023-10-01 05:03:42 +00:00
[[package]]
name = "libloading"
version = "0.8.5"
2023-10-01 05:03:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
2023-10-01 05:03:42 +00:00
dependencies = [
"cfg-if",
"windows-targets 0.52.6",
2023-10-01 05:03:42 +00:00
]
[[package]]
name = "libm"
2024-01-29 12:21:16 +00:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
[[package]]
name = "libredox"
2024-04-01 13:06:32 +00:00
version = "0.1.3"
2024-01-29 12:21:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-01 13:06:32 +00:00
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
2024-01-29 12:21:16 +00:00
dependencies = [
"bitflags 2.6.0",
2024-01-29 12:21:16 +00:00
"libc",
"redox_syscall",
2024-01-29 12:21:16 +00:00
]
[[package]]
name = "libz-sys"
version = "1.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdc53a7799a7496ebc9fd29f31f7df80e83c9bda5299768af5f9e59eeea74647"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "linkchecker"
version = "0.1.0"
dependencies = [
2024-06-15 15:53:45 +00:00
"html5ever",
"regex",
]
2020-09-08 22:09:57 +00:00
[[package]]
name = "lint-docs"
version = "0.1.0"
dependencies = [
"serde_json",
"tempfile",
"walkdir",
]
[[package]]
name = "linux-raw-sys"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
[[package]]
name = "litemap"
2024-06-08 19:18:31 +00:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-08 19:18:31 +00:00
checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
[[package]]
name = "lld-wrapper"
version = "0.1.0"
2024-02-06 18:15:38 +00:00
[[package]]
name = "llvm-bitcode-linker"
version = "0.0.1"
dependencies = [
"anyhow",
"clap",
"thiserror",
"tracing",
"tracing-subscriber",
]
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
[[package]]
name = "lock_api"
2024-05-11 14:27:17 +00:00
version = "0.4.12"
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
dependencies = [
"autocfg",
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2017-05-08 22:01:13 +00:00
[[package]]
name = "lzma-sys"
version = "0.1.20"
2017-05-08 22:01:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
2017-05-08 22:01:13 +00:00
dependencies = [
"cc",
"libc",
"pkg-config",
2017-05-08 22:01:13 +00:00
]
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
[[package]]
name = "maplit"
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]]
name = "markup5ever"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
dependencies = [
"log",
2024-06-15 15:53:45 +00:00
"phf",
"phf_codegen",
"string_cache",
"string_cache_codegen",
"tendril",
]
2020-07-24 18:42:00 +00:00
[[package]]
name = "matchers"
version = "0.1.0"
2020-07-24 18:42:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
2020-07-24 18:42:00 +00:00
dependencies = [
"regex-automata 0.1.10",
2020-07-24 18:42:00 +00:00
]
[[package]]
name = "md-5"
2024-01-29 12:21:16 +00:00
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
dependencies = [
2024-01-29 12:21:16 +00:00
"cfg-if",
2022-08-31 20:04:12 +00:00
"digest",
]
[[package]]
name = "mdbook"
version = "0.4.40"
2019-01-19 02:39:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
dependencies = [
"ammonia",
2020-06-23 22:23:46 +00:00
"anyhow",
"chrono",
"clap",
2022-04-15 18:57:06 +00:00
"clap_complete",
"elasticlunr-rs",
2024-02-22 11:35:21 +00:00
"env_logger",
"handlebars",
"log",
"memchr",
2023-01-06 01:20:59 +00:00
"once_cell",
"opener 0.7.2",
2024-05-11 14:27:17 +00:00
"pulldown-cmark 0.10.3",
"regex",
"serde",
"serde_json",
2021-06-01 15:25:36 +00:00
"shlex",
"tempfile",
"toml 0.5.11",
2021-12-03 20:25:07 +00:00
"topological-sort",
2019-01-19 02:39:37 +00:00
]
[[package]]
name = "measureme"
2024-01-13 15:32:03 +00:00
version = "11.0.1"
2021-10-07 13:08:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-13 15:32:03 +00:00
checksum = "dfa4a40f09af7aa6faef38285402a78847d0d72bf8827006cd2a332e1e6e4a8d"
dependencies = [
"log",
"memmap2",
"parking_lot",
"perf-event-open-sys",
"rustc-hash",
"smallvec",
]
2017-12-06 08:25:29 +00:00
[[package]]
name = "memchr"
2022-07-26 18:36:20 +00:00
version = "2.5.0"
2017-12-06 08:25:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 18:36:20 +00:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "memmap2"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
2024-04-01 13:06:32 +00:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-01 13:06:32 +00:00
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
dependencies = [
"autocfg",
]
2023-03-06 10:15:59 +00:00
[[package]]
name = "mime"
version = "0.3.17"
2023-03-06 10:15:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2023-03-06 10:15:59 +00:00
[[package]]
name = "mime_guess"
version = "2.0.5"
2023-03-06 10:15:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2023-03-06 10:15:59 +00:00
dependencies = [
"mime",
"unicase",
]
2018-05-10 22:02:05 +00:00
[[package]]
name = "minifier"
2024-08-24 16:34:28 +00:00
version = "0.3.1"
2018-05-10 22:02:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-24 16:34:28 +00:00
checksum = "9aa3f302fe0f8de065d4a2d1ed64f60204623cac58b80cd3c2a83a25d5a7d437"
dependencies = [
"clap",
]
2018-05-10 22:02:05 +00:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2022-07-15 14:04:23 +00:00
[[package]]
name = "miniz_oxide"
version = "0.7.4"
2022-07-15 14:04:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
2022-07-15 14:04:23 +00:00
dependencies = [
2022-11-08 00:13:20 +00:00
"adler",
2022-07-15 14:04:23 +00:00
]
Update cargo 20 commits in 7e484fc1a766f56dbc95380f45719698e0c82749..9286a1beba5b28b115bad67de2ae91fb1c61eb0b 2022-10-27 15:20:57 +0000 to 2022-11-04 06:41:49 +0000 - chore: Upgrade dependencies (rust-lang/cargo#11328) - Clean more aggressively in CI (rust-lang/cargo#11335) - Remove remove_dir_all (rust-lang/cargo#11333) - test(publish): Cover more wait-for-publish cases (rust-lang/cargo#11327) - Revert rust-lang/cargo#11183 (rust-lang/cargo#11331) - fix(semver-check): adapt to a different error for variant not covered (rust-lang/cargo#11332) - Update curl-sys (rust-lang/cargo#11326) - Mention fix on build script deadlock (rust-lang/cargo#11325) - Make cargo forward pre-existing CARGO if set (rust-lang/cargo#11285) - Clean up workspace dependencies after cargo remove (rust-lang/cargo#11242) - Update the outdated link for rust-semverver (rust-lang/cargo#11322) - Fix broken link to compilation entry point (rust-lang/cargo#11317) - Only remove fingerprints and build script artifacts of the requested package (rust-lang/cargo#10621) - Newer anyhow features are required (rust-lang/cargo#11316) - Clean stale git temp files (rust-lang/cargo#11308) - Report crate size on package and publish (rust-lang/cargo#11270) - add a note that some warnings (and/or errors) can be auto-fixed (rust-lang/cargo#10989) - Update libcurl (rust-lang/cargo#11307) - artifact deps shoud works when target field specified coexists with `optional = true` (rust-lang/cargo#11183) - Fix singular verb in tests page (rust-lang/cargo#11300)
2022-11-04 23:50:44 +00:00
[[package]]
name = "miow"
version = "0.6.0"
Update cargo 20 commits in 7e484fc1a766f56dbc95380f45719698e0c82749..9286a1beba5b28b115bad67de2ae91fb1c61eb0b 2022-10-27 15:20:57 +0000 to 2022-11-04 06:41:49 +0000 - chore: Upgrade dependencies (rust-lang/cargo#11328) - Clean more aggressively in CI (rust-lang/cargo#11335) - Remove remove_dir_all (rust-lang/cargo#11333) - test(publish): Cover more wait-for-publish cases (rust-lang/cargo#11327) - Revert rust-lang/cargo#11183 (rust-lang/cargo#11331) - fix(semver-check): adapt to a different error for variant not covered (rust-lang/cargo#11332) - Update curl-sys (rust-lang/cargo#11326) - Mention fix on build script deadlock (rust-lang/cargo#11325) - Make cargo forward pre-existing CARGO if set (rust-lang/cargo#11285) - Clean up workspace dependencies after cargo remove (rust-lang/cargo#11242) - Update the outdated link for rust-semverver (rust-lang/cargo#11322) - Fix broken link to compilation entry point (rust-lang/cargo#11317) - Only remove fingerprints and build script artifacts of the requested package (rust-lang/cargo#10621) - Newer anyhow features are required (rust-lang/cargo#11316) - Clean stale git temp files (rust-lang/cargo#11308) - Report crate size on package and publish (rust-lang/cargo#11270) - add a note that some warnings (and/or errors) can be auto-fixed (rust-lang/cargo#10989) - Update libcurl (rust-lang/cargo#11307) - artifact deps shoud works when target field specified coexists with `optional = true` (rust-lang/cargo#11183) - Fix singular verb in tests page (rust-lang/cargo#11300)
2022-11-04 23:50:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
Update cargo 20 commits in 7e484fc1a766f56dbc95380f45719698e0c82749..9286a1beba5b28b115bad67de2ae91fb1c61eb0b 2022-10-27 15:20:57 +0000 to 2022-11-04 06:41:49 +0000 - chore: Upgrade dependencies (rust-lang/cargo#11328) - Clean more aggressively in CI (rust-lang/cargo#11335) - Remove remove_dir_all (rust-lang/cargo#11333) - test(publish): Cover more wait-for-publish cases (rust-lang/cargo#11327) - Revert rust-lang/cargo#11183 (rust-lang/cargo#11331) - fix(semver-check): adapt to a different error for variant not covered (rust-lang/cargo#11332) - Update curl-sys (rust-lang/cargo#11326) - Mention fix on build script deadlock (rust-lang/cargo#11325) - Make cargo forward pre-existing CARGO if set (rust-lang/cargo#11285) - Clean up workspace dependencies after cargo remove (rust-lang/cargo#11242) - Update the outdated link for rust-semverver (rust-lang/cargo#11322) - Fix broken link to compilation entry point (rust-lang/cargo#11317) - Only remove fingerprints and build script artifacts of the requested package (rust-lang/cargo#10621) - Newer anyhow features are required (rust-lang/cargo#11316) - Clean stale git temp files (rust-lang/cargo#11308) - Report crate size on package and publish (rust-lang/cargo#11270) - add a note that some warnings (and/or errors) can be auto-fixed (rust-lang/cargo#10989) - Update libcurl (rust-lang/cargo#11307) - artifact deps shoud works when target field specified coexists with `optional = true` (rust-lang/cargo#11183) - Fix singular verb in tests page (rust-lang/cargo#11300)
2022-11-04 23:50:44 +00:00
dependencies = [
2023-08-24 19:33:17 +00:00
"windows-sys 0.48.0",
Update cargo 20 commits in 7e484fc1a766f56dbc95380f45719698e0c82749..9286a1beba5b28b115bad67de2ae91fb1c61eb0b 2022-10-27 15:20:57 +0000 to 2022-11-04 06:41:49 +0000 - chore: Upgrade dependencies (rust-lang/cargo#11328) - Clean more aggressively in CI (rust-lang/cargo#11335) - Remove remove_dir_all (rust-lang/cargo#11333) - test(publish): Cover more wait-for-publish cases (rust-lang/cargo#11327) - Revert rust-lang/cargo#11183 (rust-lang/cargo#11331) - fix(semver-check): adapt to a different error for variant not covered (rust-lang/cargo#11332) - Update curl-sys (rust-lang/cargo#11326) - Mention fix on build script deadlock (rust-lang/cargo#11325) - Make cargo forward pre-existing CARGO if set (rust-lang/cargo#11285) - Clean up workspace dependencies after cargo remove (rust-lang/cargo#11242) - Update the outdated link for rust-semverver (rust-lang/cargo#11322) - Fix broken link to compilation entry point (rust-lang/cargo#11317) - Only remove fingerprints and build script artifacts of the requested package (rust-lang/cargo#10621) - Newer anyhow features are required (rust-lang/cargo#11316) - Clean stale git temp files (rust-lang/cargo#11308) - Report crate size on package and publish (rust-lang/cargo#11270) - add a note that some warnings (and/or errors) can be auto-fixed (rust-lang/cargo#10989) - Update libcurl (rust-lang/cargo#11307) - artifact deps shoud works when target field specified coexists with `optional = true` (rust-lang/cargo#11183) - Fix singular verb in tests page (rust-lang/cargo#11300)
2022-11-04 23:50:44 +00:00
]
[[package]]
name = "miri"
version = "0.1.0"
dependencies = [
2023-10-21 06:41:45 +00:00
"aes",
2024-04-25 10:28:45 +00:00
"chrono",
2024-05-05 15:17:45 +00:00
"chrono-tz",
"colored",
2023-05-23 10:10:18 +00:00
"ctrlc",
2024-04-25 10:28:45 +00:00
"directories",
"getrandom",
2024-01-08 10:21:18 +00:00
"jemalloc-sys",
"libc",
2022-09-02 14:49:38 +00:00
"libffi",
"libloading",
2022-06-26 02:21:49 +00:00
"measureme",
"rand",
2022-05-30 08:17:46 +00:00
"regex",
2022-10-22 08:45:25 +00:00
"rustc_version",
"smallvec",
2024-03-09 17:56:52 +00:00
"tempfile",
2024-09-17 13:20:50 +00:00
"ui_test 0.26.5",
2024-08-05 18:39:56 +00:00
"windows-sys 0.52.0",
]
[[package]]
name = "miropt-test-tools"
version = "0.1.0"
[[package]]
name = "new_debug_unreachable"
version = "1.0.6"
2018-02-26 03:15:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
2018-02-26 03:15:45 +00:00
2023-05-23 10:10:18 +00:00
[[package]]
name = "nix"
version = "0.29.0"
2023-05-23 10:10:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
2023-05-23 10:10:18 +00:00
dependencies = [
"bitflags 2.6.0",
2023-05-23 10:10:18 +00:00
"cfg-if",
"cfg_aliases",
2023-05-23 10:10:18 +00:00
"libc",
]
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
2023-11-29 23:52:16 +00:00
[[package]]
name = "normpath"
version = "1.3.0"
2023-11-29 23:52:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
2023-11-29 23:52:16 +00:00
dependencies = [
"windows-sys 0.59.0",
2023-11-29 23:52:16 +00:00
]
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
2017-05-08 22:01:13 +00:00
]
[[package]]
name = "nu-ansi-term"
version = "0.50.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "num"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
dependencies = [
"num-bigint",
"num-complex",
"num-integer",
"num-iter",
"num-rational",
"num-traits",
]
[[package]]
name = "num-bigint"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
dependencies = [
"num-integer",
"num-traits",
]
[[package]]
name = "num-complex"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
dependencies = [
"num-traits",
]
2024-01-29 12:21:16 +00:00
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-integer"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits",
]
[[package]]
name = "num-iter"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-rational"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
dependencies = [
"num-bigint",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2024-05-11 14:27:17 +00:00
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
Move the standard library to a separate workspace This ensures that the Cargo.lock packaged for it in the rust-src component is up-to-date, allowing rust-analyzer to run cargo metadata on the standard library even when the rust-src component is stored in a read-only location as is necessary for loading crates.io dependencies of the standard library. This also simplifies tidy's license check for runtime dependencies as it can now look at all entries in library/Cargo.lock without having to filter for just the dependencies of runtime crates. In addition this allows removing an exception in check_runtime_license_exceptions that was necessary due to the compiler enabling a feature on the object crate which pulls in a dependency not allowed for the standard library. While cargo workspaces normally enable dependencies of multiple targets to be reused, for the standard library we do not want this reusing to prevent conflicts between dependencies of the sysroot and of tools that are built using this sysroot. For this reason we already use an unstable cargo feature to ensure that any dependencies which would otherwise be shared get a different -Cmetadata argument as well as using separate build dirs. This doesn't change the situation around vendoring. We already have several cargo workspaces that need to be vendored. Adding another one doesn't change much. There are also no cargo profiles that are shared between the root workspace and the library workspace anyway, so it doesn't add any extra work when changing cargo profiles.
2024-08-01 20:09:50 +00:00
"hermit-abi",
"libc",
]
2023-08-24 19:33:17 +00:00
[[package]]
name = "number_prefix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2023-08-14 14:57:38 +00:00
[[package]]
name = "object"
2024-01-21 17:16:26 +00:00
version = "0.32.2"
2023-08-14 14:57:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-21 17:16:26 +00:00
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dependencies = [
"crc32fast",
"flate2",
"hashbrown",
"indexmap",
"memchr",
2024-03-18 22:47:41 +00:00
"ruzstd 0.5.0",
]
2024-06-07 05:50:28 +00:00
[[package]]
name = "object"
version = "0.36.4"
2024-06-07 05:50:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
2024-06-07 05:50:28 +00:00
dependencies = [
"crc32fast",
"flate2",
"hashbrown",
"indexmap",
2024-06-07 05:50:28 +00:00
"memchr",
"ruzstd 0.7.0",
"wasmparser",
2024-06-07 05:50:28 +00:00
]
[[package]]
name = "odht"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
dependencies = [
"cfg-if",
]
[[package]]
name = "once_cell"
2024-01-29 12:21:16 +00:00
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2024-07-18 18:56:36 +00:00
[[package]]
name = "once_map"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa7085055bbe9c8edbd982048dbcf8181794d4a81cb04a11931673e63cc18dc6"
dependencies = [
"ahash",
"hashbrown",
"parking_lot",
"stable_deref_trait",
]
2023-11-29 23:52:16 +00:00
[[package]]
name = "opener"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c62dcb6174f9cb326eac248f07e955d5d559c272730b6c03e396b443b562788"
dependencies = [
"bstr",
"normpath",
"winapi",
]
[[package]]
name = "opener"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
dependencies = [
"bstr",
"dbus",
"normpath",
"windows-sys 0.59.0",
]
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
version = "0.9.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
2021-10-12 04:48:27 +00:00
]
[[package]]
name = "opt-dist"
version = "0.1.0"
dependencies = [
"anyhow",
"build_helper",
"camino",
2023-09-12 16:32:32 +00:00
"clap",
"derive_builder",
2024-02-22 11:35:21 +00:00
"env_logger",
"fs_extra",
"glob",
"humansize",
"humantime",
"log",
"serde",
"serde_json",
"sysinfo",
"tabled",
"tar",
"tempfile",
"xz2",
]
2023-10-07 05:55:48 +00:00
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2022-07-15 14:04:23 +00:00
[[package]]
name = "owo-colors"
version = "3.5.0"
2022-07-15 14:04:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
2022-07-15 14:04:23 +00:00
2023-08-24 19:33:17 +00:00
[[package]]
name = "pad"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3"
dependencies = [
"unicode-width",
]
[[package]]
name = "papergrid"
2024-02-22 11:17:59 +00:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-22 11:17:59 +00:00
checksum = "9ad43c07024ef767f9160710b3a6773976194758c7919b17e63b863db0bdf7fb"
dependencies = [
"bytecount",
"fnv",
"unicode-width",
]
[[package]]
name = "parking_lot"
2024-06-08 19:22:16 +00:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-08 19:22:16 +00:00
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-05-11 14:27:17 +00:00
version = "0.9.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-targets 0.52.6",
]
2024-05-05 15:17:45 +00:00
[[package]]
name = "parse-zoneinfo"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
dependencies = [
"regex",
]
[[package]]
name = "pathdiff"
2022-04-14 01:02:32 +00:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:02:32 +00:00
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
2019-08-01 00:44:39 +00:00
[[package]]
name = "percent-encoding"
2024-01-29 12:21:16 +00:00
version = "2.3.1"
2019-08-01 00:44:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2019-08-01 00:44:39 +00:00
[[package]]
name = "perf-event-open-sys"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b29be2ba35c12c6939f6bc73187f728bba82c3c062ecdc5fa90ea739282a1f58"
dependencies = [
"libc",
]
2019-08-01 00:44:39 +00:00
2019-01-19 02:39:37 +00:00
[[package]]
name = "pest"
version = "2.7.11"
2019-01-19 02:39:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95"
2019-01-19 02:39:37 +00:00
dependencies = [
2024-01-29 12:21:16 +00:00
"memchr",
2022-08-31 20:04:12 +00:00
"thiserror",
"ucd-trie",
2019-01-19 02:39:37 +00:00
]
[[package]]
name = "pest_derive"
version = "2.7.11"
2019-01-19 02:39:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a"
2019-01-19 02:39:37 +00:00
dependencies = [
"pest",
"pest_generator",
2019-01-19 02:39:37 +00:00
]
[[package]]
name = "pest_generator"
version = "2.7.11"
2019-01-19 02:39:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183"
2019-01-19 02:39:37 +00:00
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn 2.0.75",
2019-01-19 02:39:37 +00:00
]
[[package]]
name = "pest_meta"
version = "2.7.11"
2019-01-19 02:39:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f"
2019-01-19 02:39:37 +00:00
dependencies = [
2022-08-31 20:04:12 +00:00
"once_cell",
"pest",
"sha2",
2019-01-19 02:39:37 +00:00
]
2024-05-05 15:17:45 +00:00
[[package]]
name = "phf"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
dependencies = [
"phf_shared 0.11.2",
]
2024-05-05 15:17:45 +00:00
[[package]]
name = "phf_codegen"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
dependencies = [
"phf_generator 0.11.2",
"phf_shared 0.11.2",
]
[[package]]
name = "phf_generator"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
dependencies = [
2024-05-05 15:17:45 +00:00
"phf_shared 0.10.0",
"rand",
]
[[package]]
name = "phf_generator"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
dependencies = [
"phf_shared 0.11.2",
"rand",
]
[[package]]
name = "phf_shared"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
dependencies = [
"siphasher",
]
2024-05-05 15:17:45 +00:00
[[package]]
name = "phf_shared"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
dependencies = [
"siphasher",
]
2021-02-10 01:52:54 +00:00
[[package]]
name = "pin-project-lite"
2024-04-01 13:06:32 +00:00
version = "0.2.14"
2021-02-10 01:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-01 13:06:32 +00:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2021-02-10 01:52:54 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
cargo update Updating ahash v0.8.8 -> v0.8.10 Updating annotate-snippets v0.10.1 -> v0.10.2 Updating anstream v0.6.11 -> v0.6.13 Updating anyhow v1.0.79 -> v1.0.80 Updating bumpalo v3.14.0 -> v3.15.3 Updating clap v4.5.0 -> v4.5.1 Updating clap_builder v4.5.0 -> v4.5.1 Updating clap_complete v4.5.0 -> v4.5.1 Updating crossbeam-channel v0.5.11 -> v0.5.12 Updating darling v0.20.6 -> v0.20.8 Updating darling_core v0.20.6 -> v0.20.8 Updating darling_macro v0.20.6 -> v0.20.8 Updating dlmalloc v0.2.5 -> v0.2.6 Updating indexmap v2.2.3 -> v2.2.5 Updating libloading v0.8.1 -> v0.8.2 Updating log v0.4.20 -> v0.4.21 Updating mio v0.8.10 -> v0.8.11 Updating normpath v1.1.1 -> v1.2.0 Updating openssl v0.10.63 -> v0.10.64 Updating openssl-sys v0.9.99 -> v0.9.101 Updating pest v2.7.7 -> v2.7.8 Updating pest_derive v2.7.7 -> v2.7.8 Updating pest_generator v2.7.7 -> v2.7.8 Updating pest_meta v2.7.7 -> v2.7.8 Updating pkg-config v0.3.29 -> v0.3.30 Updating rayon v1.8.1 -> v1.9.0 Downgrading regex v1.9.4 -> v1.8.4 Updating regex-automata v0.3.7 -> v0.3.9 Updating reqwest v0.11.23 -> v0.11.24 Adding rustls-pemfile v1.0.4 Updating ryu v1.0.16 -> v1.0.17 Updating semver v1.0.21 -> v1.0.22 Updating serde v1.0.196 -> v1.0.197 Updating serde_derive v1.0.196 -> v1.0.197 Updating serde_json v1.0.113 -> v1.0.114 Updating socket2 v0.5.5 -> v0.5.6 Updating syn v2.0.48 -> v2.0.52 Adding sync_wrapper v0.1.2 Updating sysinfo v0.30.5 -> v0.30.6 Updating tempfile v3.10.0 -> v3.10.1 Updating thread_local v1.1.7 -> v1.1.8 Updating unicode-normalization v0.1.22 -> v0.1.23 Updating unicode-script v0.5.5 -> v0.5.6 Updating walkdir v2.4.0 -> v2.5.0 Updating windows-targets v0.52.0 -> v0.52.4 Updating windows_aarch64_gnullvm v0.52.0 -> v0.52.4 Updating windows_aarch64_msvc v0.52.0 -> v0.52.4 Updating windows_i686_gnu v0.52.0 -> v0.52.4 Updating windows_i686_msvc v0.52.0 -> v0.52.4 Updating windows_x86_64_gnu v0.52.0 -> v0.52.4 Updating windows_x86_64_gnullvm v0.52.0 -> v0.52.4 Updating windows_x86_64_msvc v0.52.0 -> v0.52.4
2024-03-03 00:16:16 +00:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
cargo update Updating ahash v0.8.8 -> v0.8.10 Updating annotate-snippets v0.10.1 -> v0.10.2 Updating anstream v0.6.11 -> v0.6.13 Updating anyhow v1.0.79 -> v1.0.80 Updating bumpalo v3.14.0 -> v3.15.3 Updating clap v4.5.0 -> v4.5.1 Updating clap_builder v4.5.0 -> v4.5.1 Updating clap_complete v4.5.0 -> v4.5.1 Updating crossbeam-channel v0.5.11 -> v0.5.12 Updating darling v0.20.6 -> v0.20.8 Updating darling_core v0.20.6 -> v0.20.8 Updating darling_macro v0.20.6 -> v0.20.8 Updating dlmalloc v0.2.5 -> v0.2.6 Updating indexmap v2.2.3 -> v2.2.5 Updating libloading v0.8.1 -> v0.8.2 Updating log v0.4.20 -> v0.4.21 Updating mio v0.8.10 -> v0.8.11 Updating normpath v1.1.1 -> v1.2.0 Updating openssl v0.10.63 -> v0.10.64 Updating openssl-sys v0.9.99 -> v0.9.101 Updating pest v2.7.7 -> v2.7.8 Updating pest_derive v2.7.7 -> v2.7.8 Updating pest_generator v2.7.7 -> v2.7.8 Updating pest_meta v2.7.7 -> v2.7.8 Updating pkg-config v0.3.29 -> v0.3.30 Updating rayon v1.8.1 -> v1.9.0 Downgrading regex v1.9.4 -> v1.8.4 Updating regex-automata v0.3.7 -> v0.3.9 Updating reqwest v0.11.23 -> v0.11.24 Adding rustls-pemfile v1.0.4 Updating ryu v1.0.16 -> v1.0.17 Updating semver v1.0.21 -> v1.0.22 Updating serde v1.0.196 -> v1.0.197 Updating serde_derive v1.0.196 -> v1.0.197 Updating serde_json v1.0.113 -> v1.0.114 Updating socket2 v0.5.5 -> v0.5.6 Updating syn v2.0.48 -> v2.0.52 Adding sync_wrapper v0.1.2 Updating sysinfo v0.30.5 -> v0.30.6 Updating tempfile v3.10.0 -> v3.10.1 Updating thread_local v1.1.7 -> v1.1.8 Updating unicode-normalization v0.1.22 -> v0.1.23 Updating unicode-script v0.5.5 -> v0.5.6 Updating walkdir v2.4.0 -> v2.5.0 Updating windows-targets v0.52.0 -> v0.52.4 Updating windows_aarch64_gnullvm v0.52.0 -> v0.52.4 Updating windows_aarch64_msvc v0.52.0 -> v0.52.4 Updating windows_i686_gnu v0.52.0 -> v0.52.4 Updating windows_i686_msvc v0.52.0 -> v0.52.4 Updating windows_x86_64_gnu v0.52.0 -> v0.52.4 Updating windows_x86_64_gnullvm v0.52.0 -> v0.52.4 Updating windows_x86_64_msvc v0.52.0 -> v0.52.4
2024-03-03 00:16:16 +00:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2018-05-24 21:52:01 +00:00
[[package]]
name = "polonius-engine"
version = "0.13.0"
2018-05-24 21:52:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
2018-05-29 11:52:51 +00:00
dependencies = [
"datafrog",
"log",
"rustc-hash",
2018-05-29 11:52:51 +00:00
]
2018-05-24 21:52:01 +00:00
2023-08-24 19:33:17 +00:00
[[package]]
name = "portable-atomic"
version = "1.7.0"
2023-08-24 19:33:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265"
2023-08-24 19:33:17 +00:00
2024-01-29 12:16:20 +00:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2019-08-01 15:02:26 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.20"
2019-08-01 15:02:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
dependencies = [
"zerocopy",
]
2019-08-01 15:02:26 +00:00
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2024-07-25 16:29:27 +00:00
[[package]]
name = "prettydiff"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abec3fb083c10660b3854367697da94c674e9e82aa7511014dc958beeb7215e9"
dependencies = [
"owo-colors",
"pad",
]
[[package]]
name = "proc-macro-hack"
version = "0.5.20+deprecated"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
2019-09-08 08:28:11 +00:00
[[package]]
name = "proc-macro2"
version = "1.0.86"
2019-09-08 08:28:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2019-09-08 08:28:11 +00:00
dependencies = [
2022-10-09 03:25:40 +00:00
"unicode-ident",
2019-09-08 08:28:11 +00:00
]
[[package]]
name = "psm"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
dependencies = [
"cc",
]
[[package]]
name = "pulldown-cmark"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b"
dependencies = [
"bitflags 2.6.0",
"memchr",
"unicase",
]
[[package]]
name = "pulldown-cmark"
2024-06-29 16:34:52 +00:00
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-29 16:34:52 +00:00
checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
dependencies = [
"bitflags 2.6.0",
"memchr",
2024-06-29 16:34:52 +00:00
"pulldown-cmark-escape 0.10.1",
"unicase",
]
2024-02-07 04:22:13 +00:00
[[package]]
name = "pulldown-cmark"
version = "0.11.2"
2024-02-07 04:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb4e75767fbc9d92b90e4d0c011f61358cde9513b31ef07ea3631b15ffc3b4fd"
2024-02-07 04:22:13 +00:00
dependencies = [
"bitflags 2.6.0",
2024-02-07 04:22:13 +00:00
"memchr",
2024-06-29 16:34:52 +00:00
"pulldown-cmark-escape 0.11.0",
2024-02-07 04:22:13 +00:00
"unicase",
]
[[package]]
name = "pulldown-cmark-escape"
2024-05-11 14:27:17 +00:00
version = "0.10.1"
2024-02-07 04:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
2024-02-07 04:22:13 +00:00
2024-06-29 16:34:52 +00:00
[[package]]
name = "pulldown-cmark-escape"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae"
[[package]]
name = "punycode"
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
[[package]]
2017-12-06 08:25:29 +00:00
name = "quine-mc_cluskey"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
2019-09-08 08:28:11 +00:00
[[package]]
name = "quote"
2024-05-11 14:27:17 +00:00
version = "1.0.36"
2019-09-08 08:28:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2019-09-08 08:28:11 +00:00
dependencies = [
"proc-macro2",
]
Update Cargo Output of `git log --oneline c68432f1e..970bc67c3`: 970bc67c3 (HEAD, origin/master, origin/auto-cargo, origin/HEAD) Auto merge of #9243 - wickerwaka:configurable-env-doc, r=ehuss 4d7a29b75 Document the configurable-env usntable option f7a7a3f91 Auto merge of #9229 - alexcrichton:fix-borrow-mut, r=ehuss 3f2ece7a9 Fix a `BorrowMut` error when stdout is closed 7441e8c23 Auto merge of #8825 - Aaron1011:feature/report-future-incompat, r=ehuss 139ed73f5 Add future-incompat tracking issue number. 9ea350368 Fix some minor formatting issues. f03d47ce4 Address review comments 6177c6584 Implement future incompatibility report support c69409658 Auto merge of #9022 - nagisa:nagisa/manifest_path, r=alexcrichton 548300b20 Add the path to the manifest in json output 99e714c05 Auto merge of #9230 - kornelski:nobinaries, r=alexcrichton 61a31bc5f Auto merge of #9236 - kornelski:track-assert, r=Eh2406 3f7f0942c track_caller on custom assert functions 6977dee10 Explain `cargo install` is not for libraries e4aebf0a0 Auto merge of #9231 - joshtriplett:clear-to-eol-if-color, r=alexcrichton b219f0eb7 Auto merge of #9181 - jyn514:computer-says-no, r=ehuss 0b1816578 Remove unhelpful link to Cargo book ea46f5ce3 Use ANSI clear-to-EOL if color is force-enabled a6394bcc1 Remove unnecessary `config` argument to `Features::add` 3a86ecf2d Fix TODO about nightly features 09677c83c Be less unix-centric in error messages ecfdced0d Fix test that assumed tests always were run on the stable channel eba541994 Update comment in build_script_env a5720117f Make `nightly_features_allowed` a field instead of a function 169b09ce7 Compute `enable_nightly_features` once instead of on each call 8fc86e155 Remove unused thread_locals 4b096beae Fix `masquerade_as_nightly_cargo` in work threads e56417c8c Suggest RUSTC_BOOTSTRAP=crate instead of RUSTC_BOOTSTRAP=1 418129dae Downgrade error to a warning when `RUSTC_BOOTSTRAP` is set or this is the nightly channel 6c422a2c0 Restrict RUSTC_BOOTSTRAP in build.rs
2021-03-07 23:39:19 +00:00
[[package]]
name = "rand"
version = "0.8.5"
Update Cargo Output of `git log --oneline c68432f1e..970bc67c3`: 970bc67c3 (HEAD, origin/master, origin/auto-cargo, origin/HEAD) Auto merge of #9243 - wickerwaka:configurable-env-doc, r=ehuss 4d7a29b75 Document the configurable-env usntable option f7a7a3f91 Auto merge of #9229 - alexcrichton:fix-borrow-mut, r=ehuss 3f2ece7a9 Fix a `BorrowMut` error when stdout is closed 7441e8c23 Auto merge of #8825 - Aaron1011:feature/report-future-incompat, r=ehuss 139ed73f5 Add future-incompat tracking issue number. 9ea350368 Fix some minor formatting issues. f03d47ce4 Address review comments 6177c6584 Implement future incompatibility report support c69409658 Auto merge of #9022 - nagisa:nagisa/manifest_path, r=alexcrichton 548300b20 Add the path to the manifest in json output 99e714c05 Auto merge of #9230 - kornelski:nobinaries, r=alexcrichton 61a31bc5f Auto merge of #9236 - kornelski:track-assert, r=Eh2406 3f7f0942c track_caller on custom assert functions 6977dee10 Explain `cargo install` is not for libraries e4aebf0a0 Auto merge of #9231 - joshtriplett:clear-to-eol-if-color, r=alexcrichton b219f0eb7 Auto merge of #9181 - jyn514:computer-says-no, r=ehuss 0b1816578 Remove unhelpful link to Cargo book ea46f5ce3 Use ANSI clear-to-EOL if color is force-enabled a6394bcc1 Remove unnecessary `config` argument to `Features::add` 3a86ecf2d Fix TODO about nightly features 09677c83c Be less unix-centric in error messages ecfdced0d Fix test that assumed tests always were run on the stable channel eba541994 Update comment in build_script_env a5720117f Make `nightly_features_allowed` a field instead of a function 169b09ce7 Compute `enable_nightly_features` once instead of on each call 8fc86e155 Remove unused thread_locals 4b096beae Fix `masquerade_as_nightly_cargo` in work threads e56417c8c Suggest RUSTC_BOOTSTRAP=crate instead of RUSTC_BOOTSTRAP=1 418129dae Downgrade error to a warning when `RUSTC_BOOTSTRAP` is set or this is the nightly channel 6c422a2c0 Restrict RUSTC_BOOTSTRAP in build.rs
2021-03-07 23:39:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
Update Cargo Output of `git log --oneline c68432f1e..970bc67c3`: 970bc67c3 (HEAD, origin/master, origin/auto-cargo, origin/HEAD) Auto merge of #9243 - wickerwaka:configurable-env-doc, r=ehuss 4d7a29b75 Document the configurable-env usntable option f7a7a3f91 Auto merge of #9229 - alexcrichton:fix-borrow-mut, r=ehuss 3f2ece7a9 Fix a `BorrowMut` error when stdout is closed 7441e8c23 Auto merge of #8825 - Aaron1011:feature/report-future-incompat, r=ehuss 139ed73f5 Add future-incompat tracking issue number. 9ea350368 Fix some minor formatting issues. f03d47ce4 Address review comments 6177c6584 Implement future incompatibility report support c69409658 Auto merge of #9022 - nagisa:nagisa/manifest_path, r=alexcrichton 548300b20 Add the path to the manifest in json output 99e714c05 Auto merge of #9230 - kornelski:nobinaries, r=alexcrichton 61a31bc5f Auto merge of #9236 - kornelski:track-assert, r=Eh2406 3f7f0942c track_caller on custom assert functions 6977dee10 Explain `cargo install` is not for libraries e4aebf0a0 Auto merge of #9231 - joshtriplett:clear-to-eol-if-color, r=alexcrichton b219f0eb7 Auto merge of #9181 - jyn514:computer-says-no, r=ehuss 0b1816578 Remove unhelpful link to Cargo book ea46f5ce3 Use ANSI clear-to-EOL if color is force-enabled a6394bcc1 Remove unnecessary `config` argument to `Features::add` 3a86ecf2d Fix TODO about nightly features 09677c83c Be less unix-centric in error messages ecfdced0d Fix test that assumed tests always were run on the stable channel eba541994 Update comment in build_script_env a5720117f Make `nightly_features_allowed` a field instead of a function 169b09ce7 Compute `enable_nightly_features` once instead of on each call 8fc86e155 Remove unused thread_locals 4b096beae Fix `masquerade_as_nightly_cargo` in work threads e56417c8c Suggest RUSTC_BOOTSTRAP=crate instead of RUSTC_BOOTSTRAP=1 418129dae Downgrade error to a warning when `RUSTC_BOOTSTRAP` is set or this is the nightly channel 6c422a2c0 Restrict RUSTC_BOOTSTRAP in build.rs
2021-03-07 23:39:19 +00:00
dependencies = [
"libc",
"rand_chacha",
"rand_core",
Update Cargo Output of `git log --oneline c68432f1e..970bc67c3`: 970bc67c3 (HEAD, origin/master, origin/auto-cargo, origin/HEAD) Auto merge of #9243 - wickerwaka:configurable-env-doc, r=ehuss 4d7a29b75 Document the configurable-env usntable option f7a7a3f91 Auto merge of #9229 - alexcrichton:fix-borrow-mut, r=ehuss 3f2ece7a9 Fix a `BorrowMut` error when stdout is closed 7441e8c23 Auto merge of #8825 - Aaron1011:feature/report-future-incompat, r=ehuss 139ed73f5 Add future-incompat tracking issue number. 9ea350368 Fix some minor formatting issues. f03d47ce4 Address review comments 6177c6584 Implement future incompatibility report support c69409658 Auto merge of #9022 - nagisa:nagisa/manifest_path, r=alexcrichton 548300b20 Add the path to the manifest in json output 99e714c05 Auto merge of #9230 - kornelski:nobinaries, r=alexcrichton 61a31bc5f Auto merge of #9236 - kornelski:track-assert, r=Eh2406 3f7f0942c track_caller on custom assert functions 6977dee10 Explain `cargo install` is not for libraries e4aebf0a0 Auto merge of #9231 - joshtriplett:clear-to-eol-if-color, r=alexcrichton b219f0eb7 Auto merge of #9181 - jyn514:computer-says-no, r=ehuss 0b1816578 Remove unhelpful link to Cargo book ea46f5ce3 Use ANSI clear-to-EOL if color is force-enabled a6394bcc1 Remove unnecessary `config` argument to `Features::add` 3a86ecf2d Fix TODO about nightly features 09677c83c Be less unix-centric in error messages ecfdced0d Fix test that assumed tests always were run on the stable channel eba541994 Update comment in build_script_env a5720117f Make `nightly_features_allowed` a field instead of a function 169b09ce7 Compute `enable_nightly_features` once instead of on each call 8fc86e155 Remove unused thread_locals 4b096beae Fix `masquerade_as_nightly_cargo` in work threads e56417c8c Suggest RUSTC_BOOTSTRAP=crate instead of RUSTC_BOOTSTRAP=1 418129dae Downgrade error to a warning when `RUSTC_BOOTSTRAP` is set or this is the nightly channel 6c422a2c0 Restrict RUSTC_BOOTSTRAP in build.rs
2021-03-07 23:39:19 +00:00
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
Update Cargo Output of `git log --oneline c68432f1e..970bc67c3`: 970bc67c3 (HEAD, origin/master, origin/auto-cargo, origin/HEAD) Auto merge of #9243 - wickerwaka:configurable-env-doc, r=ehuss 4d7a29b75 Document the configurable-env usntable option f7a7a3f91 Auto merge of #9229 - alexcrichton:fix-borrow-mut, r=ehuss 3f2ece7a9 Fix a `BorrowMut` error when stdout is closed 7441e8c23 Auto merge of #8825 - Aaron1011:feature/report-future-incompat, r=ehuss 139ed73f5 Add future-incompat tracking issue number. 9ea350368 Fix some minor formatting issues. f03d47ce4 Address review comments 6177c6584 Implement future incompatibility report support c69409658 Auto merge of #9022 - nagisa:nagisa/manifest_path, r=alexcrichton 548300b20 Add the path to the manifest in json output 99e714c05 Auto merge of #9230 - kornelski:nobinaries, r=alexcrichton 61a31bc5f Auto merge of #9236 - kornelski:track-assert, r=Eh2406 3f7f0942c track_caller on custom assert functions 6977dee10 Explain `cargo install` is not for libraries e4aebf0a0 Auto merge of #9231 - joshtriplett:clear-to-eol-if-color, r=alexcrichton b219f0eb7 Auto merge of #9181 - jyn514:computer-says-no, r=ehuss 0b1816578 Remove unhelpful link to Cargo book ea46f5ce3 Use ANSI clear-to-EOL if color is force-enabled a6394bcc1 Remove unnecessary `config` argument to `Features::add` 3a86ecf2d Fix TODO about nightly features 09677c83c Be less unix-centric in error messages ecfdced0d Fix test that assumed tests always were run on the stable channel eba541994 Update comment in build_script_env a5720117f Make `nightly_features_allowed` a field instead of a function 169b09ce7 Compute `enable_nightly_features` once instead of on each call 8fc86e155 Remove unused thread_locals 4b096beae Fix `masquerade_as_nightly_cargo` in work threads e56417c8c Suggest RUSTC_BOOTSTRAP=crate instead of RUSTC_BOOTSTRAP=1 418129dae Downgrade error to a warning when `RUSTC_BOOTSTRAP` is set or this is the nightly channel 6c422a2c0 Restrict RUSTC_BOOTSTRAP in build.rs
2021-03-07 23:39:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
Update Cargo Output of `git log --oneline c68432f1e..970bc67c3`: 970bc67c3 (HEAD, origin/master, origin/auto-cargo, origin/HEAD) Auto merge of #9243 - wickerwaka:configurable-env-doc, r=ehuss 4d7a29b75 Document the configurable-env usntable option f7a7a3f91 Auto merge of #9229 - alexcrichton:fix-borrow-mut, r=ehuss 3f2ece7a9 Fix a `BorrowMut` error when stdout is closed 7441e8c23 Auto merge of #8825 - Aaron1011:feature/report-future-incompat, r=ehuss 139ed73f5 Add future-incompat tracking issue number. 9ea350368 Fix some minor formatting issues. f03d47ce4 Address review comments 6177c6584 Implement future incompatibility report support c69409658 Auto merge of #9022 - nagisa:nagisa/manifest_path, r=alexcrichton 548300b20 Add the path to the manifest in json output 99e714c05 Auto merge of #9230 - kornelski:nobinaries, r=alexcrichton 61a31bc5f Auto merge of #9236 - kornelski:track-assert, r=Eh2406 3f7f0942c track_caller on custom assert functions 6977dee10 Explain `cargo install` is not for libraries e4aebf0a0 Auto merge of #9231 - joshtriplett:clear-to-eol-if-color, r=alexcrichton b219f0eb7 Auto merge of #9181 - jyn514:computer-says-no, r=ehuss 0b1816578 Remove unhelpful link to Cargo book ea46f5ce3 Use ANSI clear-to-EOL if color is force-enabled a6394bcc1 Remove unnecessary `config` argument to `Features::add` 3a86ecf2d Fix TODO about nightly features 09677c83c Be less unix-centric in error messages ecfdced0d Fix test that assumed tests always were run on the stable channel eba541994 Update comment in build_script_env a5720117f Make `nightly_features_allowed` a field instead of a function 169b09ce7 Compute `enable_nightly_features` once instead of on each call 8fc86e155 Remove unused thread_locals 4b096beae Fix `masquerade_as_nightly_cargo` in work threads e56417c8c Suggest RUSTC_BOOTSTRAP=crate instead of RUSTC_BOOTSTRAP=1 418129dae Downgrade error to a warning when `RUSTC_BOOTSTRAP` is set or this is the nightly channel 6c422a2c0 Restrict RUSTC_BOOTSTRAP in build.rs
2021-03-07 23:39:19 +00:00
dependencies = [
"ppv-lite86",
"rand_core",
2019-08-01 15:02:26 +00:00
]
Update Cargo Output of `git log --oneline c68432f1e..970bc67c3`: 970bc67c3 (HEAD, origin/master, origin/auto-cargo, origin/HEAD) Auto merge of #9243 - wickerwaka:configurable-env-doc, r=ehuss 4d7a29b75 Document the configurable-env usntable option f7a7a3f91 Auto merge of #9229 - alexcrichton:fix-borrow-mut, r=ehuss 3f2ece7a9 Fix a `BorrowMut` error when stdout is closed 7441e8c23 Auto merge of #8825 - Aaron1011:feature/report-future-incompat, r=ehuss 139ed73f5 Add future-incompat tracking issue number. 9ea350368 Fix some minor formatting issues. f03d47ce4 Address review comments 6177c6584 Implement future incompatibility report support c69409658 Auto merge of #9022 - nagisa:nagisa/manifest_path, r=alexcrichton 548300b20 Add the path to the manifest in json output 99e714c05 Auto merge of #9230 - kornelski:nobinaries, r=alexcrichton 61a31bc5f Auto merge of #9236 - kornelski:track-assert, r=Eh2406 3f7f0942c track_caller on custom assert functions 6977dee10 Explain `cargo install` is not for libraries e4aebf0a0 Auto merge of #9231 - joshtriplett:clear-to-eol-if-color, r=alexcrichton b219f0eb7 Auto merge of #9181 - jyn514:computer-says-no, r=ehuss 0b1816578 Remove unhelpful link to Cargo book ea46f5ce3 Use ANSI clear-to-EOL if color is force-enabled a6394bcc1 Remove unnecessary `config` argument to `Features::add` 3a86ecf2d Fix TODO about nightly features 09677c83c Be less unix-centric in error messages ecfdced0d Fix test that assumed tests always were run on the stable channel eba541994 Update comment in build_script_env a5720117f Make `nightly_features_allowed` a field instead of a function 169b09ce7 Compute `enable_nightly_features` once instead of on each call 8fc86e155 Remove unused thread_locals 4b096beae Fix `masquerade_as_nightly_cargo` in work threads e56417c8c Suggest RUSTC_BOOTSTRAP=crate instead of RUSTC_BOOTSTRAP=1 418129dae Downgrade error to a warning when `RUSTC_BOOTSTRAP` is set or this is the nightly channel 6c422a2c0 Restrict RUSTC_BOOTSTRAP in build.rs
2021-03-07 23:39:19 +00:00
[[package]]
name = "rand_core"
version = "0.6.4"
Update Cargo Output of `git log --oneline c68432f1e..970bc67c3`: 970bc67c3 (HEAD, origin/master, origin/auto-cargo, origin/HEAD) Auto merge of #9243 - wickerwaka:configurable-env-doc, r=ehuss 4d7a29b75 Document the configurable-env usntable option f7a7a3f91 Auto merge of #9229 - alexcrichton:fix-borrow-mut, r=ehuss 3f2ece7a9 Fix a `BorrowMut` error when stdout is closed 7441e8c23 Auto merge of #8825 - Aaron1011:feature/report-future-incompat, r=ehuss 139ed73f5 Add future-incompat tracking issue number. 9ea350368 Fix some minor formatting issues. f03d47ce4 Address review comments 6177c6584 Implement future incompatibility report support c69409658 Auto merge of #9022 - nagisa:nagisa/manifest_path, r=alexcrichton 548300b20 Add the path to the manifest in json output 99e714c05 Auto merge of #9230 - kornelski:nobinaries, r=alexcrichton 61a31bc5f Auto merge of #9236 - kornelski:track-assert, r=Eh2406 3f7f0942c track_caller on custom assert functions 6977dee10 Explain `cargo install` is not for libraries e4aebf0a0 Auto merge of #9231 - joshtriplett:clear-to-eol-if-color, r=alexcrichton b219f0eb7 Auto merge of #9181 - jyn514:computer-says-no, r=ehuss 0b1816578 Remove unhelpful link to Cargo book ea46f5ce3 Use ANSI clear-to-EOL if color is force-enabled a6394bcc1 Remove unnecessary `config` argument to `Features::add` 3a86ecf2d Fix TODO about nightly features 09677c83c Be less unix-centric in error messages ecfdced0d Fix test that assumed tests always were run on the stable channel eba541994 Update comment in build_script_env a5720117f Make `nightly_features_allowed` a field instead of a function 169b09ce7 Compute `enable_nightly_features` once instead of on each call 8fc86e155 Remove unused thread_locals 4b096beae Fix `masquerade_as_nightly_cargo` in work threads e56417c8c Suggest RUSTC_BOOTSTRAP=crate instead of RUSTC_BOOTSTRAP=1 418129dae Downgrade error to a warning when `RUSTC_BOOTSTRAP` is set or this is the nightly channel 6c422a2c0 Restrict RUSTC_BOOTSTRAP in build.rs
2021-03-07 23:39:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
Update Cargo Output of `git log --oneline c68432f1e..970bc67c3`: 970bc67c3 (HEAD, origin/master, origin/auto-cargo, origin/HEAD) Auto merge of #9243 - wickerwaka:configurable-env-doc, r=ehuss 4d7a29b75 Document the configurable-env usntable option f7a7a3f91 Auto merge of #9229 - alexcrichton:fix-borrow-mut, r=ehuss 3f2ece7a9 Fix a `BorrowMut` error when stdout is closed 7441e8c23 Auto merge of #8825 - Aaron1011:feature/report-future-incompat, r=ehuss 139ed73f5 Add future-incompat tracking issue number. 9ea350368 Fix some minor formatting issues. f03d47ce4 Address review comments 6177c6584 Implement future incompatibility report support c69409658 Auto merge of #9022 - nagisa:nagisa/manifest_path, r=alexcrichton 548300b20 Add the path to the manifest in json output 99e714c05 Auto merge of #9230 - kornelski:nobinaries, r=alexcrichton 61a31bc5f Auto merge of #9236 - kornelski:track-assert, r=Eh2406 3f7f0942c track_caller on custom assert functions 6977dee10 Explain `cargo install` is not for libraries e4aebf0a0 Auto merge of #9231 - joshtriplett:clear-to-eol-if-color, r=alexcrichton b219f0eb7 Auto merge of #9181 - jyn514:computer-says-no, r=ehuss 0b1816578 Remove unhelpful link to Cargo book ea46f5ce3 Use ANSI clear-to-EOL if color is force-enabled a6394bcc1 Remove unnecessary `config` argument to `Features::add` 3a86ecf2d Fix TODO about nightly features 09677c83c Be less unix-centric in error messages ecfdced0d Fix test that assumed tests always were run on the stable channel eba541994 Update comment in build_script_env a5720117f Make `nightly_features_allowed` a field instead of a function 169b09ce7 Compute `enable_nightly_features` once instead of on each call 8fc86e155 Remove unused thread_locals 4b096beae Fix `masquerade_as_nightly_cargo` in work threads e56417c8c Suggest RUSTC_BOOTSTRAP=crate instead of RUSTC_BOOTSTRAP=1 418129dae Downgrade error to a warning when `RUSTC_BOOTSTRAP` is set or this is the nightly channel 6c422a2c0 Restrict RUSTC_BOOTSTRAP in build.rs
2021-03-07 23:39:19 +00:00
dependencies = [
"getrandom",
Update Cargo Output of `git log --oneline c68432f1e..970bc67c3`: 970bc67c3 (HEAD, origin/master, origin/auto-cargo, origin/HEAD) Auto merge of #9243 - wickerwaka:configurable-env-doc, r=ehuss 4d7a29b75 Document the configurable-env usntable option f7a7a3f91 Auto merge of #9229 - alexcrichton:fix-borrow-mut, r=ehuss 3f2ece7a9 Fix a `BorrowMut` error when stdout is closed 7441e8c23 Auto merge of #8825 - Aaron1011:feature/report-future-incompat, r=ehuss 139ed73f5 Add future-incompat tracking issue number. 9ea350368 Fix some minor formatting issues. f03d47ce4 Address review comments 6177c6584 Implement future incompatibility report support c69409658 Auto merge of #9022 - nagisa:nagisa/manifest_path, r=alexcrichton 548300b20 Add the path to the manifest in json output 99e714c05 Auto merge of #9230 - kornelski:nobinaries, r=alexcrichton 61a31bc5f Auto merge of #9236 - kornelski:track-assert, r=Eh2406 3f7f0942c track_caller on custom assert functions 6977dee10 Explain `cargo install` is not for libraries e4aebf0a0 Auto merge of #9231 - joshtriplett:clear-to-eol-if-color, r=alexcrichton b219f0eb7 Auto merge of #9181 - jyn514:computer-says-no, r=ehuss 0b1816578 Remove unhelpful link to Cargo book ea46f5ce3 Use ANSI clear-to-EOL if color is force-enabled a6394bcc1 Remove unnecessary `config` argument to `Features::add` 3a86ecf2d Fix TODO about nightly features 09677c83c Be less unix-centric in error messages ecfdced0d Fix test that assumed tests always were run on the stable channel eba541994 Update comment in build_script_env a5720117f Make `nightly_features_allowed` a field instead of a function 169b09ce7 Compute `enable_nightly_features` once instead of on each call 8fc86e155 Remove unused thread_locals 4b096beae Fix `masquerade_as_nightly_cargo` in work threads e56417c8c Suggest RUSTC_BOOTSTRAP=crate instead of RUSTC_BOOTSTRAP=1 418129dae Downgrade error to a warning when `RUSTC_BOOTSTRAP` is set or this is the nightly channel 6c422a2c0 Restrict RUSTC_BOOTSTRAP in build.rs
2021-03-07 23:39:19 +00:00
]
2021-08-29 15:55:29 +00:00
[[package]]
name = "rand_xoshiro"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
dependencies = [
"rand_core",
2021-08-29 15:55:29 +00:00
]
2018-02-26 03:15:45 +00:00
[[package]]
name = "rayon"
version = "1.10.0"
2018-02-26 03:15:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
2018-02-26 03:15:45 +00:00
dependencies = [
"either",
"rayon-core",
2017-12-06 08:25:29 +00:00
]
[[package]]
name = "rayon-core"
2024-01-29 12:21:16 +00:00
version = "1.12.1"
2017-12-06 08:25:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
2017-12-06 08:25:29 +00:00
dependencies = [
2019-12-04 17:40:16 +00:00
"crossbeam-deque",
2022-01-10 19:34:07 +00:00
"crossbeam-utils",
2019-06-10 18:22:31 +00:00
]
2021-02-25 10:26:23 +00:00
[[package]]
name = "redox_syscall"
version = "0.5.3"
2024-05-11 14:27:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
2024-05-11 14:27:17 +00:00
dependencies = [
"bitflags 2.6.0",
2024-05-11 14:27:17 +00:00
]
2021-02-25 10:26:23 +00:00
[[package]]
name = "redox_users"
2024-04-01 13:06:32 +00:00
version = "0.4.5"
2021-02-25 10:26:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-01 13:06:32 +00:00
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
2021-02-25 10:26:23 +00:00
dependencies = [
"getrandom",
2024-01-29 12:21:16 +00:00
"libredox",
"thiserror",
2021-02-25 10:26:23 +00:00
]
2018-05-11 12:11:06 +00:00
[[package]]
name = "regex"
version = "1.8.4"
2018-05-11 12:11:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
2018-05-11 12:11:06 +00:00
dependencies = [
2024-01-29 12:21:16 +00:00
"aho-corasick",
"memchr",
2024-01-29 12:21:16 +00:00
"regex-syntax 0.7.5",
2018-05-11 12:11:06 +00:00
]
2020-07-24 18:42:00 +00:00
[[package]]
name = "regex-automata"
version = "0.1.10"
2020-07-24 18:42:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2020-07-24 18:42:00 +00:00
dependencies = [
"regex-syntax 0.6.29",
2020-07-24 18:42:00 +00:00
]
[[package]]
name = "regex-automata"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782"
dependencies = [
"memchr",
]
2024-01-29 12:21:16 +00:00
[[package]]
name = "regex-automata"
version = "0.3.9"
2024-01-29 12:21:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
2024-01-29 12:21:16 +00:00
[[package]]
name = "regex-lite"
version = "0.1.6"
2024-01-29 12:21:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
2024-01-29 12:21:16 +00:00
2018-05-11 12:11:06 +00:00
[[package]]
name = "regex-syntax"
version = "0.6.29"
2018-05-11 12:11:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2018-05-11 12:11:06 +00:00
2023-05-20 13:39:35 +00:00
[[package]]
name = "regex-syntax"
2024-01-29 12:21:16 +00:00
version = "0.7.5"
2023-05-20 13:39:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
2023-05-20 13:39:35 +00:00
2023-12-16 13:13:12 +00:00
[[package]]
name = "regex-syntax"
version = "0.8.4"
2023-12-16 13:13:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
2023-12-16 13:13:12 +00:00
travis: Parallelize tests on Android Currently our slowest test suite on android, run-pass, takes over 5 times longer than the x86_64 component (~400 -> ~2200s). Typically QEMU emulation does indeed add overhead, but not 5x for this kind of workload. One of the slowest parts of the Android process is that *compilation* happens serially. Tests themselves need to run single-threaded on the emulator (due to how the test harness works) and this forces the compiles themselves to be single threaded. Now Travis gives us more than one core per machine, so it'd be much better if we could take advantage of them! The emulator itself is still fundamentally single-threaded, but we should see a nice speedup by sending binaries for it to run much more quickly. It turns out that we've already got all the tools to do this in-tree. The qemu-test-{server,client} that are in use for the ARM Linux testing are a perfect match for the Android emulator. This commit migrates the custom adb management code in compiletest/rustbuild to the same qemu-test-{server,client} implementation that ARM Linux uses. This allows us to lift the parallelism restriction on the compiletest test suites, namely run-pass. Consequently although we'll still basically run the tests themselves in single threaded mode we'll be able to compile all of them in parallel, keeping the pipeline much more full and using more cores for the work at hand. Additionally the architecture here should be a bit speedier as it should have less overhead than adb which is a whole new process on both the host and the emulator! Locally on an 8 core machine I've seen the run-pass test suite speed up from taking nearly an hour to only taking 6 minutes. I don't think we'll see quite a drastic speedup on Travis but I'm hoping this change can place the Android tests well below 2 hours instead of just above 2 hours. Because the client/server here are now repurposed for more than just QEMU, they've been renamed to `remote-test-{server,client}`. Note that this PR does not currently modify how debuginfo tests are executed on Android. While parallelizable it wouldn't be quite as easy, so that's left to another day. Thankfully that test suite is much smaller than the run-pass test suite. As a final fix I discovered that the ARM and Android test suites were actually running all library unit tests (e.g. stdtest, coretest, etc) twice. I've corrected that to only run tests once which should also give a nice boost in overall cycle time here.
2017-04-26 15:52:19 +00:00
[[package]]
name = "remote-test-client"
version = "0.1.0"
[[package]]
name = "remote-test-server"
version = "0.1.0"
[[package]]
name = "replace-version-placeholder"
version = "0.1.0"
dependencies = [
"tidy",
"walkdir",
]
2024-07-18 18:56:36 +00:00
[[package]]
name = "rinja"
2024-08-03 23:08:10 +00:00
version = "0.3.0"
2024-07-18 18:56:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 23:08:10 +00:00
checksum = "6d3762e3740cdbf2fd2be465cc2c26d643ad17353cc2e0223d211c1b096118bd"
2024-07-18 18:56:36 +00:00
dependencies = [
2024-08-06 11:03:37 +00:00
"humansize",
2024-08-03 23:08:10 +00:00
"itoa",
2024-08-06 11:03:37 +00:00
"num-traits",
"percent-encoding",
2024-07-18 18:56:36 +00:00
"rinja_derive",
]
[[package]]
name = "rinja_derive"
2024-08-03 23:08:10 +00:00
version = "0.3.0"
2024-07-18 18:56:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 23:08:10 +00:00
checksum = "fd01fd8e15e7d19c8b8052c1d428325131e02ff1633cdcf695190c2e56ab682c"
2024-07-18 18:56:36 +00:00
dependencies = [
"basic-toml",
2024-08-03 23:08:10 +00:00
"memchr",
2024-07-18 18:56:36 +00:00
"mime",
"mime_guess",
"once_map",
"proc-macro2",
"quote",
"rinja_parser",
"serde",
"syn 2.0.75",
2024-07-18 18:56:36 +00:00
]
[[package]]
name = "rinja_parser"
2024-08-03 23:08:10 +00:00
version = "0.3.0"
2024-07-18 18:56:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 23:08:10 +00:00
checksum = "a2f6bf7cef118c6de21206edf0b3f19f5ede60006be674a58ca21b6e003a1b57"
2024-07-18 18:56:36 +00:00
dependencies = [
2024-08-03 23:08:10 +00:00
"memchr",
2024-07-18 18:56:36 +00:00
"nom",
]
[[package]]
name = "rls"
2022-08-21 04:19:43 +00:00
version = "2.0.0"
dependencies = [
"serde_json",
]
[[package]]
name = "run_make_support"
2024-06-09 16:29:14 +00:00
version = "0.2.0"
dependencies = [
"bstr",
"build_helper",
"gimli 0.31.0",
2024-08-01 17:17:34 +00:00
"libc",
"object 0.36.4",
"regex",
"serde_json",
"similar",
"wasmparser",
]
[[package]]
name = "rustc-build-sysroot"
2024-08-05 18:39:56 +00:00
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 18:39:56 +00:00
checksum = "2471f8f296262437d7e848e527b4210b44a96e53a3b4435b890227ce3e6da106"
dependencies = [
"anyhow",
"rustc_version",
"tempfile",
2024-02-25 07:17:20 +00:00
"walkdir",
]
2017-05-08 22:01:13 +00:00
[[package]]
name = "rustc-demangle"
2024-05-11 14:27:17 +00:00
version = "0.1.24"
2017-05-08 22:01:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2017-05-08 22:01:13 +00:00
2018-05-24 12:48:02 +00:00
[[package]]
name = "rustc-hash"
2020-05-27 00:19:19 +00:00
version = "1.1.0"
2018-05-24 12:48:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-27 00:19:19 +00:00
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2018-05-24 12:48:02 +00:00
[[package]]
name = "rustc-main"
version = "0.0.0"
dependencies = [
2022-05-06 21:20:04 +00:00
"jemalloc-sys",
"rustc_codegen_ssa",
"rustc_driver",
"rustc_driver_impl",
2022-06-02 10:08:38 +00:00
"rustc_smir",
"stable_mir",
]
2024-06-27 08:22:03 +00:00
[[package]]
name = "rustc-perf-wrapper"
version = "0.1.0"
dependencies = [
"clap",
]
[[package]]
name = "rustc-rayon"
2023-03-25 01:12:13 +00:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 01:12:13 +00:00
checksum = "eb81aadc8837ca6ecebe0fe1353f15df83b3b3cc2cf7a8afd571bc22aa121710"
dependencies = [
"either",
2019-12-10 15:01:01 +00:00
"rustc-rayon-core",
2019-04-25 20:50:41 +00:00
]
[[package]]
name = "rustc-rayon-core"
2023-03-25 01:12:13 +00:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 01:12:13 +00:00
checksum = "67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f"
dependencies = [
2022-05-28 00:14:22 +00:00
"crossbeam-channel",
2019-12-04 17:40:16 +00:00
"crossbeam-deque",
2022-01-10 19:34:07 +00:00
"crossbeam-utils",
"num_cpus",
]
[[package]]
name = "rustc-stable-hash"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5c9f15eec8235d7cb775ee6f81891db79b98fd54ba1ad8fae565b88ef1ae4e2"
[[package]]
name = "rustc_abi"
version = "0.0.0"
dependencies = [
"bitflags 2.6.0",
"rand",
"rand_xoshiro",
"rustc_data_structures",
"rustc_index",
"rustc_macros",
"rustc_serialize",
"tracing",
]
[[package]]
name = "rustc_apfloat"
version = "0.2.1+llvm-462a31f5a5ab"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "886d94c63c812a8037c4faca2607453a0fa4cf82f734665266876b022244543f"
dependencies = [
"bitflags 1.3.2",
"smallvec",
]
2020-06-02 17:03:40 +00:00
[[package]]
name = "rustc_arena"
version = "0.0.0"
dependencies = [
"smallvec",
2020-06-02 17:03:40 +00:00
]
2020-02-29 17:16:26 +00:00
[[package]]
name = "rustc_ast"
version = "0.0.0"
dependencies = [
"bitflags 2.6.0",
"memchr",
"rustc_ast_ir",
2020-02-29 17:16:26 +00:00
"rustc_data_structures",
"rustc_index",
"rustc_lexer",
"rustc_macros",
2020-06-02 17:03:40 +00:00
"rustc_serialize",
2020-02-29 17:16:26 +00:00
"rustc_span",
"smallvec",
"thin-vec",
2020-07-24 18:42:00 +00:00
"tracing",
2020-02-29 17:16:26 +00:00
]
[[package]]
name = "rustc_ast_ir"
version = "0.0.0"
dependencies = [
"rustc_data_structures",
"rustc_macros",
"rustc_serialize",
"rustc_span",
]
2019-12-22 17:12:56 +00:00
[[package]]
name = "rustc_ast_lowering"
version = "0.0.0"
dependencies = [
2020-02-29 17:16:26 +00:00
"rustc_ast",
"rustc_ast_pretty",
2019-12-22 17:12:56 +00:00
"rustc_data_structures",
"rustc_errors",
"rustc_fluent_macro",
"rustc_hir",
2019-12-22 17:12:56 +00:00
"rustc_index",
"rustc_macros",
2021-07-05 20:26:23 +00:00
"rustc_middle",
"rustc_session",
2019-12-22 17:12:56 +00:00
"rustc_span",
"rustc_target",
"smallvec",
"thin-vec",
2020-07-24 18:42:00 +00:00
"tracing",
2019-12-22 17:12:56 +00:00
]
[[package]]
name = "rustc_ast_passes"
version = "0.0.0"
dependencies = [
2024-06-22 21:22:00 +00:00
"itertools",
2020-02-29 17:16:26 +00:00
"rustc_ast",
"rustc_ast_pretty",
"rustc_attr",
"rustc_data_structures",
"rustc_errors",
"rustc_feature",
"rustc_fluent_macro",
2022-08-17 14:51:01 +00:00
"rustc_macros",
"rustc_parse",
"rustc_session",
"rustc_span",
2021-07-08 19:58:05 +00:00
"rustc_target",
"thin-vec",
]
[[package]]
name = "rustc_ast_pretty"
version = "0.0.0"
dependencies = [
2024-06-22 21:22:00 +00:00
"itertools",
2020-02-29 17:16:26 +00:00
"rustc_ast",
"rustc_lexer",
"rustc_span",
"thin-vec",
]
[[package]]
name = "rustc_attr"
version = "0.0.0"
dependencies = [
"rustc_abi",
2020-02-29 17:16:26 +00:00
"rustc_ast",
"rustc_ast_pretty",
"rustc_data_structures",
"rustc_errors",
"rustc_feature",
"rustc_fluent_macro",
"rustc_lexer",
"rustc_macros",
2020-06-02 17:03:40 +00:00
"rustc_serialize",
"rustc_session",
"rustc_span",
]
[[package]]
name = "rustc_baked_icu_data"
version = "0.0.0"
dependencies = [
"icu_list",
"icu_locid",
"icu_locid_transform",
"icu_provider",
2022-11-06 06:58:22 +00:00
"zerovec",
]
[[package]]
name = "rustc_borrowck"
version = "0.0.0"
dependencies = [
"either",
2024-06-22 21:22:00 +00:00
"itertools",
"polonius-engine",
"rustc_data_structures",
"rustc_errors",
"rustc_fluent_macro",
"rustc_graphviz",
"rustc_hir",
"rustc_index",
"rustc_infer",
"rustc_lexer",
"rustc_macros",
"rustc_middle",
"rustc_mir_dataflow",
"rustc_session",
"rustc_span",
"rustc_target",
"rustc_trait_selection",
"rustc_traits",
"smallvec",
"tracing",
]
2019-12-29 13:53:32 +00:00
[[package]]
name = "rustc_builtin_macros"
version = "0.0.0"
dependencies = [
2020-02-29 17:16:26 +00:00
"rustc_ast",
"rustc_ast_pretty",
"rustc_attr",
2019-12-29 13:53:32 +00:00
"rustc_data_structures",
"rustc_errors",
"rustc_expand",
"rustc_feature",
"rustc_fluent_macro",
"rustc_index",
"rustc_lexer",
2021-11-24 09:20:23 +00:00
"rustc_lint_defs",
"rustc_macros",
2019-12-29 13:53:32 +00:00
"rustc_parse",
2020-06-02 17:03:40 +00:00
"rustc_parse_format",
2020-01-05 09:47:20 +00:00
"rustc_session",
2019-12-29 13:53:32 +00:00
"rustc_span",
"rustc_target",
"smallvec",
"thin-vec",
2020-07-24 18:42:00 +00:00
"tracing",
2019-12-29 13:53:32 +00:00
]
2018-05-08 13:10:16 +00:00
[[package]]
name = "rustc_codegen_llvm"
version = "0.0.0"
dependencies = [
"bitflags 2.6.0",
2024-06-22 21:22:00 +00:00
"itertools",
rustc: Link LLVM directly into rustc again This commit builds on #65501 continue to simplify the build system and compiler now that we no longer have multiple LLVM backends to ship by default. Here this switches the compiler back to what it once was long long ago, which is linking LLVM directly to the compiler rather than dynamically loading it at runtime. The `codegen-backends` directory of the sysroot no longer exists and all relevant support in the build system is removed. Note that `rustc` still supports a dynamically loaded codegen backend as it did previously, it just no longer supports dynamically loaded codegen backends in its own sysroot. Additionally as part of this the `librustc_codegen_llvm` crate now once again explicitly depends on all of its crates instead of implicitly loading them through the sysroot. This involved filling out its `Cargo.toml` and deleting all the now-unnecessary `extern crate` annotations in the header of the crate. (this in turn required adding a number of imports for names of macros too). The end results of this change are: * Rustbuild's build process for the compiler as all the "oh don't forget the codegen backend" checks can be easily removed. * Building `rustc_codegen_llvm` is much simpler since it's simply another compiler crate. * Managing the dependencies of `rustc_codegen_llvm` is much simpler since it's "just another `Cargo.toml` to edit" * The build process should be a smidge faster because there's more parallelism in the main rustc build step rather than splitting `librustc_codegen_llvm` out to its own step. * The compiler is expected to be slightly faster by default because the codegen backend does not need to be dynamically loaded. * Disabling LLVM as part of rustbuild is still supported, supporting multiple codegen backends is still supported, and dynamic loading of a codegen backend is still supported.
2019-10-22 15:51:35 +00:00
"libc",
2022-06-26 02:21:49 +00:00
"measureme",
"object 0.36.4",
rustc: Link LLVM directly into rustc again This commit builds on #65501 continue to simplify the build system and compiler now that we no longer have multiple LLVM backends to ship by default. Here this switches the compiler back to what it once was long long ago, which is linking LLVM directly to the compiler rather than dynamically loading it at runtime. The `codegen-backends` directory of the sysroot no longer exists and all relevant support in the build system is removed. Note that `rustc` still supports a dynamically loaded codegen backend as it did previously, it just no longer supports dynamically loaded codegen backends in its own sysroot. Additionally as part of this the `librustc_codegen_llvm` crate now once again explicitly depends on all of its crates instead of implicitly loading them through the sysroot. This involved filling out its `Cargo.toml` and deleting all the now-unnecessary `extern crate` annotations in the header of the crate. (this in turn required adding a number of imports for names of macros too). The end results of this change are: * Rustbuild's build process for the compiler as all the "oh don't forget the codegen backend" checks can be easily removed. * Building `rustc_codegen_llvm` is much simpler since it's simply another compiler crate. * Managing the dependencies of `rustc_codegen_llvm` is much simpler since it's "just another `Cargo.toml` to edit" * The build process should be a smidge faster because there's more parallelism in the main rustc build step rather than splitting `librustc_codegen_llvm` out to its own step. * The compiler is expected to be slightly faster by default because the codegen backend does not need to be dynamically loaded. * Disabling LLVM as part of rustbuild is still supported, supporting multiple codegen backends is still supported, and dynamic loading of a codegen backend is still supported.
2019-10-22 15:51:35 +00:00
"rustc-demangle",
2020-02-29 17:16:26 +00:00
"rustc_ast",
"rustc_attr",
rustc: Link LLVM directly into rustc again This commit builds on #65501 continue to simplify the build system and compiler now that we no longer have multiple LLVM backends to ship by default. Here this switches the compiler back to what it once was long long ago, which is linking LLVM directly to the compiler rather than dynamically loading it at runtime. The `codegen-backends` directory of the sysroot no longer exists and all relevant support in the build system is removed. Note that `rustc` still supports a dynamically loaded codegen backend as it did previously, it just no longer supports dynamically loaded codegen backends in its own sysroot. Additionally as part of this the `librustc_codegen_llvm` crate now once again explicitly depends on all of its crates instead of implicitly loading them through the sysroot. This involved filling out its `Cargo.toml` and deleting all the now-unnecessary `extern crate` annotations in the header of the crate. (this in turn required adding a number of imports for names of macros too). The end results of this change are: * Rustbuild's build process for the compiler as all the "oh don't forget the codegen backend" checks can be easily removed. * Building `rustc_codegen_llvm` is much simpler since it's simply another compiler crate. * Managing the dependencies of `rustc_codegen_llvm` is much simpler since it's "just another `Cargo.toml` to edit" * The build process should be a smidge faster because there's more parallelism in the main rustc build step rather than splitting `librustc_codegen_llvm` out to its own step. * The compiler is expected to be slightly faster by default because the codegen backend does not need to be dynamically loaded. * Disabling LLVM as part of rustbuild is still supported, supporting multiple codegen backends is still supported, and dynamic loading of a codegen backend is still supported.
2019-10-22 15:51:35 +00:00
"rustc_codegen_ssa",
"rustc_data_structures",
"rustc_errors",
"rustc_fluent_macro",
rustc: Link LLVM directly into rustc again This commit builds on #65501 continue to simplify the build system and compiler now that we no longer have multiple LLVM backends to ship by default. Here this switches the compiler back to what it once was long long ago, which is linking LLVM directly to the compiler rather than dynamically loading it at runtime. The `codegen-backends` directory of the sysroot no longer exists and all relevant support in the build system is removed. Note that `rustc` still supports a dynamically loaded codegen backend as it did previously, it just no longer supports dynamically loaded codegen backends in its own sysroot. Additionally as part of this the `librustc_codegen_llvm` crate now once again explicitly depends on all of its crates instead of implicitly loading them through the sysroot. This involved filling out its `Cargo.toml` and deleting all the now-unnecessary `extern crate` annotations in the header of the crate. (this in turn required adding a number of imports for names of macros too). The end results of this change are: * Rustbuild's build process for the compiler as all the "oh don't forget the codegen backend" checks can be easily removed. * Building `rustc_codegen_llvm` is much simpler since it's simply another compiler crate. * Managing the dependencies of `rustc_codegen_llvm` is much simpler since it's "just another `Cargo.toml` to edit" * The build process should be a smidge faster because there's more parallelism in the main rustc build step rather than splitting `librustc_codegen_llvm` out to its own step. * The compiler is expected to be slightly faster by default because the codegen backend does not need to be dynamically loaded. * Disabling LLVM as part of rustbuild is still supported, supporting multiple codegen backends is still supported, and dynamic loading of a codegen backend is still supported.
2019-10-22 15:51:35 +00:00
"rustc_fs_util",
"rustc_hir",
rustc: Link LLVM directly into rustc again This commit builds on #65501 continue to simplify the build system and compiler now that we no longer have multiple LLVM backends to ship by default. Here this switches the compiler back to what it once was long long ago, which is linking LLVM directly to the compiler rather than dynamically loading it at runtime. The `codegen-backends` directory of the sysroot no longer exists and all relevant support in the build system is removed. Note that `rustc` still supports a dynamically loaded codegen backend as it did previously, it just no longer supports dynamically loaded codegen backends in its own sysroot. Additionally as part of this the `librustc_codegen_llvm` crate now once again explicitly depends on all of its crates instead of implicitly loading them through the sysroot. This involved filling out its `Cargo.toml` and deleting all the now-unnecessary `extern crate` annotations in the header of the crate. (this in turn required adding a number of imports for names of macros too). The end results of this change are: * Rustbuild's build process for the compiler as all the "oh don't forget the codegen backend" checks can be easily removed. * Building `rustc_codegen_llvm` is much simpler since it's simply another compiler crate. * Managing the dependencies of `rustc_codegen_llvm` is much simpler since it's "just another `Cargo.toml` to edit" * The build process should be a smidge faster because there's more parallelism in the main rustc build step rather than splitting `librustc_codegen_llvm` out to its own step. * The compiler is expected to be slightly faster by default because the codegen backend does not need to be dynamically loaded. * Disabling LLVM as part of rustbuild is still supported, supporting multiple codegen backends is still supported, and dynamic loading of a codegen backend is still supported.
2019-10-22 15:51:35 +00:00
"rustc_index",
"rustc_llvm",
"rustc_macros",
2021-05-29 20:49:59 +00:00
"rustc_metadata",
2020-03-29 13:24:45 +00:00
"rustc_middle",
2020-11-14 15:48:54 +00:00
"rustc_query_system",
"rustc_sanitizers",
2019-12-06 03:04:35 +00:00
"rustc_session",
2019-12-29 13:53:32 +00:00
"rustc_span",
Add metadata generation for vtables when using VFE This adds the typeid and `vcall_visibility` metadata to vtables when the -Cvirtual-function-elimination flag is set. The typeid is generated in the same way as for the `llvm.type.checked.load` intrinsic from the trait_ref. The offset that is added to the typeid is always 0. This is because LLVM assumes that vtables are constructed according to the definition in the Itanium ABI. This includes an "address point" of the vtable. In C++ this is the offset in the vtable where information for RTTI is placed. Since there is no RTTI information in Rust's vtables, this "address point" is always 0. This "address point" in combination with the offset passed to the `llvm.type.checked.load` intrinsic determines the final function that should be loaded from the vtable in the `WholeProgramDevirtualization` pass in LLVM. That's why the `llvm.type.checked.load` intrinsics are generated with the typeid of the trait, rather than with that of the function that is called. This matches what `clang` does for C++. The vcall_visibility metadata depends on three factors: 1. LTO level: Currently this is always fat LTO, because LLVM only supports this optimization with fat LTO. 2. Visibility of the trait: If the trait is publicly visible, VFE can only act on its vtables after linking. 3. Number of CGUs: if there is more than one CGU, also vtables with restricted visibility could be seen outside of the CGU, so VFE can only act on them after linking. To reflect this, there are three visibility levels: Public, LinkageUnit, and TranslationUnit.
2022-04-21 13:02:54 +00:00
"rustc_symbol_mangling",
rustc: Link LLVM directly into rustc again This commit builds on #65501 continue to simplify the build system and compiler now that we no longer have multiple LLVM backends to ship by default. Here this switches the compiler back to what it once was long long ago, which is linking LLVM directly to the compiler rather than dynamically loading it at runtime. The `codegen-backends` directory of the sysroot no longer exists and all relevant support in the build system is removed. Note that `rustc` still supports a dynamically loaded codegen backend as it did previously, it just no longer supports dynamically loaded codegen backends in its own sysroot. Additionally as part of this the `librustc_codegen_llvm` crate now once again explicitly depends on all of its crates instead of implicitly loading them through the sysroot. This involved filling out its `Cargo.toml` and deleting all the now-unnecessary `extern crate` annotations in the header of the crate. (this in turn required adding a number of imports for names of macros too). The end results of this change are: * Rustbuild's build process for the compiler as all the "oh don't forget the codegen backend" checks can be easily removed. * Building `rustc_codegen_llvm` is much simpler since it's simply another compiler crate. * Managing the dependencies of `rustc_codegen_llvm` is much simpler since it's "just another `Cargo.toml` to edit" * The build process should be a smidge faster because there's more parallelism in the main rustc build step rather than splitting `librustc_codegen_llvm` out to its own step. * The compiler is expected to be slightly faster by default because the codegen backend does not need to be dynamically loaded. * Disabling LLVM as part of rustbuild is still supported, supporting multiple codegen backends is still supported, and dynamic loading of a codegen backend is still supported.
2019-10-22 15:51:35 +00:00
"rustc_target",
2022-11-03 14:34:24 +00:00
"serde",
"serde_json",
"smallvec",
2020-07-24 18:42:00 +00:00
"tracing",
2018-05-08 13:10:16 +00:00
]
[[package]]
name = "rustc_codegen_ssa"
version = "0.0.0"
dependencies = [
"ar_archive_writer",
"arrayvec",
"bitflags 2.6.0",
"cc",
"either",
2024-06-22 21:22:00 +00:00
"itertools",
"jobserver",
"libc",
"object 0.36.4",
"pathdiff",
"regex",
"rustc_arena",
2020-02-29 17:16:26 +00:00
"rustc_ast",
"rustc_attr",
"rustc_data_structures",
"rustc_errors",
"rustc_fluent_macro",
"rustc_fs_util",
"rustc_hir",
"rustc_incremental",
"rustc_index",
"rustc_macros",
"rustc_metadata",
2020-03-29 13:24:45 +00:00
"rustc_middle",
"rustc_monomorphize",
2020-11-14 15:48:54 +00:00
"rustc_query_system",
2020-06-02 17:03:40 +00:00
"rustc_serialize",
"rustc_session",
2019-12-29 13:53:32 +00:00
"rustc_span",
"rustc_symbol_mangling",
"rustc_target",
"rustc_type_ir",
2022-05-06 15:20:42 +00:00
"serde_json",
"smallvec",
"tempfile",
"thin-vec",
"thorin-dwp",
2020-07-24 18:42:00 +00:00
"tracing",
"wasm-encoder",
2024-07-31 14:08:31 +00:00
"windows 0.52.0",
]
2021-01-05 19:08:11 +00:00
[[package]]
name = "rustc_const_eval"
version = "0.0.0"
dependencies = [
"either",
2021-01-05 19:08:11 +00:00
"rustc_apfloat",
"rustc_ast",
"rustc_attr",
"rustc_data_structures",
"rustc_errors",
"rustc_fluent_macro",
2021-01-05 19:08:11 +00:00
"rustc_hir",
"rustc_index",
"rustc_infer",
"rustc_macros",
"rustc_middle",
"rustc_mir_dataflow",
"rustc_session",
"rustc_span",
"rustc_target",
"rustc_trait_selection",
"rustc_type_ir",
2021-01-05 19:08:11 +00:00
"tracing",
]
[[package]]
name = "rustc_data_structures"
version = "0.0.0"
dependencies = [
"arrayvec",
"bitflags 2.6.0",
"either",
"elsa",
2020-05-27 05:05:09 +00:00
"ena",
"indexmap",
"jobserver",
2020-04-10 20:42:19 +00:00
"libc",
2022-06-26 02:21:49 +00:00
"measureme",
"memmap2",
"parking_lot",
"portable-atomic",
"rustc-hash",
2019-12-10 15:01:01 +00:00
"rustc-rayon",
"rustc-stable-hash",
"rustc_arena",
2020-06-02 17:03:40 +00:00
"rustc_graphviz",
2019-09-25 19:09:51 +00:00
"rustc_index",
"rustc_macros",
2020-06-02 17:03:40 +00:00
"rustc_serialize",
"smallvec",
"stacker",
"tempfile",
"thin-vec",
2020-07-24 18:42:00 +00:00
"tracing",
2024-07-31 14:08:31 +00:00
"windows 0.52.0",
]
[[package]]
name = "rustc_driver"
version = "0.0.0"
dependencies = [
"rustc_driver_impl",
]
[[package]]
name = "rustc_driver_impl"
version = "0.0.0"
dependencies = [
"ctrlc",
2020-04-10 20:42:19 +00:00
"libc",
2020-02-29 17:16:26 +00:00
"rustc_ast",
"rustc_ast_lowering",
"rustc_ast_passes",
"rustc_ast_pretty",
"rustc_attr",
"rustc_borrowck",
"rustc_builtin_macros",
"rustc_codegen_ssa",
"rustc_const_eval",
"rustc_data_structures",
"rustc_errors",
"rustc_expand",
2019-11-30 01:34:18 +00:00
"rustc_feature",
"rustc_fluent_macro",
2022-09-26 11:00:29 +00:00
"rustc_hir_analysis",
"rustc_hir_pretty",
"rustc_hir_typeck",
"rustc_incremental",
"rustc_index",
"rustc_infer",
"rustc_interface",
"rustc_lint",
2022-01-04 00:32:52 +00:00
"rustc_log",
"rustc_macros",
"rustc_metadata",
2020-03-29 13:24:45 +00:00
"rustc_middle",
"rustc_mir_build",
"rustc_mir_dataflow",
"rustc_mir_transform",
"rustc_monomorphize",
"rustc_parse",
"rustc_passes",
"rustc_pattern_analysis",
"rustc_privacy",
"rustc_query_system",
"rustc_resolve",
"rustc_session",
2023-11-09 09:11:41 +00:00
"rustc_smir",
2019-12-29 13:53:32 +00:00
"rustc_span",
"rustc_target",
"rustc_trait_selection",
"rustc_ty_utils",
2021-06-03 15:45:09 +00:00
"serde_json",
2023-12-06 18:25:13 +00:00
"shlex",
"time",
2020-07-24 18:42:00 +00:00
"tracing",
2024-07-31 14:08:31 +00:00
"windows 0.52.0",
]
2019-11-11 21:47:05 +00:00
[[package]]
name = "rustc_error_codes"
version = "0.0.0"
[[package]]
name = "rustc_error_messages"
version = "0.0.0"
dependencies = [
"fluent-bundle",
"fluent-syntax",
"icu_list",
"icu_locid",
"icu_provider_adapters",
"intl-memoizer",
"rustc_baked_icu_data",
"rustc_data_structures",
"rustc_macros",
"rustc_serialize",
"rustc_span",
"tracing",
"unic-langid",
]
[[package]]
name = "rustc_errors"
version = "0.0.0"
dependencies = [
2024-08-19 20:20:48 +00:00
"annotate-snippets 0.11.4",
"derive_setters",
"rustc_ast",
"rustc_ast_pretty",
"rustc_data_structures",
"rustc_error_codes",
"rustc_error_messages",
"rustc_fluent_macro",
"rustc_hir",
"rustc_index",
"rustc_lint_defs",
"rustc_macros",
2020-06-02 17:03:40 +00:00
"rustc_serialize",
2019-12-29 13:53:32 +00:00
"rustc_span",
"rustc_target",
"rustc_type_ir",
2021-06-03 19:14:15 +00:00
"serde",
"serde_json",
"termcolor",
2020-01-29 00:13:48 +00:00
"termize",
2020-07-24 18:42:00 +00:00
"tracing",
2024-07-31 14:08:31 +00:00
"windows 0.52.0",
]
2019-12-29 13:53:32 +00:00
[[package]]
name = "rustc_expand"
version = "0.0.0"
dependencies = [
2020-02-29 17:16:26 +00:00
"rustc_ast",
"rustc_ast_passes",
"rustc_ast_pretty",
"rustc_attr",
2019-12-29 13:53:32 +00:00
"rustc_data_structures",
"rustc_errors",
"rustc_feature",
"rustc_fluent_macro",
2019-12-29 13:53:32 +00:00
"rustc_lexer",
"rustc_lint_defs",
"rustc_macros",
2019-12-29 13:53:32 +00:00
"rustc_parse",
2020-06-02 17:03:40 +00:00
"rustc_serialize",
2020-01-05 09:47:20 +00:00
"rustc_session",
2019-12-29 13:53:32 +00:00
"rustc_span",
"smallvec",
2022-09-08 07:22:52 +00:00
"thin-vec",
2020-07-24 18:42:00 +00:00
"tracing",
2019-12-29 13:53:32 +00:00
]
[[package]]
name = "rustc_feature"
version = "0.0.0"
dependencies = [
2019-11-30 01:34:18 +00:00
"rustc_data_structures",
2019-12-29 13:53:32 +00:00
"rustc_span",
]
[[package]]
name = "rustc_fluent_macro"
2023-10-18 21:55:15 +00:00
version = "0.0.0"
dependencies = [
2024-08-19 20:20:48 +00:00
"annotate-snippets 0.11.4",
"fluent-bundle",
"fluent-syntax",
"proc-macro2",
"quote",
"syn 2.0.75",
"unic-langid",
]
[[package]]
name = "rustc_fs_util"
version = "0.0.0"
2020-06-02 17:03:40 +00:00
[[package]]
name = "rustc_graphviz"
version = "0.0.0"
2019-12-25 02:51:27 +00:00
[[package]]
name = "rustc_hir"
version = "0.0.0"
dependencies = [
"odht",
2021-07-13 16:45:20 +00:00
"rustc_arena",
2020-02-29 17:16:26 +00:00
"rustc_ast",
2019-12-25 02:51:27 +00:00
"rustc_data_structures",
"rustc_index",
"rustc_macros",
2020-06-02 17:03:40 +00:00
"rustc_serialize",
2019-12-25 02:51:27 +00:00
"rustc_span",
"rustc_target",
"smallvec",
2020-07-24 18:42:00 +00:00
"tracing",
2019-12-25 02:51:27 +00:00
]
2022-09-26 11:00:29 +00:00
[[package]]
name = "rustc_hir_analysis"
version = "0.0.0"
dependencies = [
2024-06-22 21:22:00 +00:00
"itertools",
2022-09-26 11:00:29 +00:00
"rustc_arena",
"rustc_ast",
"rustc_attr",
"rustc_data_structures",
"rustc_errors",
"rustc_feature",
"rustc_fluent_macro",
2022-09-26 11:00:29 +00:00
"rustc_hir",
"rustc_hir_pretty",
2022-09-26 11:00:29 +00:00
"rustc_index",
"rustc_infer",
"rustc_lint_defs",
2022-09-26 11:00:29 +00:00
"rustc_macros",
"rustc_middle",
"rustc_session",
"rustc_span",
"rustc_target",
"rustc_trait_selection",
"rustc_type_ir",
"smallvec",
"tracing",
]
[[package]]
name = "rustc_hir_pretty"
version = "0.0.0"
dependencies = [
"rustc_ast",
"rustc_ast_pretty",
"rustc_hir",
"rustc_span",
"rustc_target",
]
[[package]]
name = "rustc_hir_typeck"
2023-10-18 21:55:15 +00:00
version = "0.0.0"
dependencies = [
2024-06-22 21:22:00 +00:00
"itertools",
"rustc_ast",
"rustc_ast_ir",
"rustc_attr",
"rustc_data_structures",
"rustc_errors",
"rustc_fluent_macro",
"rustc_hir",
"rustc_hir_analysis",
"rustc_hir_pretty",
"rustc_index",
"rustc_infer",
"rustc_lint",
"rustc_macros",
"rustc_middle",
"rustc_session",
"rustc_span",
"rustc_target",
"rustc_trait_selection",
"rustc_type_ir",
"smallvec",
"tracing",
]
[[package]]
name = "rustc_incremental"
version = "0.0.0"
dependencies = [
"rand",
2020-02-29 17:16:26 +00:00
"rustc_ast",
"rustc_data_structures",
"rustc_errors",
"rustc_fluent_macro",
"rustc_fs_util",
2020-06-02 17:03:40 +00:00
"rustc_graphviz",
"rustc_hir",
"rustc_macros",
2020-03-29 13:24:45 +00:00
"rustc_middle",
2020-06-02 17:03:40 +00:00
"rustc_serialize",
"rustc_session",
2019-12-29 13:53:32 +00:00
"rustc_span",
"thin-vec",
2020-07-24 18:42:00 +00:00
"tracing",
]
2019-09-25 19:09:51 +00:00
[[package]]
name = "rustc_index"
version = "0.0.0"
dependencies = [
"arrayvec",
2023-10-24 00:16:14 +00:00
"rustc_index_macros",
"rustc_macros",
2020-06-02 17:03:40 +00:00
"rustc_serialize",
"smallvec",
2019-09-25 19:09:51 +00:00
]
2023-10-24 00:16:14 +00:00
[[package]]
name = "rustc_index_macros"
version = "0.0.0"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.75",
2023-10-24 00:16:14 +00:00
]
2020-01-06 19:13:24 +00:00
[[package]]
name = "rustc_infer"
version = "0.0.0"
dependencies = [
"rustc_ast_ir",
2020-01-06 19:13:24 +00:00
"rustc_data_structures",
"rustc_errors",
"rustc_fluent_macro",
2020-01-06 19:13:24 +00:00
"rustc_hir",
"rustc_index",
"rustc_macros",
2020-03-29 13:24:45 +00:00
"rustc_middle",
2024-06-12 18:58:10 +00:00
"rustc_next_trait_solver",
2020-01-06 19:13:24 +00:00
"rustc_span",
"rustc_target",
"rustc_type_ir",
"smallvec",
2020-07-24 18:42:00 +00:00
"tracing",
2020-01-06 19:13:24 +00:00
]
[[package]]
name = "rustc_interface"
version = "0.0.0"
dependencies = [
2019-12-10 15:01:01 +00:00
"rustc-rayon",
2020-11-18 18:02:31 +00:00
"rustc-rayon-core",
2020-02-29 17:16:26 +00:00
"rustc_ast",
2019-12-22 17:12:56 +00:00
"rustc_ast_lowering",
"rustc_ast_passes",
"rustc_ast_pretty",
"rustc_attr",
"rustc_borrowck",
2019-12-29 13:53:32 +00:00
"rustc_builtin_macros",
rustc: Link LLVM directly into rustc again This commit builds on #65501 continue to simplify the build system and compiler now that we no longer have multiple LLVM backends to ship by default. Here this switches the compiler back to what it once was long long ago, which is linking LLVM directly to the compiler rather than dynamically loading it at runtime. The `codegen-backends` directory of the sysroot no longer exists and all relevant support in the build system is removed. Note that `rustc` still supports a dynamically loaded codegen backend as it did previously, it just no longer supports dynamically loaded codegen backends in its own sysroot. Additionally as part of this the `librustc_codegen_llvm` crate now once again explicitly depends on all of its crates instead of implicitly loading them through the sysroot. This involved filling out its `Cargo.toml` and deleting all the now-unnecessary `extern crate` annotations in the header of the crate. (this in turn required adding a number of imports for names of macros too). The end results of this change are: * Rustbuild's build process for the compiler as all the "oh don't forget the codegen backend" checks can be easily removed. * Building `rustc_codegen_llvm` is much simpler since it's simply another compiler crate. * Managing the dependencies of `rustc_codegen_llvm` is much simpler since it's "just another `Cargo.toml` to edit" * The build process should be a smidge faster because there's more parallelism in the main rustc build step rather than splitting `librustc_codegen_llvm` out to its own step. * The compiler is expected to be slightly faster by default because the codegen backend does not need to be dynamically loaded. * Disabling LLVM as part of rustbuild is still supported, supporting multiple codegen backends is still supported, and dynamic loading of a codegen backend is still supported.
2019-10-22 15:51:35 +00:00
"rustc_codegen_llvm",
"rustc_codegen_ssa",
2021-01-05 19:08:11 +00:00
"rustc_const_eval",
"rustc_data_structures",
"rustc_errors",
2019-12-29 13:53:32 +00:00
"rustc_expand",
"rustc_feature",
"rustc_fluent_macro",
"rustc_fs_util",
2019-12-25 02:51:27 +00:00
"rustc_hir",
2022-09-26 11:00:29 +00:00
"rustc_hir_analysis",
"rustc_hir_typeck",
"rustc_incremental",
"rustc_lint",
"rustc_macros",
"rustc_metadata",
2020-03-29 13:24:45 +00:00
"rustc_middle",
"rustc_mir_build",
"rustc_mir_transform",
"rustc_monomorphize",
"rustc_parse",
"rustc_passes",
"rustc_privacy",
"rustc_query_impl",
2023-03-25 08:46:19 +00:00
"rustc_query_system",
"rustc_resolve",
"rustc_serialize",
2020-01-05 08:40:16 +00:00
"rustc_session",
2019-12-29 13:53:32 +00:00
"rustc_span",
"rustc_symbol_mangling",
2019-10-11 21:48:16 +00:00
"rustc_target",
"rustc_trait_selection",
"rustc_traits",
2020-11-19 20:32:37 +00:00
"rustc_ty_utils",
2020-07-24 18:42:00 +00:00
"tracing",
]
[[package]]
name = "rustc_lexer"
2023-10-18 21:55:15 +00:00
version = "0.0.0"
dependencies = [
Introduce expect snapshot testing library into rustc Snapshot testing is a technique for writing maintainable unit tests. Unlike usual `assert_eq!` tests, snapshot tests allow to *automatically* upgrade expected values on test failure. In a sense, snapshot tests are inline-version of our beloved UI-tests. Example: ![expect](https://user-images.githubusercontent.com/1711539/90888810-3bcc8180-e3b7-11ea-9626-d06e89e1a0bb.gif) A particular library we use, `expect_test` provides an `expect!` macro, which creates a sort of self-updating string literal (by using `file!` macro). Self-update is triggered by setting `UPDATE_EXPECT` environmental variable (this info is printed during the test failure). This library was extracted from rust-analyzer, where we use it for most of our tests. There are some other, more popular snapshot testing libraries: * https://github.com/mitsuhiko/insta * https://github.com/aaronabramov/k9 The main differences of `expect` are: * first-class snapshot objects (so, tests can be written as functions, rather than as macros) * focus on inline-snapshots (but file snapshots are also supported) * restricted feature set (only `assert_eq` and `assert_debug_eq`) * no extra runtime (ie, no `cargo insta`) See https://github.com/rust-analyzer/rust-analyzer/pull/5101 for a an extended comparison. It is unclear if this testing style will stick with rustc in the long run. At the moment, rustc is mainly tested via integrated UI tests. But in the library-ified world, unit-tests will become somewhat more important (that's why use use `rustc_lexer` library-ified library as an example in this PR). Given that the cost of removal shouldn't be too high, it probably makes sense to just see if this flies!
2020-08-21 12:03:50 +00:00
"expect-test",
"unicode-properties",
"unicode-xid",
]
[[package]]
name = "rustc_lint"
version = "0.0.0"
dependencies = [
2020-02-29 17:16:26 +00:00
"rustc_ast",
"rustc_ast_pretty",
"rustc_attr",
"rustc_data_structures",
"rustc_errors",
"rustc_feature",
"rustc_fluent_macro",
"rustc_hir",
"rustc_hir_pretty",
"rustc_index",
"rustc_infer",
"rustc_macros",
2020-03-29 13:24:45 +00:00
"rustc_middle",
"rustc_parse_format",
"rustc_session",
2019-12-29 13:53:32 +00:00
"rustc_span",
"rustc_target",
"rustc_trait_selection",
"rustc_type_ir",
2020-07-24 18:42:00 +00:00
"tracing",
2020-01-02 12:02:22 +00:00
"unicode-security",
]
[[package]]
name = "rustc_lint_defs"
version = "0.0.0"
dependencies = [
"rustc_ast",
"rustc_data_structures",
"rustc_error_messages",
"rustc_hir",
"rustc_macros",
"rustc_serialize",
"rustc_span",
"rustc_target",
2021-06-03 19:14:15 +00:00
"serde",
]
[[package]]
name = "rustc_llvm"
version = "0.0.0"
dependencies = [
"cc",
"libc",
]
2022-01-04 00:32:52 +00:00
[[package]]
name = "rustc_log"
version = "0.0.0"
dependencies = [
2022-01-04 06:01:35 +00:00
"rustc_span",
2022-01-04 00:32:52 +00:00
"tracing",
"tracing-core",
2022-01-04 00:32:52 +00:00
"tracing-subscriber",
"tracing-tree",
]
2019-03-01 00:22:10 +00:00
[[package]]
name = "rustc_macros"
2023-10-18 21:55:15 +00:00
version = "0.0.0"
2019-03-01 00:22:10 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.75",
"synstructure",
2019-03-01 00:22:10 +00:00
]
[[package]]
name = "rustc_metadata"
version = "0.0.0"
dependencies = [
"bitflags 2.6.0",
"libloading",
"odht",
2020-02-29 17:16:26 +00:00
"rustc_ast",
"rustc_attr",
"rustc_data_structures",
"rustc_errors",
2019-12-29 13:53:32 +00:00
"rustc_expand",
"rustc_feature",
"rustc_fluent_macro",
"rustc_fs_util",
"rustc_hir",
"rustc_hir_pretty",
"rustc_index",
"rustc_macros",
2020-03-29 13:24:45 +00:00
"rustc_middle",
2020-06-02 17:03:40 +00:00
"rustc_serialize",
"rustc_session",
2019-12-29 13:53:32 +00:00
"rustc_span",
"rustc_target",
"rustc_type_ir",
"snap",
"tempfile",
2020-07-24 18:42:00 +00:00
"tracing",
]
2020-03-29 13:24:45 +00:00
[[package]]
name = "rustc_middle"
version = "0.0.0"
dependencies = [
"bitflags 2.6.0",
"derive-where",
"either",
2023-04-30 07:29:02 +00:00
"field-offset",
"gsgdt",
2020-03-29 13:24:45 +00:00
"polonius-engine",
"rustc-rayon-core",
"rustc_apfloat",
2020-06-02 17:03:40 +00:00
"rustc_arena",
2020-03-29 13:24:45 +00:00
"rustc_ast",
"rustc_ast_ir",
2020-03-29 13:24:45 +00:00
"rustc_attr",
"rustc_data_structures",
"rustc_error_messages",
2020-03-29 13:24:45 +00:00
"rustc_errors",
"rustc_feature",
"rustc_fluent_macro",
"rustc_graphviz",
2020-03-29 13:24:45 +00:00
"rustc_hir",
"rustc_hir_pretty",
2020-03-29 13:24:45 +00:00
"rustc_index",
"rustc_macros",
"rustc_query_system",
2020-06-02 17:03:40 +00:00
"rustc_serialize",
2020-03-29 13:24:45 +00:00
"rustc_session",
"rustc_span",
"rustc_target",
2020-11-18 15:37:10 +00:00
"rustc_type_ir",
"smallvec",
"thin-vec",
2020-07-24 18:42:00 +00:00
"tracing",
2020-03-29 13:24:45 +00:00
]
[[package]]
name = "rustc_mir_build"
version = "0.0.0"
dependencies = [
"either",
2024-06-22 21:22:00 +00:00
"itertools",
"rustc_apfloat",
2020-06-02 17:03:40 +00:00
"rustc_arena",
2020-02-29 17:16:26 +00:00
"rustc_ast",
"rustc_data_structures",
"rustc_errors",
"rustc_fluent_macro",
"rustc_hir",
"rustc_index",
2020-01-06 19:13:24 +00:00
"rustc_infer",
"rustc_lint",
"rustc_macros",
2020-03-29 13:24:45 +00:00
"rustc_middle",
"rustc_pattern_analysis",
"rustc_session",
2019-12-29 13:53:32 +00:00
"rustc_span",
"rustc_target",
"rustc_trait_selection",
2020-07-24 18:42:00 +00:00
"tracing",
]
[[package]]
name = "rustc_mir_dataflow"
version = "0.0.0"
dependencies = [
"polonius-engine",
"regex",
"rustc_ast",
"rustc_data_structures",
"rustc_errors",
"rustc_fluent_macro",
"rustc_graphviz",
"rustc_hir",
"rustc_index",
"rustc_macros",
"rustc_middle",
"rustc_span",
"rustc_target",
"smallvec",
"tracing",
]
[[package]]
name = "rustc_mir_transform"
version = "0.0.0"
dependencies = [
"either",
2024-06-22 21:22:00 +00:00
"itertools",
2023-01-16 22:12:36 +00:00
"rustc_arena",
2020-02-29 17:16:26 +00:00
"rustc_ast",
"rustc_attr",
2021-01-05 19:08:11 +00:00
"rustc_const_eval",
"rustc_data_structures",
"rustc_errors",
"rustc_fluent_macro",
"rustc_hir",
"rustc_index",
"rustc_infer",
"rustc_macros",
2020-03-29 13:24:45 +00:00
"rustc_middle",
"rustc_mir_build",
"rustc_mir_dataflow",
2020-01-20 21:23:07 +00:00
"rustc_session",
"rustc_span",
"rustc_target",
"rustc_trait_selection",
"rustc_type_ir",
"smallvec",
2020-07-24 18:42:00 +00:00
"tracing",
]
[[package]]
name = "rustc_monomorphize"
version = "0.0.0"
dependencies = [
"rustc_data_structures",
"rustc_errors",
"rustc_fluent_macro",
"rustc_hir",
"rustc_macros",
"rustc_middle",
"rustc_session",
"rustc_span",
"rustc_target",
"serde",
"serde_json",
"tracing",
]
[[package]]
name = "rustc_next_trait_solver"
version = "0.0.0"
dependencies = [
"bitflags 2.6.0",
"derive-where",
2024-06-17 21:59:08 +00:00
"rustc_ast_ir",
"rustc_data_structures",
"rustc_index",
"rustc_macros",
"rustc_serialize",
"rustc_type_ir",
2024-06-17 21:59:08 +00:00
"rustc_type_ir_macros",
"tracing",
]
[[package]]
name = "rustc_parse"
version = "0.0.0"
dependencies = [
"bitflags 2.6.0",
2020-02-29 17:16:26 +00:00
"rustc_ast",
"rustc_ast_pretty",
"rustc_data_structures",
"rustc_errors",
"rustc_feature",
"rustc_fluent_macro",
"rustc_index",
"rustc_lexer",
2022-04-25 20:55:24 +00:00
"rustc_macros",
2020-01-05 09:47:20 +00:00
"rustc_session",
2019-12-29 13:53:32 +00:00
"rustc_span",
"termcolor",
2022-09-08 07:22:52 +00:00
"thin-vec",
2020-07-24 18:42:00 +00:00
"tracing",
"unicode-normalization",
"unicode-width",
]
2020-06-02 17:03:40 +00:00
[[package]]
name = "rustc_parse_format"
version = "0.0.0"
dependencies = [
"rustc_index",
2020-06-02 17:03:40 +00:00
"rustc_lexer",
]
[[package]]
name = "rustc_passes"
version = "0.0.0"
dependencies = [
2020-02-29 17:16:26 +00:00
"rustc_ast",
"rustc_ast_pretty",
"rustc_attr",
"rustc_data_structures",
"rustc_errors",
"rustc_expand",
"rustc_feature",
"rustc_fluent_macro",
"rustc_hir",
2019-10-04 14:46:57 +00:00
"rustc_index",
"rustc_lexer",
"rustc_macros",
2020-03-29 13:24:45 +00:00
"rustc_middle",
"rustc_privacy",
2020-01-02 11:54:43 +00:00
"rustc_session",
2019-12-29 13:53:32 +00:00
"rustc_span",
2019-10-04 14:46:57 +00:00
"rustc_target",
"rustc_trait_selection",
2020-07-24 18:42:00 +00:00
"tracing",
]
[[package]]
name = "rustc_pattern_analysis"
version = "0.0.0"
dependencies = [
"rustc-hash",
"rustc_apfloat",
"rustc_arena",
"rustc_data_structures",
"rustc_errors",
"rustc_fluent_macro",
"rustc_hir",
"rustc_index",
"rustc_macros",
"rustc_middle",
"rustc_session",
"rustc_span",
"rustc_target",
"smallvec",
"tracing",
2024-03-04 15:57:32 +00:00
"tracing-subscriber",
"tracing-tree",
]
[[package]]
name = "rustc_privacy"
version = "0.0.0"
dependencies = [
2021-07-31 06:50:57 +00:00
"rustc_ast",
"rustc_attr",
"rustc_data_structures",
"rustc_errors",
"rustc_fluent_macro",
"rustc_hir",
"rustc_macros",
2020-03-29 13:24:45 +00:00
"rustc_middle",
"rustc_session",
2019-12-29 13:53:32 +00:00
"rustc_span",
"rustc_ty_utils",
2020-07-24 18:42:00 +00:00
"tracing",
]
[[package]]
name = "rustc_query_impl"
version = "0.0.0"
dependencies = [
2023-04-30 07:29:02 +00:00
"field-offset",
2022-06-26 02:21:49 +00:00
"measureme",
"rustc_data_structures",
"rustc_errors",
"rustc_hir",
2021-06-28 19:12:01 +00:00
"rustc_index",
"rustc_middle",
"rustc_query_system",
"rustc_serialize",
2021-06-28 19:12:01 +00:00
"rustc_session",
"rustc_span",
"thin-vec",
2022-05-04 08:30:13 +00:00
"tracing",
]
2020-03-18 09:25:22 +00:00
[[package]]
name = "rustc_query_system"
version = "0.0.0"
dependencies = [
"parking_lot",
2020-03-19 13:13:31 +00:00
"rustc-rayon-core",
2020-11-14 15:35:31 +00:00
"rustc_ast",
2020-03-18 09:25:22 +00:00
"rustc_data_structures",
"rustc_errors",
2020-11-14 15:35:31 +00:00
"rustc_feature",
"rustc_fluent_macro",
2020-11-14 15:35:31 +00:00
"rustc_hir",
2020-03-18 09:25:22 +00:00
"rustc_index",
"rustc_macros",
2020-06-02 17:03:40 +00:00
"rustc_serialize",
"rustc_session",
2020-03-19 13:13:31 +00:00
"rustc_span",
2020-11-14 15:35:31 +00:00
"rustc_target",
"smallvec",
"thin-vec",
2020-07-24 18:42:00 +00:00
"tracing",
2020-03-18 09:25:22 +00:00
]
[[package]]
name = "rustc_resolve"
version = "0.0.0"
dependencies = [
"bitflags 2.6.0",
"pulldown-cmark 0.11.2",
2020-06-02 17:03:40 +00:00
"rustc_arena",
2020-02-29 17:16:26 +00:00
"rustc_ast",
"rustc_ast_pretty",
"rustc_attr",
"rustc_data_structures",
"rustc_errors",
2019-12-29 13:53:32 +00:00
"rustc_expand",
2019-11-30 01:34:18 +00:00
"rustc_feature",
"rustc_fluent_macro",
"rustc_hir",
"rustc_index",
"rustc_macros",
"rustc_metadata",
2020-03-29 13:24:45 +00:00
"rustc_middle",
"rustc_query_system",
"rustc_session",
2019-12-29 13:53:32 +00:00
"rustc_span",
"smallvec",
2022-09-08 07:22:52 +00:00
"thin-vec",
2020-07-24 18:42:00 +00:00
"tracing",
]
[[package]]
name = "rustc_sanitizers"
version = "0.0.0"
dependencies = [
"bitflags 2.6.0",
"rustc_data_structures",
"rustc_hir",
"rustc_middle",
"rustc_span",
"rustc_target",
"rustc_trait_selection",
"tracing",
"twox-hash",
]
2020-06-02 17:03:40 +00:00
[[package]]
name = "rustc_serialize"
version = "0.0.0"
dependencies = [
"indexmap",
2020-07-18 19:14:50 +00:00
"rustc_macros",
"smallvec",
"tempfile",
"thin-vec",
2020-06-02 17:03:40 +00:00
]
2019-11-12 13:17:33 +00:00
[[package]]
name = "rustc_session"
version = "0.0.0"
dependencies = [
"bitflags 2.6.0",
"getopts",
"libc",
2020-02-29 17:16:26 +00:00
"rustc_ast",
2019-11-12 13:17:33 +00:00
"rustc_data_structures",
"rustc_errors",
2019-11-29 21:05:28 +00:00
"rustc_feature",
"rustc_fluent_macro",
2019-11-29 21:05:28 +00:00
"rustc_fs_util",
"rustc_hir",
"rustc_lint_defs",
"rustc_macros",
2020-06-02 17:03:40 +00:00
"rustc_serialize",
2019-12-29 13:53:32 +00:00
"rustc_span",
2019-11-29 21:05:28 +00:00
"rustc_target",
"smallvec",
"termize",
2020-07-24 18:42:00 +00:00
"tracing",
2024-07-31 14:08:31 +00:00
"windows 0.52.0",
2019-12-29 13:53:32 +00:00
]
2022-06-02 10:08:38 +00:00
[[package]]
name = "rustc_smir"
version = "0.0.0"
dependencies = [
"rustc_abi",
2024-06-26 04:09:55 +00:00
"rustc_ast",
"rustc_ast_pretty",
2023-10-09 09:56:14 +00:00
"rustc_data_structures",
2023-04-24 20:53:51 +00:00
"rustc_hir",
2022-06-02 10:08:38 +00:00
"rustc_middle",
"rustc_session",
"rustc_span",
"rustc_target",
"scoped-tls",
"stable_mir",
"tracing",
2022-06-02 10:08:38 +00:00
]
2019-12-29 13:53:32 +00:00
[[package]]
name = "rustc_span"
version = "0.0.0"
dependencies = [
2024-06-26 22:39:48 +00:00
"derive-where",
"indexmap",
"itoa",
2020-12-05 15:40:24 +00:00
"md-5",
2020-06-02 17:03:40 +00:00
"rustc_arena",
2019-12-29 13:53:32 +00:00
"rustc_data_structures",
"rustc_index",
"rustc_macros",
2020-06-02 17:03:40 +00:00
"rustc_serialize",
2019-12-29 13:53:32 +00:00
"scoped-tls",
2023-01-10 19:09:52 +00:00
"sha1",
"sha2",
2020-07-24 18:42:00 +00:00
"tracing",
2019-12-29 13:53:32 +00:00
"unicode-width",
2019-11-12 13:17:33 +00:00
]
[[package]]
name = "rustc_symbol_mangling"
version = "0.0.0"
dependencies = [
"punycode",
"rustc-demangle",
"rustc_data_structures",
"rustc_errors",
"rustc_hir",
2020-03-29 13:24:45 +00:00
"rustc_middle",
"rustc_session",
"rustc_span",
"rustc_target",
2020-07-24 18:42:00 +00:00
"tracing",
]
[[package]]
name = "rustc_target"
version = "0.0.0"
dependencies = [
"bitflags 2.6.0",
"object 0.36.4",
"rustc_abi",
"rustc_data_structures",
"rustc_feature",
"rustc_fs_util",
"rustc_index",
"rustc_macros",
2020-06-02 17:03:40 +00:00
"rustc_serialize",
2019-12-29 13:53:32 +00:00
"rustc_span",
2021-06-03 15:45:09 +00:00
"serde_json",
2020-07-24 18:42:00 +00:00
"tracing",
]
2022-12-17 13:21:37 +00:00
[[package]]
name = "rustc_tools_util"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f"
[[package]]
name = "rustc_trait_selection"
version = "0.0.0"
dependencies = [
2024-06-22 21:22:00 +00:00
"itertools",
"rustc_ast",
"rustc_ast_ir",
"rustc_attr",
"rustc_data_structures",
"rustc_errors",
"rustc_fluent_macro",
"rustc_hir",
"rustc_infer",
"rustc_macros",
2020-03-29 13:24:45 +00:00
"rustc_middle",
"rustc_next_trait_solver",
2020-06-02 17:03:40 +00:00
"rustc_parse_format",
2020-11-14 15:48:54 +00:00
"rustc_query_system",
"rustc_serialize",
"rustc_session",
"rustc_span",
"rustc_target",
"rustc_transmute",
2024-05-17 16:43:05 +00:00
"rustc_type_ir",
"smallvec",
2020-07-24 18:42:00 +00:00
"tracing",
]
[[package]]
name = "rustc_traits"
version = "0.0.0"
dependencies = [
"rustc_data_structures",
"rustc_hir",
2020-01-06 19:13:24 +00:00
"rustc_infer",
2020-03-29 13:24:45 +00:00
"rustc_middle",
2019-12-29 13:53:32 +00:00
"rustc_span",
"rustc_trait_selection",
2020-07-24 18:42:00 +00:00
"tracing",
]
[[package]]
name = "rustc_transmute"
2023-10-18 21:55:15 +00:00
version = "0.0.0"
dependencies = [
2024-06-22 21:22:00 +00:00
"itertools",
"rustc_ast_ir",
"rustc_data_structures",
"rustc_hir",
"rustc_infer",
"rustc_macros",
"rustc_middle",
"rustc_span",
"rustc_target",
"tracing",
]
2020-01-13 12:40:30 +00:00
[[package]]
2020-11-19 20:32:37 +00:00
name = "rustc_ty_utils"
2020-01-13 12:40:30 +00:00
version = "0.0.0"
dependencies = [
2024-06-22 21:22:00 +00:00
"itertools",
"rustc_ast_ir",
2020-01-13 12:40:30 +00:00
"rustc_data_structures",
"rustc_errors",
"rustc_fluent_macro",
2020-01-13 12:40:30 +00:00
"rustc_hir",
"rustc_index",
2020-01-06 19:13:24 +00:00
"rustc_infer",
"rustc_macros",
2020-03-29 13:24:45 +00:00
"rustc_middle",
"rustc_session",
2020-01-13 12:40:30 +00:00
"rustc_span",
2020-02-12 16:24:32 +00:00
"rustc_target",
"rustc_trait_selection",
"rustc_type_ir",
2020-07-24 18:42:00 +00:00
"tracing",
2020-01-13 12:40:30 +00:00
]
2020-11-18 15:37:10 +00:00
[[package]]
name = "rustc_type_ir"
version = "0.0.0"
dependencies = [
"bitflags 2.6.0",
"derive-where",
"indexmap",
"rustc-hash",
"rustc_ast_ir",
2020-11-18 15:37:10 +00:00
"rustc_data_structures",
"rustc_index",
"rustc_macros",
2020-11-18 15:37:10 +00:00
"rustc_serialize",
"rustc_span",
"rustc_type_ir_macros",
2021-01-31 09:32:34 +00:00
"smallvec",
2024-05-27 00:45:37 +00:00
"tracing",
2020-11-18 15:37:10 +00:00
]
[[package]]
name = "rustc_type_ir_macros"
version = "0.0.0"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.75",
"synstructure",
]
2021-10-04 22:13:00 +00:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
2021-10-04 22:13:00 +00:00
]
[[package]]
name = "rustdoc"
version = "0.0.0"
dependencies = [
"arrayvec",
"base64",
"expect-test",
"indexmap",
2024-06-22 21:22:00 +00:00
"itertools",
"minifier",
"pulldown-cmark 0.9.6",
"regex",
2024-07-18 18:56:36 +00:00
"rinja",
2021-01-25 21:23:43 +00:00
"rustdoc-json-types",
"serde",
"serde_json",
"smallvec",
"tempfile",
"threadpool",
"tracing",
"tracing-subscriber",
"tracing-tree",
"unicode-segmentation",
]
2023-05-20 11:40:11 +00:00
[[package]]
name = "rustdoc-gui-test"
version = "0.1.0"
dependencies = [
"build_helper",
2023-05-20 11:40:11 +00:00
"compiletest",
"getopts",
"walkdir",
]
2021-01-25 21:23:43 +00:00
[[package]]
name = "rustdoc-json-types"
version = "0.1.0"
dependencies = [
"bincode",
"rustc-hash",
2021-01-25 21:23:43 +00:00
"serde",
"serde_json",
2021-01-25 21:23:43 +00:00
]
2018-02-05 22:43:53 +00:00
[[package]]
name = "rustdoc-themes"
version = "0.1.0"
[[package]]
name = "rustdoc-tool"
version = "0.0.0"
dependencies = [
"rustdoc",
]
2024-04-13 17:54:13 +00:00
[[package]]
name = "rustfix"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81864b097046da5df3758fdc6e4822bbb70afa06317e8ca45ea1b51cb8c5e5a4"
dependencies = [
"serde",
"serde_json",
"thiserror",
"tracing",
]
[[package]]
name = "rustfmt-config_proc_macro"
version = "0.3.0"
dependencies = [
"proc-macro2",
"quote",
"serde",
"syn 2.0.75",
]
2019-07-30 11:00:27 +00:00
[[package]]
name = "rustfmt-nightly"
version = "1.8.0"
2019-07-30 11:00:27 +00:00
dependencies = [
2024-01-29 12:21:16 +00:00
"annotate-snippets 0.9.2",
2020-06-15 09:43:39 +00:00
"anyhow",
"bytecount",
2024-06-22 21:22:00 +00:00
"cargo_metadata 0.18.1",
"clap",
2023-10-23 01:34:12 +00:00
"clap-cargo",
"diff",
"dirs",
"getopts",
"ignore",
2024-06-22 21:22:00 +00:00
"itertools",
"regex",
"rustfmt-config_proc_macro",
"serde",
"serde_json",
2022-06-13 03:04:54 +00:00
"term",
2020-06-15 09:43:39 +00:00
"thiserror",
2024-01-29 12:21:16 +00:00
"toml 0.7.8",
2023-10-23 01:34:12 +00:00
"tracing",
"tracing-subscriber",
"unicode-properties",
"unicode-segmentation",
"unicode-width",
2019-07-30 11:00:27 +00:00
]
[[package]]
name = "rustix"
2024-05-11 14:27:17 +00:00
version = "0.38.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
dependencies = [
"bitflags 2.6.0",
"errno",
"libc",
"linux-raw-sys",
2024-01-29 12:21:16 +00:00
"windows-sys 0.52.0",
]
2021-02-25 10:26:23 +00:00
[[package]]
name = "rustversion"
version = "1.0.17"
2021-02-25 10:26:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
2021-02-25 10:26:23 +00:00
[[package]]
name = "ruzstd"
2024-01-21 17:16:26 +00:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-21 17:16:26 +00:00
checksum = "58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d"
dependencies = [
"byteorder",
2024-01-21 17:16:26 +00:00
"derive_more",
"twox-hash",
]
2024-03-18 22:47:41 +00:00
[[package]]
name = "ruzstd"
version = "0.7.0"
2024-03-18 22:47:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5022b253619b1ba797f243056276bed8ed1a73b0f5a7ce7225d524067644bf8f"
2024-03-18 22:47:41 +00:00
dependencies = [
"byteorder",
"twox-hash",
]
[[package]]
name = "ryu"
2024-05-11 14:27:17 +00:00
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
[[package]]
name = "same-file"
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "schannel"
2024-01-29 12:21:16 +00:00
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
dependencies = [
2024-01-29 12:21:16 +00:00
"windows-sys 0.52.0",
]
2019-02-26 10:15:52 +00:00
[[package]]
name = "scoped-tls"
version = "1.0.1"
2019-02-26 10:15:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2019-02-26 10:15:52 +00:00
2019-07-25 13:57:25 +00:00
[[package]]
name = "scopeguard"
2024-01-29 12:21:16 +00:00
version = "1.2.0"
2019-07-25 13:57:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2019-07-25 13:57:25 +00:00
[[package]]
name = "self_cell"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d"
dependencies = [
2024-05-11 14:27:17 +00:00
"self_cell 1.0.4",
]
[[package]]
name = "self_cell"
2024-05-11 14:27:17 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
2021-06-02 03:38:39 +00:00
[[package]]
name = "semver"
2024-05-11 14:27:17 +00:00
version = "1.0.23"
2021-06-02 03:38:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
2021-06-02 03:38:39 +00:00
dependencies = [
"serde",
]
[[package]]
name = "serde"
version = "1.0.208"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2"
2018-12-17 18:23:04 +00:00
dependencies = [
"serde_derive",
2018-12-17 18:23:04 +00:00
]
[[package]]
name = "serde_derive"
version = "1.0.208"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.75",
]
[[package]]
name = "serde_json"
version = "1.0.125"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed"
dependencies = [
"indexmap",
"itoa",
"memchr",
"ryu",
"serde",
]
2023-06-02 09:42:42 +00:00
[[package]]
name = "serde_spanned"
version = "0.6.7"
2023-06-02 09:42:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
2023-06-02 09:42:42 +00:00
dependencies = [
"serde",
]
[[package]]
name = "sha1"
2024-01-29 12:21:16 +00:00
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "sha2"
2024-01-29 12:21:16 +00:00
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if",
"cpufeatures",
2022-08-31 20:04:12 +00:00
"digest",
2019-01-19 02:39:37 +00:00
]
2020-07-24 18:42:00 +00:00
[[package]]
name = "sharded-slab"
2024-01-29 12:21:16 +00:00
version = "0.1.7"
2020-07-24 18:42:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2020-07-24 18:42:00 +00:00
dependencies = [
"lazy_static",
]
[[package]]
name = "shell-escape"
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
2021-02-23 01:05:21 +00:00
[[package]]
name = "shlex"
2024-02-07 04:22:13 +00:00
version = "1.3.0"
2021-02-23 01:05:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-07 04:22:13 +00:00
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2021-02-23 01:05:21 +00:00
[[package]]
name = "similar"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e"
[[package]]
name = "siphasher"
2024-01-29 12:21:16 +00:00
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
[[package]]
name = "slab"
2024-01-29 12:21:16 +00:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2023-07-02 13:07:47 +00:00
dependencies = [
"autocfg",
]
2019-11-04 14:59:09 +00:00
[[package]]
name = "smallvec"
version = "1.13.2"
2019-11-04 14:59:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2019-11-04 14:59:09 +00:00
[[package]]
name = "snap"
2024-01-29 12:21:16 +00:00
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
2021-05-01 11:50:03 +00:00
[[package]]
name = "socket2"
2024-05-11 14:27:17 +00:00
version = "0.5.7"
2021-05-01 11:50:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2021-05-01 11:50:03 +00:00
dependencies = [
"libc",
cargo update Updating ahash v0.8.8 -> v0.8.10 Updating annotate-snippets v0.10.1 -> v0.10.2 Updating anstream v0.6.11 -> v0.6.13 Updating anyhow v1.0.79 -> v1.0.80 Updating bumpalo v3.14.0 -> v3.15.3 Updating clap v4.5.0 -> v4.5.1 Updating clap_builder v4.5.0 -> v4.5.1 Updating clap_complete v4.5.0 -> v4.5.1 Updating crossbeam-channel v0.5.11 -> v0.5.12 Updating darling v0.20.6 -> v0.20.8 Updating darling_core v0.20.6 -> v0.20.8 Updating darling_macro v0.20.6 -> v0.20.8 Updating dlmalloc v0.2.5 -> v0.2.6 Updating indexmap v2.2.3 -> v2.2.5 Updating libloading v0.8.1 -> v0.8.2 Updating log v0.4.20 -> v0.4.21 Updating mio v0.8.10 -> v0.8.11 Updating normpath v1.1.1 -> v1.2.0 Updating openssl v0.10.63 -> v0.10.64 Updating openssl-sys v0.9.99 -> v0.9.101 Updating pest v2.7.7 -> v2.7.8 Updating pest_derive v2.7.7 -> v2.7.8 Updating pest_generator v2.7.7 -> v2.7.8 Updating pest_meta v2.7.7 -> v2.7.8 Updating pkg-config v0.3.29 -> v0.3.30 Updating rayon v1.8.1 -> v1.9.0 Downgrading regex v1.9.4 -> v1.8.4 Updating regex-automata v0.3.7 -> v0.3.9 Updating reqwest v0.11.23 -> v0.11.24 Adding rustls-pemfile v1.0.4 Updating ryu v1.0.16 -> v1.0.17 Updating semver v1.0.21 -> v1.0.22 Updating serde v1.0.196 -> v1.0.197 Updating serde_derive v1.0.196 -> v1.0.197 Updating serde_json v1.0.113 -> v1.0.114 Updating socket2 v0.5.5 -> v0.5.6 Updating syn v2.0.48 -> v2.0.52 Adding sync_wrapper v0.1.2 Updating sysinfo v0.30.5 -> v0.30.6 Updating tempfile v3.10.0 -> v3.10.1 Updating thread_local v1.1.7 -> v1.1.8 Updating unicode-normalization v0.1.22 -> v0.1.23 Updating unicode-script v0.5.5 -> v0.5.6 Updating walkdir v2.4.0 -> v2.5.0 Updating windows-targets v0.52.0 -> v0.52.4 Updating windows_aarch64_gnullvm v0.52.0 -> v0.52.4 Updating windows_aarch64_msvc v0.52.0 -> v0.52.4 Updating windows_i686_gnu v0.52.0 -> v0.52.4 Updating windows_i686_msvc v0.52.0 -> v0.52.4 Updating windows_x86_64_gnu v0.52.0 -> v0.52.4 Updating windows_x86_64_gnullvm v0.52.0 -> v0.52.4 Updating windows_x86_64_msvc v0.52.0 -> v0.52.4
2024-03-03 00:16:16 +00:00
"windows-sys 0.52.0",
2021-05-01 11:50:03 +00:00
]
2024-02-27 14:50:23 +00:00
[[package]]
name = "spanned"
2024-08-08 17:14:09 +00:00
version = "0.3.0"
2024-02-27 14:50:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 17:14:09 +00:00
checksum = "86af297923fbcfd107c20a189a6e9c872160df71a7190ae4a7a6c5dce4b2feb6"
2024-02-27 14:50:23 +00:00
dependencies = [
"bstr",
"color-eyre",
]
[[package]]
name = "spdx"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
dependencies = [
"smallvec",
]
[[package]]
name = "spdx-expression"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77"
dependencies = [
"nom",
"serde",
"thiserror",
"tracing",
]
[[package]]
name = "spdx-rs"
2024-01-29 12:21:16 +00:00
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "990870190ec8d8c64ba66e4a6746243d6e57d99353991e0e6092334833f429b1"
dependencies = [
"chrono",
"log",
"nom",
"serde",
"spdx-expression",
"strum",
"strum_macros",
"thiserror",
"uuid",
]
[[package]]
name = "stable_deref_trait"
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "stable_mir"
version = "0.1.0-preview"
dependencies = [
"scoped-tls",
"serde",
]
[[package]]
name = "stacker"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "799c883d55abdb5e98af1a7b3f23b9b6de8ecada0ecac058672d7635eb48ca7b"
dependencies = [
"cc",
"cfg-if",
"libc",
"psm",
"windows-sys 0.59.0",
]
2022-04-28 05:42:54 +00:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "string_cache"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
dependencies = [
"new_debug_unreachable",
"once_cell",
"parking_lot",
2024-05-05 15:17:45 +00:00
"phf_shared 0.10.0",
"precomputed-hash",
"serde",
]
[[package]]
name = "string_cache_codegen"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
dependencies = [
2024-05-05 15:17:45 +00:00
"phf_generator 0.10.0",
"phf_shared 0.10.0",
"proc-macro2",
"quote",
]
2024-01-29 12:21:16 +00:00
[[package]]
name = "strsim"
version = "0.11.1"
2024-01-29 12:21:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2024-01-29 12:21:16 +00:00
[[package]]
name = "strum"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
[[package]]
name = "strum_macros"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
dependencies = [
"heck 0.4.1",
"proc-macro2",
"quote",
"rustversion",
"syn 1.0.109",
]
[[package]]
name = "suggest-tests"
version = "0.1.0"
dependencies = [
"build_helper",
"glob",
]
2019-09-08 08:28:11 +00:00
[[package]]
name = "syn"
version = "1.0.109"
2019-09-08 08:28:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2019-09-08 08:28:11 +00:00
dependencies = [
"proc-macro2",
"quote",
2022-10-09 03:25:40 +00:00
"unicode-ident",
2019-09-08 08:28:11 +00:00
]
2023-03-23 06:19:25 +00:00
[[package]]
name = "syn"
version = "2.0.75"
2023-03-23 06:19:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6af063034fc1935ede7be0122941bafa9bacb949334d090b77ca98b5817c7d9"
2023-03-23 06:19:25 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2023-03-27 13:44:06 +00:00
[[package]]
name = "synstructure"
2024-01-29 12:21:16 +00:00
version = "0.13.1"
2023-03-27 13:44:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
2023-03-27 13:44:06 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.75",
2023-03-27 13:44:06 +00:00
]
[[package]]
name = "sysinfo"
2024-07-31 14:08:31 +00:00
version = "0.31.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-31 14:08:31 +00:00
checksum = "d4115055da5f572fff541dd0c4e61b0262977f453cc9fe04be83aba25a89bdab"
dependencies = [
"core-foundation-sys",
"libc",
2024-07-31 14:08:31 +00:00
"windows 0.57.0",
]
[[package]]
name = "tabled"
2024-02-22 11:17:59 +00:00
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-22 11:17:59 +00:00
checksum = "4c998b0c8b921495196a48aabaf1901ff28be0760136e31604f7967b0792050e"
dependencies = [
"papergrid",
"unicode-width",
]
2017-05-08 22:01:13 +00:00
[[package]]
name = "tar"
2024-06-08 19:22:16 +00:00
version = "0.4.41"
2017-05-08 22:01:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-08 19:22:16 +00:00
checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909"
2017-05-08 22:01:13 +00:00
dependencies = [
"filetime",
"libc",
"xattr",
2017-05-08 22:01:13 +00:00
]
[[package]]
name = "tempfile"
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
dependencies = [
"cfg-if",
2022-11-15 19:06:42 +00:00
"fastrand",
"once_cell",
"rustix",
"windows-sys 0.59.0",
]
[[package]]
name = "tendril"
2022-06-22 23:49:24 +00:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-22 23:49:24 +00:00
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
dependencies = [
"futf",
"mac",
"utf-8",
]
2021-02-25 10:26:23 +00:00
[[package]]
name = "term"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
dependencies = [
"dirs-next",
"rustversion",
2021-07-21 13:17:31 +00:00
"winapi",
2021-02-25 10:26:23 +00:00
]
[[package]]
name = "termcolor"
2024-01-29 12:21:16 +00:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
dependencies = [
2020-07-29 18:02:05 +00:00
"winapi-util",
]
2023-01-06 01:20:59 +00:00
[[package]]
name = "terminal_size"
version = "0.3.0"
2023-01-06 01:20:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
2023-01-06 01:20:59 +00:00
dependencies = [
"rustix",
2023-08-24 19:33:17 +00:00
"windows-sys 0.48.0",
2023-01-06 01:20:59 +00:00
]
2020-01-29 00:13:48 +00:00
[[package]]
name = "termize"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
dependencies = [
"libc",
2021-07-21 13:17:31 +00:00
"winapi",
2020-01-29 00:13:48 +00:00
]
[[package]]
name = "test-float-parse"
version = "0.1.0"
dependencies = [
"indicatif",
"num",
"rand",
"rand_chacha",
"rayon",
]
[[package]]
name = "thin-vec"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b"
2019-11-26 11:06:30 +00:00
[[package]]
name = "thiserror"
version = "1.0.63"
2019-11-26 11:06:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
2019-11-26 11:06:30 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.63"
2019-11-26 11:06:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
2019-11-26 11:06:30 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.75",
2019-11-26 11:06:30 +00:00
]
[[package]]
name = "thorin-dwp"
2023-08-14 14:57:38 +00:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-14 14:57:38 +00:00
checksum = "4db52ee8fec06e119b692ef3dd2c4cf621a99204c1b8c47407870ed050305b9b"
dependencies = [
2024-05-28 00:05:32 +00:00
"gimli 0.28.1",
"hashbrown",
2024-03-18 22:47:41 +00:00
"object 0.32.2",
"tracing",
]
[[package]]
name = "thread_local"
cargo update Updating ahash v0.8.8 -> v0.8.10 Updating annotate-snippets v0.10.1 -> v0.10.2 Updating anstream v0.6.11 -> v0.6.13 Updating anyhow v1.0.79 -> v1.0.80 Updating bumpalo v3.14.0 -> v3.15.3 Updating clap v4.5.0 -> v4.5.1 Updating clap_builder v4.5.0 -> v4.5.1 Updating clap_complete v4.5.0 -> v4.5.1 Updating crossbeam-channel v0.5.11 -> v0.5.12 Updating darling v0.20.6 -> v0.20.8 Updating darling_core v0.20.6 -> v0.20.8 Updating darling_macro v0.20.6 -> v0.20.8 Updating dlmalloc v0.2.5 -> v0.2.6 Updating indexmap v2.2.3 -> v2.2.5 Updating libloading v0.8.1 -> v0.8.2 Updating log v0.4.20 -> v0.4.21 Updating mio v0.8.10 -> v0.8.11 Updating normpath v1.1.1 -> v1.2.0 Updating openssl v0.10.63 -> v0.10.64 Updating openssl-sys v0.9.99 -> v0.9.101 Updating pest v2.7.7 -> v2.7.8 Updating pest_derive v2.7.7 -> v2.7.8 Updating pest_generator v2.7.7 -> v2.7.8 Updating pest_meta v2.7.7 -> v2.7.8 Updating pkg-config v0.3.29 -> v0.3.30 Updating rayon v1.8.1 -> v1.9.0 Downgrading regex v1.9.4 -> v1.8.4 Updating regex-automata v0.3.7 -> v0.3.9 Updating reqwest v0.11.23 -> v0.11.24 Adding rustls-pemfile v1.0.4 Updating ryu v1.0.16 -> v1.0.17 Updating semver v1.0.21 -> v1.0.22 Updating serde v1.0.196 -> v1.0.197 Updating serde_derive v1.0.196 -> v1.0.197 Updating serde_json v1.0.113 -> v1.0.114 Updating socket2 v0.5.5 -> v0.5.6 Updating syn v2.0.48 -> v2.0.52 Adding sync_wrapper v0.1.2 Updating sysinfo v0.30.5 -> v0.30.6 Updating tempfile v3.10.0 -> v3.10.1 Updating thread_local v1.1.7 -> v1.1.8 Updating unicode-normalization v0.1.22 -> v0.1.23 Updating unicode-script v0.5.5 -> v0.5.6 Updating walkdir v2.4.0 -> v2.5.0 Updating windows-targets v0.52.0 -> v0.52.4 Updating windows_aarch64_gnullvm v0.52.0 -> v0.52.4 Updating windows_aarch64_msvc v0.52.0 -> v0.52.4 Updating windows_i686_gnu v0.52.0 -> v0.52.4 Updating windows_i686_msvc v0.52.0 -> v0.52.4 Updating windows_x86_64_gnu v0.52.0 -> v0.52.4 Updating windows_x86_64_gnullvm v0.52.0 -> v0.52.4 Updating windows_x86_64_msvc v0.52.0 -> v0.52.4
2024-03-03 00:16:16 +00:00
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
cargo update Updating ahash v0.8.8 -> v0.8.10 Updating annotate-snippets v0.10.1 -> v0.10.2 Updating anstream v0.6.11 -> v0.6.13 Updating anyhow v1.0.79 -> v1.0.80 Updating bumpalo v3.14.0 -> v3.15.3 Updating clap v4.5.0 -> v4.5.1 Updating clap_builder v4.5.0 -> v4.5.1 Updating clap_complete v4.5.0 -> v4.5.1 Updating crossbeam-channel v0.5.11 -> v0.5.12 Updating darling v0.20.6 -> v0.20.8 Updating darling_core v0.20.6 -> v0.20.8 Updating darling_macro v0.20.6 -> v0.20.8 Updating dlmalloc v0.2.5 -> v0.2.6 Updating indexmap v2.2.3 -> v2.2.5 Updating libloading v0.8.1 -> v0.8.2 Updating log v0.4.20 -> v0.4.21 Updating mio v0.8.10 -> v0.8.11 Updating normpath v1.1.1 -> v1.2.0 Updating openssl v0.10.63 -> v0.10.64 Updating openssl-sys v0.9.99 -> v0.9.101 Updating pest v2.7.7 -> v2.7.8 Updating pest_derive v2.7.7 -> v2.7.8 Updating pest_generator v2.7.7 -> v2.7.8 Updating pest_meta v2.7.7 -> v2.7.8 Updating pkg-config v0.3.29 -> v0.3.30 Updating rayon v1.8.1 -> v1.9.0 Downgrading regex v1.9.4 -> v1.8.4 Updating regex-automata v0.3.7 -> v0.3.9 Updating reqwest v0.11.23 -> v0.11.24 Adding rustls-pemfile v1.0.4 Updating ryu v1.0.16 -> v1.0.17 Updating semver v1.0.21 -> v1.0.22 Updating serde v1.0.196 -> v1.0.197 Updating serde_derive v1.0.196 -> v1.0.197 Updating serde_json v1.0.113 -> v1.0.114 Updating socket2 v0.5.5 -> v0.5.6 Updating syn v2.0.48 -> v2.0.52 Adding sync_wrapper v0.1.2 Updating sysinfo v0.30.5 -> v0.30.6 Updating tempfile v3.10.0 -> v3.10.1 Updating thread_local v1.1.7 -> v1.1.8 Updating unicode-normalization v0.1.22 -> v0.1.23 Updating unicode-script v0.5.5 -> v0.5.6 Updating walkdir v2.4.0 -> v2.5.0 Updating windows-targets v0.52.0 -> v0.52.4 Updating windows_aarch64_gnullvm v0.52.0 -> v0.52.4 Updating windows_aarch64_msvc v0.52.0 -> v0.52.4 Updating windows_i686_gnu v0.52.0 -> v0.52.4 Updating windows_i686_msvc v0.52.0 -> v0.52.4 Updating windows_x86_64_gnu v0.52.0 -> v0.52.4 Updating windows_x86_64_gnullvm v0.52.0 -> v0.52.4 Updating windows_x86_64_msvc v0.52.0 -> v0.52.4
2024-03-03 00:16:16 +00:00
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
dependencies = [
"cfg-if",
2022-01-24 17:19:21 +00:00
"once_cell",
]
[[package]]
name = "threadpool"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
dependencies = [
"num_cpus",
]
[[package]]
name = "tidy"
version = "0.1.0"
dependencies = [
"build_helper",
2023-10-07 05:55:48 +00:00
"cargo_metadata 0.15.4",
2024-06-21 22:20:45 +00:00
"fluent-syntax",
"ignore",
"miropt-test-tools",
"regex",
2024-04-18 06:57:43 +00:00
"rustc-hash",
"semver",
"similar",
"termcolor",
"walkdir",
]
[[package]]
name = "tier-check"
version = "0.1.0"
[[package]]
name = "time"
version = "0.3.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
dependencies = [
2024-01-29 12:16:20 +00:00
"deranged",
"itoa",
2024-01-29 12:21:16 +00:00
"num-conv",
2024-01-29 12:16:20 +00:00
"powerfmt",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2024-01-29 12:16:20 +00:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:16:20 +00:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[package]]
name = "time-macros"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
dependencies = [
2024-01-29 12:21:16 +00:00
"num-conv",
"time-core",
]
[[package]]
name = "tinystr"
2024-06-08 19:18:31 +00:00
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-08 19:18:31 +00:00
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
2022-10-19 23:24:42 +00:00
dependencies = [
"displaydoc",
"zerovec",
2022-10-19 23:24:42 +00:00
]
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
[[package]]
name = "tinyvec"
version = "1.8.0"
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
[[package]]
name = "tokio"
version = "1.39.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5"
dependencies = [
2023-07-02 13:07:47 +00:00
"backtrace",
"bytes",
"pin-project-lite",
]
2019-03-29 03:13:13 +00:00
[[package]]
name = "toml"
version = "0.5.11"
2019-03-29 03:13:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2019-03-29 03:13:13 +00:00
dependencies = [
"serde",
2019-03-29 03:13:13 +00:00
]
2023-06-02 09:42:42 +00:00
[[package]]
name = "toml"
2024-01-29 12:21:16 +00:00
version = "0.7.8"
2023-06-02 09:42:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
2023-06-02 09:42:42 +00:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
2024-07-15 20:30:52 +00:00
"toml_edit",
2023-06-02 09:42:42 +00:00
]
[[package]]
name = "toml_datetime"
version = "0.6.8"
2023-06-02 09:42:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
2023-06-02 09:42:42 +00:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2024-01-29 12:21:16 +00:00
version = "0.19.15"
2023-06-02 09:42:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
2023-06-02 09:42:42 +00:00
dependencies = [
"indexmap",
2023-06-02 09:42:42 +00:00
"serde",
"serde_spanned",
"toml_datetime",
2024-07-15 20:30:52 +00:00
"winnow",
2023-06-02 09:42:42 +00:00
]
2021-12-03 20:25:07 +00:00
[[package]]
name = "topological-sort"
2023-01-06 01:20:59 +00:00
version = "0.2.2"
2021-12-03 20:25:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-06 01:20:59 +00:00
checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
2021-12-03 20:25:07 +00:00
2020-05-27 05:05:09 +00:00
[[package]]
name = "tracing"
version = "0.1.37"
2020-05-27 05:05:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2020-05-27 05:05:09 +00:00
dependencies = [
"cfg-if",
2021-07-21 13:17:31 +00:00
"pin-project-lite",
2020-05-27 05:05:09 +00:00
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2024-01-29 12:21:16 +00:00
version = "0.1.27"
2020-05-27 05:05:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2020-05-27 05:05:09 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.75",
2020-05-27 05:05:09 +00:00
]
[[package]]
name = "tracing-core"
version = "0.1.30"
2020-05-27 05:05:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
2020-05-27 05:05:09 +00:00
dependencies = [
2022-07-05 08:26:12 +00:00
"once_cell",
"valuable",
2020-05-27 05:05:09 +00:00
]
2022-07-15 14:04:23 +00:00
[[package]]
name = "tracing-error"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
dependencies = [
"tracing",
"tracing-subscriber",
]
2024-01-29 12:21:16 +00:00
[[package]]
name = "tracing-log"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
dependencies = [
"log",
"once_cell",
2020-08-04 22:35:37 +00:00
"tracing-core",
]
2020-07-24 18:42:00 +00:00
[[package]]
name = "tracing-subscriber"
2024-01-29 12:21:16 +00:00
version = "0.3.18"
2020-07-24 18:42:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
2020-07-24 18:42:00 +00:00
dependencies = [
"matchers",
"nu-ansi-term 0.46.0",
"once_cell",
"parking_lot",
2020-07-24 18:42:00 +00:00
"regex",
"sharded-slab",
"smallvec",
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
"thread_local",
"tracing",
2020-07-24 18:42:00 +00:00
"tracing-core",
"tracing-log",
2020-08-04 22:35:37 +00:00
]
[[package]]
name = "tracing-tree"
2024-06-08 19:22:16 +00:00
version = "0.3.1"
2020-08-04 22:35:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-08 19:22:16 +00:00
checksum = "b56c62d2c80033cb36fae448730a2f2ef99410fe3ecbffc916681a32f6807dbe"
2020-08-04 22:35:37 +00:00
dependencies = [
"nu-ansi-term 0.50.1",
"tracing-core",
"tracing-log",
2020-08-04 22:35:37 +00:00
"tracing-subscriber",
2020-07-24 18:42:00 +00:00
]
[[package]]
name = "twox-hash"
version = "1.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
dependencies = [
"cfg-if",
"rand",
"static_assertions",
]
[[package]]
name = "type-map"
2024-05-11 14:27:17 +00:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f"
dependencies = [
"rustc-hash",
]
2018-12-03 01:33:20 +00:00
[[package]]
name = "typenum"
2024-01-29 12:21:16 +00:00
version = "1.17.0"
2018-12-03 01:33:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2018-12-03 01:33:20 +00:00
2020-01-13 21:40:19 +00:00
[[package]]
name = "ucd-parse"
2024-01-29 12:21:16 +00:00
version = "0.1.13"
2020-01-13 21:40:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "c06ff81122fcbf4df4c1660b15f7e3336058e7aec14437c9f85c6b31a0f279b9"
2020-01-13 21:40:19 +00:00
dependencies = [
2024-01-29 12:21:16 +00:00
"regex-lite",
2020-01-13 21:40:19 +00:00
]
2019-01-19 02:39:37 +00:00
[[package]]
name = "ucd-trie"
2024-01-29 12:21:16 +00:00
version = "0.1.6"
2019-01-19 02:39:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
2019-01-19 02:39:37 +00:00
2023-08-24 19:33:17 +00:00
[[package]]
name = "ui_test"
2024-09-17 13:20:50 +00:00
version = "0.25.0"
2023-08-24 19:33:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-17 13:20:50 +00:00
checksum = "f7e4f339f62edc873975c47115f9e71c5454ddaa37c1142b42fc0b2672c8dacb"
2023-08-24 19:33:17 +00:00
dependencies = [
2024-09-17 13:20:50 +00:00
"annotate-snippets 0.11.4",
2023-08-24 19:33:17 +00:00
"anyhow",
"bstr",
"cargo-platform",
2024-09-17 13:20:50 +00:00
"cargo_metadata 0.18.1",
2023-08-24 19:33:17 +00:00
"color-eyre",
"colored",
"comma",
"crossbeam-channel",
"indicatif",
"lazy_static",
2023-08-29 13:28:53 +00:00
"levenshtein",
2024-09-17 13:20:50 +00:00
"prettydiff",
2023-08-24 19:33:17 +00:00
"regex",
"rustc_version",
2024-09-17 13:20:50 +00:00
"rustfix",
2023-08-24 19:33:17 +00:00
"serde",
"serde_json",
2024-09-17 13:20:50 +00:00
"spanned",
2023-08-24 19:33:17 +00:00
]
2024-02-27 14:50:23 +00:00
[[package]]
name = "ui_test"
2024-09-17 13:20:50 +00:00
version = "0.26.5"
2024-02-27 14:50:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-17 13:20:50 +00:00
checksum = "32ee4c40e5a5f9fa6864ff976473e5d6a6e9884b6ce68b40690d9f87e1994c83"
2024-02-27 14:50:23 +00:00
dependencies = [
"annotate-snippets 0.11.4",
2024-02-27 14:50:23 +00:00
"anyhow",
"bstr",
"cargo-platform",
"cargo_metadata 0.18.1",
"color-eyre",
"colored",
"comma",
"crossbeam-channel",
"indicatif",
"levenshtein",
2024-09-17 13:20:50 +00:00
"prettydiff",
2024-02-27 14:50:23 +00:00
"regex",
"rustc_version",
2024-09-17 13:20:50 +00:00
"rustfix",
2024-02-27 14:50:23 +00:00
"serde",
"serde_json",
"spanned",
]
[[package]]
name = "unic-langid"
2024-05-11 14:27:17 +00:00
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "23dd9d1e72a73b25e07123a80776aae3e7b0ec461ef94f9151eed6ec88005a44"
dependencies = [
"unic-langid-impl",
"unic-langid-macros",
]
[[package]]
name = "unic-langid-impl"
2024-05-11 14:27:17 +00:00
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "0a5422c1f65949306c99240b81de9f3f15929f5a8bfe05bb44b034cc8bf593e5"
dependencies = [
"tinystr",
]
[[package]]
name = "unic-langid-macros"
2024-05-11 14:27:17 +00:00
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "0da1cd2c042d3c7569a1008806b02039e7a4a2bdf8f8e96bd3c792434a0e275e"
dependencies = [
"proc-macro-hack",
"tinystr",
"unic-langid-impl",
"unic-langid-macros-impl",
]
[[package]]
name = "unic-langid-macros-impl"
2024-05-11 14:27:17 +00:00
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 14:27:17 +00:00
checksum = "1ed7f4237ba393424195053097c1516bd4590dc82b84f2f97c5c69e12704555b"
dependencies = [
"proc-macro-hack",
"quote",
"syn 2.0.75",
"unic-langid-impl",
]
[[package]]
name = "unicase"
2023-11-23 10:55:11 +00:00
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 10:55:11 +00:00
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
dependencies = [
2020-02-13 17:39:40 +00:00
"version_check",
]
2020-01-13 21:40:19 +00:00
[[package]]
name = "unicode-bdd"
version = "0.1.0"
dependencies = [
"ucd-parse",
]
[[package]]
name = "unicode-bidi"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2022-10-09 03:25:40 +00:00
[[package]]
name = "unicode-ident"
2024-01-29 12:21:16 +00:00
version = "1.0.12"
2022-10-09 03:25:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2022-10-09 03:25:40 +00:00
[[package]]
name = "unicode-normalization"
cargo update Updating ahash v0.8.8 -> v0.8.10 Updating annotate-snippets v0.10.1 -> v0.10.2 Updating anstream v0.6.11 -> v0.6.13 Updating anyhow v1.0.79 -> v1.0.80 Updating bumpalo v3.14.0 -> v3.15.3 Updating clap v4.5.0 -> v4.5.1 Updating clap_builder v4.5.0 -> v4.5.1 Updating clap_complete v4.5.0 -> v4.5.1 Updating crossbeam-channel v0.5.11 -> v0.5.12 Updating darling v0.20.6 -> v0.20.8 Updating darling_core v0.20.6 -> v0.20.8 Updating darling_macro v0.20.6 -> v0.20.8 Updating dlmalloc v0.2.5 -> v0.2.6 Updating indexmap v2.2.3 -> v2.2.5 Updating libloading v0.8.1 -> v0.8.2 Updating log v0.4.20 -> v0.4.21 Updating mio v0.8.10 -> v0.8.11 Updating normpath v1.1.1 -> v1.2.0 Updating openssl v0.10.63 -> v0.10.64 Updating openssl-sys v0.9.99 -> v0.9.101 Updating pest v2.7.7 -> v2.7.8 Updating pest_derive v2.7.7 -> v2.7.8 Updating pest_generator v2.7.7 -> v2.7.8 Updating pest_meta v2.7.7 -> v2.7.8 Updating pkg-config v0.3.29 -> v0.3.30 Updating rayon v1.8.1 -> v1.9.0 Downgrading regex v1.9.4 -> v1.8.4 Updating regex-automata v0.3.7 -> v0.3.9 Updating reqwest v0.11.23 -> v0.11.24 Adding rustls-pemfile v1.0.4 Updating ryu v1.0.16 -> v1.0.17 Updating semver v1.0.21 -> v1.0.22 Updating serde v1.0.196 -> v1.0.197 Updating serde_derive v1.0.196 -> v1.0.197 Updating serde_json v1.0.113 -> v1.0.114 Updating socket2 v0.5.5 -> v0.5.6 Updating syn v2.0.48 -> v2.0.52 Adding sync_wrapper v0.1.2 Updating sysinfo v0.30.5 -> v0.30.6 Updating tempfile v3.10.0 -> v3.10.1 Updating thread_local v1.1.7 -> v1.1.8 Updating unicode-normalization v0.1.22 -> v0.1.23 Updating unicode-script v0.5.5 -> v0.5.6 Updating walkdir v2.4.0 -> v2.5.0 Updating windows-targets v0.52.0 -> v0.52.4 Updating windows_aarch64_gnullvm v0.52.0 -> v0.52.4 Updating windows_aarch64_msvc v0.52.0 -> v0.52.4 Updating windows_i686_gnu v0.52.0 -> v0.52.4 Updating windows_i686_msvc v0.52.0 -> v0.52.4 Updating windows_x86_64_gnu v0.52.0 -> v0.52.4 Updating windows_x86_64_gnullvm v0.52.0 -> v0.52.4 Updating windows_x86_64_msvc v0.52.0 -> v0.52.4
2024-03-03 00:16:16 +00:00
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
cargo update Updating ahash v0.8.8 -> v0.8.10 Updating annotate-snippets v0.10.1 -> v0.10.2 Updating anstream v0.6.11 -> v0.6.13 Updating anyhow v1.0.79 -> v1.0.80 Updating bumpalo v3.14.0 -> v3.15.3 Updating clap v4.5.0 -> v4.5.1 Updating clap_builder v4.5.0 -> v4.5.1 Updating clap_complete v4.5.0 -> v4.5.1 Updating crossbeam-channel v0.5.11 -> v0.5.12 Updating darling v0.20.6 -> v0.20.8 Updating darling_core v0.20.6 -> v0.20.8 Updating darling_macro v0.20.6 -> v0.20.8 Updating dlmalloc v0.2.5 -> v0.2.6 Updating indexmap v2.2.3 -> v2.2.5 Updating libloading v0.8.1 -> v0.8.2 Updating log v0.4.20 -> v0.4.21 Updating mio v0.8.10 -> v0.8.11 Updating normpath v1.1.1 -> v1.2.0 Updating openssl v0.10.63 -> v0.10.64 Updating openssl-sys v0.9.99 -> v0.9.101 Updating pest v2.7.7 -> v2.7.8 Updating pest_derive v2.7.7 -> v2.7.8 Updating pest_generator v2.7.7 -> v2.7.8 Updating pest_meta v2.7.7 -> v2.7.8 Updating pkg-config v0.3.29 -> v0.3.30 Updating rayon v1.8.1 -> v1.9.0 Downgrading regex v1.9.4 -> v1.8.4 Updating regex-automata v0.3.7 -> v0.3.9 Updating reqwest v0.11.23 -> v0.11.24 Adding rustls-pemfile v1.0.4 Updating ryu v1.0.16 -> v1.0.17 Updating semver v1.0.21 -> v1.0.22 Updating serde v1.0.196 -> v1.0.197 Updating serde_derive v1.0.196 -> v1.0.197 Updating serde_json v1.0.113 -> v1.0.114 Updating socket2 v0.5.5 -> v0.5.6 Updating syn v2.0.48 -> v2.0.52 Adding sync_wrapper v0.1.2 Updating sysinfo v0.30.5 -> v0.30.6 Updating tempfile v3.10.0 -> v3.10.1 Updating thread_local v1.1.7 -> v1.1.8 Updating unicode-normalization v0.1.22 -> v0.1.23 Updating unicode-script v0.5.5 -> v0.5.6 Updating walkdir v2.4.0 -> v2.5.0 Updating windows-targets v0.52.0 -> v0.52.4 Updating windows_aarch64_gnullvm v0.52.0 -> v0.52.4 Updating windows_aarch64_msvc v0.52.0 -> v0.52.4 Updating windows_i686_gnu v0.52.0 -> v0.52.4 Updating windows_i686_msvc v0.52.0 -> v0.52.4 Updating windows_x86_64_gnu v0.52.0 -> v0.52.4 Updating windows_x86_64_gnullvm v0.52.0 -> v0.52.4 Updating windows_x86_64_msvc v0.52.0 -> v0.52.4
2024-03-03 00:16:16 +00:00
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
dependencies = [
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
"tinyvec",
]
[[package]]
name = "unicode-properties"
2024-01-29 12:21:16 +00:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
2020-01-02 12:02:22 +00:00
[[package]]
name = "unicode-script"
cargo update Updating ahash v0.8.8 -> v0.8.10 Updating annotate-snippets v0.10.1 -> v0.10.2 Updating anstream v0.6.11 -> v0.6.13 Updating anyhow v1.0.79 -> v1.0.80 Updating bumpalo v3.14.0 -> v3.15.3 Updating clap v4.5.0 -> v4.5.1 Updating clap_builder v4.5.0 -> v4.5.1 Updating clap_complete v4.5.0 -> v4.5.1 Updating crossbeam-channel v0.5.11 -> v0.5.12 Updating darling v0.20.6 -> v0.20.8 Updating darling_core v0.20.6 -> v0.20.8 Updating darling_macro v0.20.6 -> v0.20.8 Updating dlmalloc v0.2.5 -> v0.2.6 Updating indexmap v2.2.3 -> v2.2.5 Updating libloading v0.8.1 -> v0.8.2 Updating log v0.4.20 -> v0.4.21 Updating mio v0.8.10 -> v0.8.11 Updating normpath v1.1.1 -> v1.2.0 Updating openssl v0.10.63 -> v0.10.64 Updating openssl-sys v0.9.99 -> v0.9.101 Updating pest v2.7.7 -> v2.7.8 Updating pest_derive v2.7.7 -> v2.7.8 Updating pest_generator v2.7.7 -> v2.7.8 Updating pest_meta v2.7.7 -> v2.7.8 Updating pkg-config v0.3.29 -> v0.3.30 Updating rayon v1.8.1 -> v1.9.0 Downgrading regex v1.9.4 -> v1.8.4 Updating regex-automata v0.3.7 -> v0.3.9 Updating reqwest v0.11.23 -> v0.11.24 Adding rustls-pemfile v1.0.4 Updating ryu v1.0.16 -> v1.0.17 Updating semver v1.0.21 -> v1.0.22 Updating serde v1.0.196 -> v1.0.197 Updating serde_derive v1.0.196 -> v1.0.197 Updating serde_json v1.0.113 -> v1.0.114 Updating socket2 v0.5.5 -> v0.5.6 Updating syn v2.0.48 -> v2.0.52 Adding sync_wrapper v0.1.2 Updating sysinfo v0.30.5 -> v0.30.6 Updating tempfile v3.10.0 -> v3.10.1 Updating thread_local v1.1.7 -> v1.1.8 Updating unicode-normalization v0.1.22 -> v0.1.23 Updating unicode-script v0.5.5 -> v0.5.6 Updating walkdir v2.4.0 -> v2.5.0 Updating windows-targets v0.52.0 -> v0.52.4 Updating windows_aarch64_gnullvm v0.52.0 -> v0.52.4 Updating windows_aarch64_msvc v0.52.0 -> v0.52.4 Updating windows_i686_gnu v0.52.0 -> v0.52.4 Updating windows_i686_msvc v0.52.0 -> v0.52.4 Updating windows_x86_64_gnu v0.52.0 -> v0.52.4 Updating windows_x86_64_gnullvm v0.52.0 -> v0.52.4 Updating windows_x86_64_msvc v0.52.0 -> v0.52.4
2024-03-03 00:16:16 +00:00
version = "0.5.6"
2020-01-02 12:02:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
cargo update Updating ahash v0.8.8 -> v0.8.10 Updating annotate-snippets v0.10.1 -> v0.10.2 Updating anstream v0.6.11 -> v0.6.13 Updating anyhow v1.0.79 -> v1.0.80 Updating bumpalo v3.14.0 -> v3.15.3 Updating clap v4.5.0 -> v4.5.1 Updating clap_builder v4.5.0 -> v4.5.1 Updating clap_complete v4.5.0 -> v4.5.1 Updating crossbeam-channel v0.5.11 -> v0.5.12 Updating darling v0.20.6 -> v0.20.8 Updating darling_core v0.20.6 -> v0.20.8 Updating darling_macro v0.20.6 -> v0.20.8 Updating dlmalloc v0.2.5 -> v0.2.6 Updating indexmap v2.2.3 -> v2.2.5 Updating libloading v0.8.1 -> v0.8.2 Updating log v0.4.20 -> v0.4.21 Updating mio v0.8.10 -> v0.8.11 Updating normpath v1.1.1 -> v1.2.0 Updating openssl v0.10.63 -> v0.10.64 Updating openssl-sys v0.9.99 -> v0.9.101 Updating pest v2.7.7 -> v2.7.8 Updating pest_derive v2.7.7 -> v2.7.8 Updating pest_generator v2.7.7 -> v2.7.8 Updating pest_meta v2.7.7 -> v2.7.8 Updating pkg-config v0.3.29 -> v0.3.30 Updating rayon v1.8.1 -> v1.9.0 Downgrading regex v1.9.4 -> v1.8.4 Updating regex-automata v0.3.7 -> v0.3.9 Updating reqwest v0.11.23 -> v0.11.24 Adding rustls-pemfile v1.0.4 Updating ryu v1.0.16 -> v1.0.17 Updating semver v1.0.21 -> v1.0.22 Updating serde v1.0.196 -> v1.0.197 Updating serde_derive v1.0.196 -> v1.0.197 Updating serde_json v1.0.113 -> v1.0.114 Updating socket2 v0.5.5 -> v0.5.6 Updating syn v2.0.48 -> v2.0.52 Adding sync_wrapper v0.1.2 Updating sysinfo v0.30.5 -> v0.30.6 Updating tempfile v3.10.0 -> v3.10.1 Updating thread_local v1.1.7 -> v1.1.8 Updating unicode-normalization v0.1.22 -> v0.1.23 Updating unicode-script v0.5.5 -> v0.5.6 Updating walkdir v2.4.0 -> v2.5.0 Updating windows-targets v0.52.0 -> v0.52.4 Updating windows_aarch64_gnullvm v0.52.0 -> v0.52.4 Updating windows_aarch64_msvc v0.52.0 -> v0.52.4 Updating windows_i686_gnu v0.52.0 -> v0.52.4 Updating windows_i686_msvc v0.52.0 -> v0.52.4 Updating windows_x86_64_gnu v0.52.0 -> v0.52.4 Updating windows_x86_64_gnullvm v0.52.0 -> v0.52.4 Updating windows_x86_64_msvc v0.52.0 -> v0.52.4
2024-03-03 00:16:16 +00:00
checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
2020-01-02 12:02:22 +00:00
[[package]]
name = "unicode-security"
2024-01-29 12:21:16 +00:00
version = "0.1.1"
2020-01-02 12:02:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "ee9e13753df674873f3c4693b240ae5c03245ddc157dfccf7c26db9329af3a11"
2020-01-02 12:02:22 +00:00
dependencies = [
2020-04-25 01:38:31 +00:00
"unicode-normalization",
2020-01-02 12:02:22 +00:00
"unicode-script",
]
[[package]]
name = "unicode-segmentation"
2024-01-29 12:21:16 +00:00
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
[[package]]
name = "unicode-width"
2024-06-08 19:22:16 +00:00
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-08 19:22:16 +00:00
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
[[package]]
name = "unicode-xid"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
[[package]]
name = "unified-diff"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
dependencies = [
"diff",
]
[[package]]
name = "unstable-book-gen"
version = "0.1.0"
dependencies = [
"num-traits",
"tidy",
]
2019-08-01 00:44:39 +00:00
[[package]]
name = "url"
version = "2.5.2"
2019-08-01 00:44:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
2019-08-01 00:44:39 +00:00
dependencies = [
2021-05-12 00:39:51 +00:00
"form_urlencoded",
2022-08-21 04:19:43 +00:00
"idna",
"percent-encoding",
2019-08-01 00:44:39 +00:00
]
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "utf8-width"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
2019-05-23 20:27:49 +00:00
[[package]]
name = "utf8parse"
2024-06-08 19:22:16 +00:00
version = "0.2.2"
2019-05-23 20:27:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-08 19:22:16 +00:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2019-05-23 20:27:49 +00:00
[[package]]
name = "uuid"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
dependencies = [
"getrandom",
]
2022-07-05 08:26:12 +00:00
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2019-11-25 16:14:07 +00:00
[[package]]
name = "version_check"
version = "0.9.5"
2019-11-25 16:14:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2019-11-25 16:14:07 +00:00
[[package]]
name = "walkdir"
cargo update Updating ahash v0.8.8 -> v0.8.10 Updating annotate-snippets v0.10.1 -> v0.10.2 Updating anstream v0.6.11 -> v0.6.13 Updating anyhow v1.0.79 -> v1.0.80 Updating bumpalo v3.14.0 -> v3.15.3 Updating clap v4.5.0 -> v4.5.1 Updating clap_builder v4.5.0 -> v4.5.1 Updating clap_complete v4.5.0 -> v4.5.1 Updating crossbeam-channel v0.5.11 -> v0.5.12 Updating darling v0.20.6 -> v0.20.8 Updating darling_core v0.20.6 -> v0.20.8 Updating darling_macro v0.20.6 -> v0.20.8 Updating dlmalloc v0.2.5 -> v0.2.6 Updating indexmap v2.2.3 -> v2.2.5 Updating libloading v0.8.1 -> v0.8.2 Updating log v0.4.20 -> v0.4.21 Updating mio v0.8.10 -> v0.8.11 Updating normpath v1.1.1 -> v1.2.0 Updating openssl v0.10.63 -> v0.10.64 Updating openssl-sys v0.9.99 -> v0.9.101 Updating pest v2.7.7 -> v2.7.8 Updating pest_derive v2.7.7 -> v2.7.8 Updating pest_generator v2.7.7 -> v2.7.8 Updating pest_meta v2.7.7 -> v2.7.8 Updating pkg-config v0.3.29 -> v0.3.30 Updating rayon v1.8.1 -> v1.9.0 Downgrading regex v1.9.4 -> v1.8.4 Updating regex-automata v0.3.7 -> v0.3.9 Updating reqwest v0.11.23 -> v0.11.24 Adding rustls-pemfile v1.0.4 Updating ryu v1.0.16 -> v1.0.17 Updating semver v1.0.21 -> v1.0.22 Updating serde v1.0.196 -> v1.0.197 Updating serde_derive v1.0.196 -> v1.0.197 Updating serde_json v1.0.113 -> v1.0.114 Updating socket2 v0.5.5 -> v0.5.6 Updating syn v2.0.48 -> v2.0.52 Adding sync_wrapper v0.1.2 Updating sysinfo v0.30.5 -> v0.30.6 Updating tempfile v3.10.0 -> v3.10.1 Updating thread_local v1.1.7 -> v1.1.8 Updating unicode-normalization v0.1.22 -> v0.1.23 Updating unicode-script v0.5.5 -> v0.5.6 Updating walkdir v2.4.0 -> v2.5.0 Updating windows-targets v0.52.0 -> v0.52.4 Updating windows_aarch64_gnullvm v0.52.0 -> v0.52.4 Updating windows_aarch64_msvc v0.52.0 -> v0.52.4 Updating windows_i686_gnu v0.52.0 -> v0.52.4 Updating windows_i686_msvc v0.52.0 -> v0.52.4 Updating windows_x86_64_gnu v0.52.0 -> v0.52.4 Updating windows_x86_64_gnullvm v0.52.0 -> v0.52.4 Updating windows_x86_64_msvc v0.52.0 -> v0.52.4
2024-03-03 00:16:16 +00:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
cargo update Updating ahash v0.8.8 -> v0.8.10 Updating annotate-snippets v0.10.1 -> v0.10.2 Updating anstream v0.6.11 -> v0.6.13 Updating anyhow v1.0.79 -> v1.0.80 Updating bumpalo v3.14.0 -> v3.15.3 Updating clap v4.5.0 -> v4.5.1 Updating clap_builder v4.5.0 -> v4.5.1 Updating clap_complete v4.5.0 -> v4.5.1 Updating crossbeam-channel v0.5.11 -> v0.5.12 Updating darling v0.20.6 -> v0.20.8 Updating darling_core v0.20.6 -> v0.20.8 Updating darling_macro v0.20.6 -> v0.20.8 Updating dlmalloc v0.2.5 -> v0.2.6 Updating indexmap v2.2.3 -> v2.2.5 Updating libloading v0.8.1 -> v0.8.2 Updating log v0.4.20 -> v0.4.21 Updating mio v0.8.10 -> v0.8.11 Updating normpath v1.1.1 -> v1.2.0 Updating openssl v0.10.63 -> v0.10.64 Updating openssl-sys v0.9.99 -> v0.9.101 Updating pest v2.7.7 -> v2.7.8 Updating pest_derive v2.7.7 -> v2.7.8 Updating pest_generator v2.7.7 -> v2.7.8 Updating pest_meta v2.7.7 -> v2.7.8 Updating pkg-config v0.3.29 -> v0.3.30 Updating rayon v1.8.1 -> v1.9.0 Downgrading regex v1.9.4 -> v1.8.4 Updating regex-automata v0.3.7 -> v0.3.9 Updating reqwest v0.11.23 -> v0.11.24 Adding rustls-pemfile v1.0.4 Updating ryu v1.0.16 -> v1.0.17 Updating semver v1.0.21 -> v1.0.22 Updating serde v1.0.196 -> v1.0.197 Updating serde_derive v1.0.196 -> v1.0.197 Updating serde_json v1.0.113 -> v1.0.114 Updating socket2 v0.5.5 -> v0.5.6 Updating syn v2.0.48 -> v2.0.52 Adding sync_wrapper v0.1.2 Updating sysinfo v0.30.5 -> v0.30.6 Updating tempfile v3.10.0 -> v3.10.1 Updating thread_local v1.1.7 -> v1.1.8 Updating unicode-normalization v0.1.22 -> v0.1.23 Updating unicode-script v0.5.5 -> v0.5.6 Updating walkdir v2.4.0 -> v2.5.0 Updating windows-targets v0.52.0 -> v0.52.4 Updating windows_aarch64_gnullvm v0.52.0 -> v0.52.4 Updating windows_aarch64_msvc v0.52.0 -> v0.52.4 Updating windows_i686_gnu v0.52.0 -> v0.52.4 Updating windows_i686_msvc v0.52.0 -> v0.52.4 Updating windows_x86_64_gnu v0.52.0 -> v0.52.4 Updating windows_x86_64_gnullvm v0.52.0 -> v0.52.4 Updating windows_x86_64_msvc v0.52.0 -> v0.52.4
2024-03-03 00:16:16 +00:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
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"
2019-08-29 17:13:15 +00:00
[[package]]
name = "wasi-preview1-component-adapter-provider"
version = "24.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36e6cadfa74538edd5409b6f8c79628436529138e9618b7373bec7aae7805835"
[[package]]
name = "wasm-bindgen"
version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
dependencies = [
"cfg-if",
"once_cell",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn 2.0.75",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.75",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
[[package]]
name = "wasm-component-ld"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13261270d3ac58ffae0219ae34f297a7e24f9ee3b13b29be579132c588a83519"
dependencies = [
"anyhow",
"clap",
"lexopt",
"tempfile",
"wasi-preview1-component-adapter-provider",
"wasmparser",
"wat",
"wit-component",
"wit-parser",
]
[[package]]
name = "wasm-component-ld-wrapper"
version = "0.1.0"
dependencies = [
"wasm-component-ld",
]
[[package]]
name = "wasm-encoder"
version = "0.216.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04c23aebea22c8a75833ae08ed31ccc020835b12a41999e58c31464271b94a88"
dependencies = [
"leb128",
"wasmparser",
]
[[package]]
name = "wasm-metadata"
version = "0.216.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47c8154d703a6b0e45acf6bd172fa002fc3c7058a9f7615e517220aeca27c638"
dependencies = [
"anyhow",
"indexmap",
"serde",
"serde_derive",
"serde_json",
"spdx",
"wasm-encoder",
"wasmparser",
]
[[package]]
name = "wasmparser"
version = "0.216.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcdee6bea3619d311fb4b299721e89a986c3470f804b6d534340e412589028e3"
wasm: Store rlib metadata in wasm object files The goal of this commit is to remove warnings using LLVM tip-of-tree `wasm-ld`. In llvm/llvm-project#78658 the `wasm-ld` LLD driver no longer looks at archive indices and instead looks at all the objects in archives. Previously `lib.rmeta` files were simply raw rustc metadata bytes, not wasm objects, meaning that `wasm-ld` would emit a warning indicating so. WebAssembly targets previously passed `--fatal-warnings` to `wasm-ld` by default which meant that if Rust were to update to LLVM 18 then all wasm targets would not work. This immediate blocker was resolved in rust-lang/rust#120278 which removed `--fatal-warnings` which enabled a theoretical update to LLVM 18 for wasm targets. This current state is ok-enough for now because rustc squashes all linker output by default if it doesn't fail. This means, for example, that rustc squashes all the linker warnings coming out of `wasm-ld` about `lib.rmeta` files with LLVM 18. This again isn't a pressing issue because the information is all hidden, but it runs the risk of being annoying if another linker error were to happen and then the output would have all these unrelated warnings that couldn't be fixed. Thus, this PR comes into the picture. The goal of this PR is to resolve these warnings by using the WebAssembly object file format on wasm targets instead of using raw rustc metadata. When I first implemented the rlib-in-objects scheme in #84449 I remember either concluding that `wasm-ld` would either include the metadata in the output or I thought we didn't have to do anything there at all. I think I was wrong on both counts as `wasm-ld` does not include the metadata in the final output unless the object is referenced and we do actually need to do something to resolve these warnings. This PR updates the object file format containing rustc metadata on WebAssembly targets to be an actual WebAssembly file. This enables the `wasm` feature of the `object` crate to be able to read the custom section in the same manner as other platforms, but currently `object` doesn't support writing wasm object files so a handwritten encoder is used instead. The only caveat I know of with this is that if `wasm-ld` does indeed look at the object file then the metadata will be included in the final output. I believe the only thing that could cause that at this time is `--whole-archive` which I don't think is passed for rlibs. I would clarify that I'm not 100% certain about this, however.
2024-02-02 21:26:18 +00:00
dependencies = [
"ahash",
"bitflags 2.6.0",
"hashbrown",
wasm: Store rlib metadata in wasm object files The goal of this commit is to remove warnings using LLVM tip-of-tree `wasm-ld`. In llvm/llvm-project#78658 the `wasm-ld` LLD driver no longer looks at archive indices and instead looks at all the objects in archives. Previously `lib.rmeta` files were simply raw rustc metadata bytes, not wasm objects, meaning that `wasm-ld` would emit a warning indicating so. WebAssembly targets previously passed `--fatal-warnings` to `wasm-ld` by default which meant that if Rust were to update to LLVM 18 then all wasm targets would not work. This immediate blocker was resolved in rust-lang/rust#120278 which removed `--fatal-warnings` which enabled a theoretical update to LLVM 18 for wasm targets. This current state is ok-enough for now because rustc squashes all linker output by default if it doesn't fail. This means, for example, that rustc squashes all the linker warnings coming out of `wasm-ld` about `lib.rmeta` files with LLVM 18. This again isn't a pressing issue because the information is all hidden, but it runs the risk of being annoying if another linker error were to happen and then the output would have all these unrelated warnings that couldn't be fixed. Thus, this PR comes into the picture. The goal of this PR is to resolve these warnings by using the WebAssembly object file format on wasm targets instead of using raw rustc metadata. When I first implemented the rlib-in-objects scheme in #84449 I remember either concluding that `wasm-ld` would either include the metadata in the output or I thought we didn't have to do anything there at all. I think I was wrong on both counts as `wasm-ld` does not include the metadata in the final output unless the object is referenced and we do actually need to do something to resolve these warnings. This PR updates the object file format containing rustc metadata on WebAssembly targets to be an actual WebAssembly file. This enables the `wasm` feature of the `object` crate to be able to read the custom section in the same manner as other platforms, but currently `object` doesn't support writing wasm object files so a handwritten encoder is used instead. The only caveat I know of with this is that if `wasm-ld` does indeed look at the object file then the metadata will be included in the final output. I believe the only thing that could cause that at this time is `--whole-archive` which I don't think is passed for rlibs. I would clarify that I'm not 100% certain about this, however.
2024-02-02 21:26:18 +00:00
"indexmap",
"semver",
"serde",
wasm: Store rlib metadata in wasm object files The goal of this commit is to remove warnings using LLVM tip-of-tree `wasm-ld`. In llvm/llvm-project#78658 the `wasm-ld` LLD driver no longer looks at archive indices and instead looks at all the objects in archives. Previously `lib.rmeta` files were simply raw rustc metadata bytes, not wasm objects, meaning that `wasm-ld` would emit a warning indicating so. WebAssembly targets previously passed `--fatal-warnings` to `wasm-ld` by default which meant that if Rust were to update to LLVM 18 then all wasm targets would not work. This immediate blocker was resolved in rust-lang/rust#120278 which removed `--fatal-warnings` which enabled a theoretical update to LLVM 18 for wasm targets. This current state is ok-enough for now because rustc squashes all linker output by default if it doesn't fail. This means, for example, that rustc squashes all the linker warnings coming out of `wasm-ld` about `lib.rmeta` files with LLVM 18. This again isn't a pressing issue because the information is all hidden, but it runs the risk of being annoying if another linker error were to happen and then the output would have all these unrelated warnings that couldn't be fixed. Thus, this PR comes into the picture. The goal of this PR is to resolve these warnings by using the WebAssembly object file format on wasm targets instead of using raw rustc metadata. When I first implemented the rlib-in-objects scheme in #84449 I remember either concluding that `wasm-ld` would either include the metadata in the output or I thought we didn't have to do anything there at all. I think I was wrong on both counts as `wasm-ld` does not include the metadata in the final output unless the object is referenced and we do actually need to do something to resolve these warnings. This PR updates the object file format containing rustc metadata on WebAssembly targets to be an actual WebAssembly file. This enables the `wasm` feature of the `object` crate to be able to read the custom section in the same manner as other platforms, but currently `object` doesn't support writing wasm object files so a handwritten encoder is used instead. The only caveat I know of with this is that if `wasm-ld` does indeed look at the object file then the metadata will be included in the final output. I believe the only thing that could cause that at this time is `--whole-archive` which I don't think is passed for rlibs. I would clarify that I'm not 100% certain about this, however.
2024-02-02 21:26:18 +00:00
]
[[package]]
name = "wast"
version = "216.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7eb1f2eecd913fdde0dc6c3439d0f24530a98ac6db6cb3d14d92a5328554a08"
dependencies = [
"bumpalo",
"leb128",
"memchr",
"unicode-width",
"wasm-encoder",
]
[[package]]
name = "wat"
version = "1.216.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac0409090fb5154f95fb5ba3235675fd9e579e731524d63b6a2f653e1280c82a"
dependencies = [
"wast",
]
[[package]]
name = "winapi"
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
Update dependencies This runs cargo update, applying the following changes: Adding arrayref v0.3.6 Adding base64 v0.11.0 Adding blake2b_simd v0.5.10 Adding cloudabi v0.1.0 Adding crossbeam-queue v0.2.3 Adding instant v0.1.6 Adding lock_api v0.4.1 Adding maybe-uninit v2.0.0 Adding parking_lot_core v0.7.2 Adding parking_lot_core v0.8.0 Adding parking_lot v0.11.0 Adding proc-macro-error-attr v1.0.4 Adding quick-error v2.0.0 Adding rust-argon2 v0.7.0 Adding signal-hook-registry v1.2.1 Adding smallvec v0.6.13 Adding smallvec v1.4.2 Adding tinyvec v0.3.3 Removing argon2rs v0.2.5 Removing arrayvec v0.4.7 Removing blake2-rfc v0.2.18 Removing fuchsia-cprng v0.1.1 Removing nodrop v0.1.12 Removing parking_lot_core v0.7.1 Removing rand_core v0.3.0 Removing rand_core v0.4.0 Removing rand_os v0.1.3 Removing rdrand v0.4.0 Removing scoped_threadpool v0.1.9 Removing signal-hook v0.1.7 Removing smallvec v0.6.10 Removing smallvec v1.4.0 Updating aho-corasick v0.7.10 -> v0.7.13 Updating anyhow v1.0.31 -> v1.0.32 Updating arc-swap v0.3.7 -> v0.4.7 Updating bitmaps v2.0.0 -> v2.1.0 Updating bstr v0.1.3 -> v0.2.13 Updating byteorder v1.3.2 -> v1.3.4 Updating bytesize v1.0.0 -> v1.0.1 Updating bytes v0.4.11 -> v0.4.12 Updating cargo_metadata v0.8.0 -> v0.8.2 Updating chrono v0.4.6 -> v0.4.15 Updating clap v2.33.0 -> v2.33.3 Updating cmake v0.1.42 -> v0.1.44 Updating constant_time_eq v0.1.3 -> v0.1.5 Updating crossbeam-channel v0.4.0 -> v0.4.3 Updating crossbeam-deque v0.7.1 -> v0.7.3 Updating crossbeam-epoch v0.7.2 -> v0.8.2 Updating crossbeam-utils v0.6.5 -> v0.6.6 Updating crypto-hash v0.3.1 -> v0.3.4 Updating ctor v0.1.13 -> v0.1.15 Updating curl-sys v0.4.25 -> v0.4.34+curl-7.71.1 Updating curl v0.4.25 -> v0.4.31 Updating derive_more v0.99.2 -> v0.99.9 Updating diff v0.1.11 -> v0.1.12 Updating directories v2.0.1 -> v2.0.2 Updating dirs-sys v0.3.3 -> v0.3.5 Updating dirs v2.0.1 -> v2.0.2 Updating either v1.5.0 -> v1.6.0 Updating failure v0.1.5 -> v0.1.8 Updating filetime v0.2.9 -> v0.2.12 Updating fnv v1.0.6 -> v1.0.7 Updating fortanix-sgx-abi v0.3.2 -> v0.3.3 Updating fst v0.3.0 -> v0.3.5 Updating futures v0.1.28 -> v0.1.29 Updating git2 v0.13.5 -> v0.13.8 Updating globset v0.4.3 -> v0.4.5 Updating handlebars v3.0.1 -> v3.4.0 Updating heck v0.3.0 -> v0.3.1 Updating hex v0.4.0 -> v0.4.2 Updating home v0.5.1 -> v0.5.3 Updating humantime v2.0.0 -> v2.0.1 Updating ignore v0.4.11 -> v0.4.16 Updating itertools v0.8.0 -> v0.8.2 Updating itoa v0.4.4 -> v0.4.6 Updating jemalloc-sys v0.3.0 -> v0.3.2 Updating jsonrpc-client-transports v14.0.5 -> v14.2.1 Updating jsonrpc-core-client v14.0.5 -> v14.2.0 Updating jsonrpc-core v14.0.5 -> v14.2.0 Updating jsonrpc-derive v14.0.5 -> v14.2.1 Updating jsonrpc-pubsub v14.0.6 -> v14.2.0 Updating jsonrpc-server-utils v14.0.5 -> v14.2.0 Updating json v0.11.13 -> v0.11.15 Updating lazycell v1.2.1 -> v1.3.0 Updating libgit2-sys v0.12.7+1.0.0 -> v0.12.9+1.0.1 Updating libnghttp2-sys v0.1.2 -> v0.1.4+1.41.0 Updating libssh2-sys v0.2.14 -> v0.2.18 Updating libz-sys v1.0.25 -> v1.0.27 Updating linked-hash-map v0.5.2 -> v0.5.3 Updating log v0.4.8 -> v0.4.11 Updating lzma-sys v0.1.14 -> v0.1.16 Updating macro-utils v0.1.2 -> v0.1.3 Updating maplit v1.0.1 -> v1.0.2 Updating mdbook v0.4.0 -> v0.4.2 Updating memoffset v0.5.1 -> v0.5.5 Updating mio-named-pipes v0.1.6 -> v0.1.7 Updating mio-uds v0.6.7 -> v0.6.8 Updating mio v0.6.16 -> v0.6.22 Updating miow v0.3.3 -> v0.3.5 Updating net2 v0.2.33 -> v0.2.34 Updating new_debug_unreachable v1.0.3 -> v1.0.4 Updating num_cpus v1.10.1 -> v1.13.0 Updating num-integer v0.1.39 -> v0.1.43 Updating num-traits v0.2.6 -> v0.2.12 Updating once_cell v1.1.0 -> v1.4.0 Updating opener v0.4.0 -> v0.4.1 Updating openssl-src v111.9.0+1.1.1g -> v111.10.2+1.1.1g Updating openssl-sys v0.9.54 -> v0.9.58 Updating openssl v0.10.25 -> v0.10.30 Updating open v1.2.1 -> v1.4.0 Updating packed_simd v0.3.1 -> v0.3.3 Updating pest v2.1.0 -> v2.1.3 Updating pkg-config v0.3.17 -> v0.3.18 Updating proc-macro2 v1.0.3 -> v1.0.19 Updating proc-macro-crate v0.1.4 -> v0.1.5 Updating proc-macro-error v0.2.6 -> v1.0.4 Updating psm v0.1.10 -> v0.1.11 Updating pulldown-cmark v0.7.1 -> v0.7.2 Updating punycode v0.4.0 -> v0.4.1 Updating quote v1.0.2 -> v1.0.7 Updating rayon-core v1.6.0 -> v1.7.1 Updating rayon v1.2.0 -> v1.3.1 Updating redox_syscall v0.1.56 -> v0.1.57 Updating redox_users v0.3.0 -> v0.3.4 Updating regex-syntax v0.6.17 -> v0.6.18 Updating regex v1.3.7 -> v1.3.9 Updating remove_dir_all v0.5.2 -> v0.5.3 Updating rustfix v0.5.0 -> v0.5.1 Updating ryu v1.0.0 -> v1.0.5 Updating same-file v1.0.4 -> v1.0.6 Updating schannel v0.1.16 -> v0.1.19 Updating scopeguard v1.0.0 -> v1.1.0 Updating serde_derive v1.0.106 -> v1.0.115 Updating serde_ignored v0.1.0 -> v0.1.2 Updating serde_json v1.0.40 -> v1.0.57 Updating serde_repr v0.1.5 -> v0.1.6 Updating serde v1.0.99 -> v1.0.115 Updating shell-escape v0.1.4 -> v0.1.5 Updating stable_deref_trait v1.1.0 -> v1.2.0 Updating stacker v0.1.9 -> v0.1.11 Updating structopt-derive v0.3.1 -> v0.4.9 Updating structopt v0.3.1 -> v0.3.16 Updating synstructure v0.12.1 -> v0.12.4 Updating syn v1.0.11 -> v1.0.38 Updating tar v0.4.26 -> v0.4.29 Updating tendril v0.4.0 -> v0.4.1 Updating term v0.6.0 -> v0.6.1 Updating thiserror-impl v1.0.5 -> v1.0.20 Updating thiserror v1.0.5 -> v1.0.20 Updating time v0.1.42 -> v0.1.43 Updating tokio-codec v0.1.1 -> v0.1.2 Updating tokio-current-thread v0.1.6 -> v0.1.7 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-fs v0.1.6 -> v0.1.7 Updating tokio-io v0.1.12 -> v0.1.13 Updating tokio-process v0.2.4 -> v0.2.5 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-signal v0.2.7 -> v0.2.9 Updating tokio-sync v0.1.7 -> v0.1.8 Updating tokio-tcp v0.1.3 -> v0.1.4 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 Updating tokio-udp v0.1.5 -> v0.1.6 Updating tokio-uds v0.2.5 -> v0.2.7 Updating toml v0.5.3 -> v0.5.6 Updating tracing-attributes v0.1.9 -> v0.1.10 Updating tracing-core v0.1.12 -> v0.1.14 Updating tracing-subscriber v0.2.10 -> v0.2.11 Updating tracing v0.1.18 -> v0.1.19 Updating ucd-parse v0.1.4 -> v0.1.8 Updating ucd-trie v0.1.1 -> v0.1.3 Updating unicode-normalization v0.1.12 -> v0.1.13 Updating unicode-script v0.5.1 -> v0.5.2 Updating unicode-width v0.1.6 -> v0.1.8 Updating unicode-xid v0.2.0 -> v0.2.1 Updating url v2.1.0 -> v2.1.1 Updating utf-8 v0.7.2 -> v0.7.5 Updating vcpkg v0.2.8 -> v0.2.10 Updating vec_map v0.8.1 -> v0.8.2 Updating version_check v0.9.1 -> v0.9.2 Updating walkdir v2.2.7 -> v2.3.1 Updating winapi v0.3.8 -> v0.3.9 Updating xz2 v0.1.5 -> v0.1.6 Updating yaml-merge-keys v0.4.0 -> v0.4.1 Updating yaml-rust v0.4.3 -> v0.4.4
2020-08-17 15:21:44 +00:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.59.0",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows"
2024-02-18 13:02:16 +00:00
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-18 13:02:16 +00:00
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
dependencies = [
2024-07-31 14:08:31 +00:00
"windows-core 0.52.0",
"windows-targets 0.52.6",
2024-07-31 14:08:31 +00:00
]
[[package]]
name = "windows"
version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
dependencies = [
"windows-core 0.57.0",
"windows-targets 0.52.6",
]
2023-04-15 10:57:07 +00:00
[[package]]
name = "windows-bindgen"
2024-07-04 12:09:25 +00:00
version = "0.58.0"
2023-04-15 10:57:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-04 12:09:25 +00:00
checksum = "91cd28d93c692351f3a6e5615567c56756e330bee1c99c6bdd57bfc5ab15f589"
2023-04-15 10:57:07 +00:00
dependencies = [
2023-08-16 08:18:34 +00:00
"proc-macro2",
"rayon",
2024-03-03 14:44:58 +00:00
"serde",
"serde_json",
"syn 2.0.75",
2023-04-15 10:57:07 +00:00
"windows-metadata",
]
[[package]]
2024-01-29 12:21:16 +00:00
name = "windows-core"
2023-11-17 12:13:38 +00:00
version = "0.52.0"
2023-04-15 10:57:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
"windows-targets 0.52.6",
2024-01-29 12:21:16 +00:00
]
2023-04-15 10:57:07 +00:00
2024-07-31 14:08:31 +00:00
[[package]]
name = "windows-core"
version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
dependencies = [
"windows-implement",
"windows-interface",
"windows-result",
"windows-targets 0.52.6",
2024-07-31 14:08:31 +00:00
]
[[package]]
name = "windows-implement"
version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.75",
2024-07-31 14:08:31 +00:00
]
[[package]]
name = "windows-interface"
version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.75",
2024-07-31 14:08:31 +00:00
]
2023-08-24 19:33:17 +00:00
[[package]]
2024-01-29 12:21:16 +00:00
name = "windows-metadata"
2024-07-04 12:09:25 +00:00
version = "0.58.0"
2023-08-24 19:33:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-04 12:09:25 +00:00
checksum = "2e837f3c3012cfe9e7086302a93f441a7999439be1ad4c530d55d2f6d2921809"
2023-08-24 19:33:17 +00:00
2024-07-31 14:08:31 +00:00
[[package]]
name = "windows-result"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
dependencies = [
"windows-targets 0.52.6",
2024-07-31 14:08:31 +00:00
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2024-01-29 12:21:16 +00:00
"windows-targets 0.48.5",
2023-08-24 19:33:17 +00:00
]
2024-01-21 23:51:33 +00:00
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets 0.52.6",
2024-01-21 23:51:33 +00:00
]
2023-08-24 19:33:17 +00:00
[[package]]
name = "windows-targets"
2024-01-29 12:21:16 +00:00
version = "0.48.5"
2023-08-24 19:33:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-08-24 19:33:17 +00:00
dependencies = [
2024-01-29 12:21:16 +00:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
2024-01-21 23:51:33 +00:00
[[package]]
name = "windows-targets"
version = "0.52.6"
2024-01-21 23:51:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2024-01-21 23:51:33 +00:00
dependencies = [
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
2024-05-11 14:27:17 +00:00
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
2024-01-21 23:51:33 +00:00
]
2023-08-24 19:33:17 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
2024-01-29 12:21:16 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2024-01-21 23:51:33 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.6"
2024-01-21 23:51:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2024-01-21 23:51:33 +00:00
2023-08-24 19:33:17 +00:00
[[package]]
name = "windows_aarch64_msvc"
2024-01-29 12:21:16 +00:00
version = "0.48.5"
2023-08-24 19:33:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2024-01-21 23:51:33 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
2024-01-21 23:51:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2024-01-21 23:51:33 +00:00
2023-08-24 19:33:17 +00:00
[[package]]
name = "windows_i686_gnu"
2024-01-29 12:21:16 +00:00
version = "0.48.5"
2023-08-24 19:33:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2024-01-21 23:51:33 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.6"
2024-05-11 14:27:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2024-05-11 14:27:17 +00:00
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
2024-01-21 23:51:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2024-01-21 23:51:33 +00:00
2023-08-24 19:33:17 +00:00
[[package]]
name = "windows_i686_msvc"
2024-01-29 12:21:16 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2024-01-21 23:51:33 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
2024-01-21 23:51:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2024-01-21 23:51:33 +00:00
2023-08-24 19:33:17 +00:00
[[package]]
name = "windows_x86_64_gnu"
2024-01-29 12:21:16 +00:00
version = "0.48.5"
2023-08-24 19:33:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2024-01-21 23:51:33 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.6"
2024-01-21 23:51:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2024-01-21 23:51:33 +00:00
2023-08-24 19:33:17 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-01-29 12:21:16 +00:00
version = "0.48.5"
2023-08-24 19:33:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2024-01-21 23:51:33 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
2024-01-21 23:51:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2024-01-21 23:51:33 +00:00
2023-08-24 19:33:17 +00:00
[[package]]
name = "windows_x86_64_msvc"
2024-01-29 12:21:16 +00:00
version = "0.48.5"
2023-08-24 19:33:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2024-01-21 23:51:33 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
2024-01-21 23:51:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2024-01-21 23:51:33 +00:00
2023-06-02 09:42:42 +00:00
[[package]]
name = "winnow"
2024-01-29 12:21:16 +00:00
version = "0.5.40"
2023-06-02 09:42:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
2023-06-02 09:42:42 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "wit-component"
version = "0.216.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e2ca3ece38ea2447a9069b43074ba73d96dde1944cba276c54e41371745f9dc"
dependencies = [
"anyhow",
"bitflags 2.6.0",
"indexmap",
"log",
"serde",
"serde_derive",
"serde_json",
"wasm-encoder",
"wasm-metadata",
"wasmparser",
"wit-parser",
]
[[package]]
name = "wit-parser"
version = "0.216.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4d108165c1167a4ccc8a803dcf5c28e0a51d6739fd228cc7adce768632c764c"
dependencies = [
"anyhow",
"id-arena",
"indexmap",
"log",
"semver",
"serde",
"serde_derive",
"serde_json",
"unicode-xid",
"wasmparser",
]
[[package]]
name = "writeable"
2024-06-08 19:18:31 +00:00
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-08 19:18:31 +00:00
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
2017-05-08 22:01:13 +00:00
[[package]]
name = "xattr"
2024-01-29 12:21:16 +00:00
version = "1.3.1"
2017-05-08 22:01:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-29 12:21:16 +00:00
checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
2017-05-08 22:01:13 +00:00
dependencies = [
"libc",
2024-01-29 12:21:16 +00:00
"linux-raw-sys",
"rustix",
2017-05-08 22:01:13 +00:00
]
[[package]]
name = "xz2"
version = "0.1.7"
2017-05-08 22:01:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
2017-05-08 22:01:13 +00:00
dependencies = [
"lzma-sys",
2017-05-08 22:01:13 +00:00
]
2021-05-03 20:59:35 +00:00
[[package]]
name = "yansi-term"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
dependencies = [
2021-07-21 13:17:31 +00:00
"winapi",
2021-05-03 20:59:35 +00:00
]
[[package]]
name = "yoke"
2024-06-08 19:18:31 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-08 19:18:31 +00:00
checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
2024-06-08 19:18:31 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-08 19:18:31 +00:00
checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.75",
"synstructure",
]
2023-12-02 18:16:09 +00:00
[[package]]
name = "zerocopy"
version = "0.7.35"
2023-12-02 18:16:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2023-12-02 18:16:09 +00:00
dependencies = [
"byteorder",
2023-12-02 18:16:09 +00:00
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.35"
2023-12-02 18:16:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
2023-12-02 18:16:09 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.75",
2023-12-02 18:16:09 +00:00
]
[[package]]
name = "zerofrom"
2024-06-08 19:18:31 +00:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-08 19:18:31 +00:00
checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
2024-06-08 19:18:31 +00:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-08 19:18:31 +00:00
checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.75",
"synstructure",
]
[[package]]
name = "zerovec"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
dependencies = [
"yoke",
"zerofrom",
"zerovec-derive",
]
[[package]]
name = "zerovec-derive"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.75",
]