|
|
|
@ -204,12 +204,12 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "clipboard-win" |
|
|
|
|
version = "4.1.0" |
|
|
|
|
version = "4.2.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "9dc138eac3ade40f10cb7aee8b27e6aed1342d8788c40e66eb52914009d160ed" |
|
|
|
|
checksum = "4e4ea1881992efc993e4dc50a324cdbd03216e41bdc8385720ff47efc9bd2ca8" |
|
|
|
|
dependencies = [ |
|
|
|
|
"error-code", |
|
|
|
|
"str-buf", |
|
|
|
|
"str-buf 1.0.5", |
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -373,7 +373,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1d4871041f3339e2cd4a23c698f89519e1ca62aa73190eddcc18dde4ee11e8ff" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc", |
|
|
|
|
"str-buf", |
|
|
|
|
"str-buf 2.0.0", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -1102,15 +1102,14 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rustyline" |
|
|
|
|
version = "8.1.0" |
|
|
|
|
version = "8.2.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "53e628a0a8e3e278dc96badc1f54492e5c5201037c7df14935c8b9571e9d2923" |
|
|
|
|
checksum = "fbd4eaf7a7738f76c98e4f0395253ae853be3eb018f7b0bb57fe1b6c17e31874" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bitflags", |
|
|
|
|
"cfg-if", |
|
|
|
|
"clipboard-win", |
|
|
|
|
"dirs-next", |
|
|
|
|
"error-code", |
|
|
|
|
"fd-lock", |
|
|
|
|
"libc", |
|
|
|
|
"log", |
|
|
|
@ -1236,6 +1235,12 @@ version = "1.6.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "str-buf" |
|
|
|
|
version = "1.0.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "d44a3643b4ff9caf57abcee9c2c621d6c03d9135e0d8b589bd9afb5992cb176a" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "str-buf" |
|
|
|
|
version = "2.0.0" |
|
|
|
|