Skip to content

Commit 3716fd1

Browse files
Bump rustyline from 13.0.0 to 17.0.2
Bumps [rustyline](https://github.com/kkawakam/rustyline) from 13.0.0 to 17.0.2. - [Release notes](https://github.com/kkawakam/rustyline/releases) - [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md) - [Commits](kkawakam/rustyline@v13.0.0...v17.0.2) --- updated-dependencies: - dependency-name: rustyline dependency-version: 17.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bca5dc8 commit 3716fd1

2 files changed

Lines changed: 118 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 117 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ deno_io = { version = "^0.123.0", optional = true }
221221
deno_telemetry = { version = "^0.35.0", optional = true }
222222

223223
# Dependencies for the IO feature
224-
rustyline = {version = "=13.0.0", optional = true}
224+
rustyline = {version = "=17.0.2", optional = true}
225225
winapi = {version = "=0.3.9", optional = true, features = [
226226
"commapi", "knownfolders", "mswsock", "objbase", "psapi", "shlobj",
227227
"tlhelp32", "winbase", "winerror", "winuser", "winsock2", "processenv",

0 commit comments

Comments
 (0)