Skip to content

Commit b2a1ad0

Browse files
chore: Upgrade rustyline to 8.0.0 (denoland#9781)
Co-authored-by: Bartek Iwańczuk <[email protected]>
1 parent a3e0766 commit b2a1ad0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

+6-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ percent-encoding = "2.1.0"
6262
pin-project = "1.0.5"
6363
regex = "1.4.3"
6464
ring = "0.16.20"
65-
rustyline = { version = "7.1.0", default-features = false }
65+
rustyline = { version = "8.0.0", default-features = false }
6666
rustyline-derive = "0.4.0"
6767
semver-parser = "0.10.2"
6868
serde = { version = "1.0.123", features = ["derive"] }
@@ -83,9 +83,6 @@ walkdir = "2.3.1"
8383
fwdansi = "1.1.0"
8484
winapi = { version = "0.3.9", features = ["knownfolders", "mswsock", "objbase", "shlobj", "tlhelp32", "winbase", "winerror", "winsock2"] }
8585

86-
[target.'cfg(unix)'.dependencies]
87-
nix = "0.19.1"
88-
8986
[dev-dependencies]
9087
# Used in benchmark
9188
chrono = "0.4.19"
@@ -97,6 +94,7 @@ trust-dns-client = "0.20.0"
9794

9895
[target.'cfg(unix)'.dev-dependencies]
9996
exec = "0.3.1" # Used in test_raw_tty
97+
nix = "0.20.0"
10098

10199
[package.metadata.winres]
102100
# This section defines the metadata that appears in the deno.exe PE header.

runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ fwdansi = "1.1.0"
7373
winapi = { version = "0.3.9", features = ["knownfolders", "mswsock", "objbase", "shlobj", "tlhelp32", "winbase", "winerror", "winsock2"] }
7474

7575
[target.'cfg(unix)'.dependencies]
76-
nix = "0.19.1"
76+
nix = "0.20.0"
7777

7878
[dev-dependencies]
7979
# Used in benchmark

0 commit comments

Comments
 (0)