|
@@ -860,6 +860,12 @@ version = "0.4.15"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "linux-raw-sys"
|
|
|
|
|
+version = "0.9.2"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "6db9c683daf087dc577b7506e9695b3d556a9f3849903fa28186283afd6809e9"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "litemap"
|
|
name = "litemap"
|
|
|
version = "0.7.4"
|
|
version = "0.7.4"
|
|
@@ -1277,7 +1283,20 @@ dependencies = [
|
|
|
"bitflags",
|
|
"bitflags",
|
|
|
"errno",
|
|
"errno",
|
|
|
"libc",
|
|
"libc",
|
|
|
- "linux-raw-sys",
|
|
|
|
|
|
|
+ "linux-raw-sys 0.4.15",
|
|
|
|
|
+ "windows-sys 0.59.0",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rustix"
|
|
|
|
|
+version = "1.0.2"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "f7178faa4b75a30e269c71e61c353ce2748cf3d76f0c44c393f4e60abf49b825"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bitflags",
|
|
|
|
|
+ "errno",
|
|
|
|
|
+ "libc",
|
|
|
|
|
+ "linux-raw-sys 0.9.2",
|
|
|
"windows-sys 0.59.0",
|
|
"windows-sys 0.59.0",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
@@ -1449,17 +1468,17 @@ dependencies = [
|
|
|
"fastrand",
|
|
"fastrand",
|
|
|
"getrandom 0.3.1",
|
|
"getrandom 0.3.1",
|
|
|
"once_cell",
|
|
"once_cell",
|
|
|
- "rustix",
|
|
|
|
|
|
|
+ "rustix 0.38.44",
|
|
|
"windows-sys 0.59.0",
|
|
"windows-sys 0.59.0",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "terminal_size"
|
|
name = "terminal_size"
|
|
|
-version = "0.4.1"
|
|
|
|
|
|
|
+version = "0.4.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
|
|
|
|
|
|
|
+checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "rustix",
|
|
|
|
|
|
|
+ "rustix 1.0.2",
|
|
|
"windows-sys 0.59.0",
|
|
"windows-sys 0.59.0",
|
|
|
]
|
|
]
|
|
|
|
|
|