diff options
| author | sigmaSd <bedisnbiba@gmail.com> | 2022-07-18 19:47:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-18 20:47:00 +0200 |
| commit | 1f04cea160071a296fc97a6bd50a2690521d70f6 (patch) | |
| tree | 4a941dea22052611a9ac3a4dc78a605b4501459a /Cargo.lock | |
| parent | 999cbfb52bc42c58467e3592d5fead9c4ee8a2c1 (diff) | |
chore(repl): update rustyline to 10.0.0 (#15232)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock index d3cc40782..2e22575dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2728,12 +2728,11 @@ dependencies = [ [[package]] name = "nix" -version = "0.23.0" +version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f305c2c2e4c39a82f7bf0bf65fb557f9070ce06781d4f2454295cc34b1c43188" +checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc" dependencies = [ "bitflags", - "cc", "cfg-if", "libc", "memoffset", @@ -3625,9 +3624,9 @@ dependencies = [ [[package]] name = "rustyline" -version = "9.1.2" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db7826789c0e25614b03e5a54a0717a86f9ff6e6e5247f92b369472869320039" +checksum = "1d1cd5ae51d3f7bf65d7969d579d502168ef578f289452bd8ccc91de28fda20e" dependencies = [ "bitflags", "cfg-if", @@ -3639,7 +3638,6 @@ dependencies = [ "nix", "radix_trie", "scopeguard", - "smallvec", "unicode-segmentation", "unicode-width", "utf8parse", @@ -3648,10 +3646,11 @@ dependencies = [ [[package]] name = "rustyline-derive" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb35a55ab810b5c0fe31606fe9b47d1354e4dc519bec0a102655f78ea2b38057" +checksum = "107c3d5d7f370ac09efa62a78375f94d94b8a33c61d8c278b96683fb4dbf2d8d" dependencies = [ + "proc-macro2 1.0.39", "quote 1.0.18", "syn 1.0.96", ] |
