|
|
@@ -171,12 +171,6 @@ version = "1.2.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "byteorder"
|
|
|
-version = "1.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "cast"
|
|
|
version = "0.3.0"
|
|
|
@@ -352,17 +346,6 @@ version = "0.2.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "datetime"
|
|
|
-version = "0.5.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "44c3f7a77f3e57fedf80e09136f2d8777ebf621207306f6d96d610af048354bc"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "redox_syscall 0.1.57",
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "deranged"
|
|
|
version = "0.4.0"
|
|
|
@@ -465,7 +448,6 @@ dependencies = [
|
|
|
"uutils_term_grid",
|
|
|
"uzers",
|
|
|
"windows-sys 0.60.2",
|
|
|
- "zoneinfo_compiled",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -808,7 +790,7 @@ checksum = "1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638"
|
|
|
dependencies = [
|
|
|
"bitflags",
|
|
|
"libc",
|
|
|
- "redox_syscall 0.5.13",
|
|
|
+ "redox_syscall",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -1183,12 +1165,6 @@ dependencies = [
|
|
|
"crossbeam-utils",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "redox_syscall"
|
|
|
-version = "0.1.57"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "redox_syscall"
|
|
|
version = "0.5.13"
|
|
|
@@ -1756,22 +1732,6 @@ dependencies = [
|
|
|
"wasm-bindgen",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "winapi"
|
|
|
-version = "0.3.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-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"
|
|
|
@@ -1781,12 +1741,6 @@ dependencies = [
|
|
|
"windows-sys 0.52.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-core"
|
|
|
version = "0.61.2"
|
|
|
@@ -2102,13 +2056,3 @@ dependencies = [
|
|
|
"quote",
|
|
|
"syn",
|
|
|
]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zoneinfo_compiled"
|
|
|
-version = "0.5.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "64fbebe65e899530f43bd760b23fda8f141118f4db49952b02998cbd0907a5de"
|
|
|
-dependencies = [
|
|
|
- "byteorder",
|
|
|
- "datetime",
|
|
|
-]
|