Skip to content

Commit e7aebd6

Browse files
dependabot[bot]link2xt
authored andcommitted
chore(cargo): bump rustyline from 15.0.0 to 16.0.0
Bumps [rustyline](https://github.com/kkawakam/rustyline) from 15.0.0 to 16.0.0. - [Release notes](https://github.com/kkawakam/rustyline/releases) - [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md) - [Commits](kkawakam/rustyline@v15.0.0...v16.0.0) --- updated-dependencies: - dependency-name: rustyline dependency-version: 16.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8189abd commit e7aebd6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

deltachat-repl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ log = { workspace = true }
1313
nu-ansi-term = { workspace = true }
1414
qr2term = "0.3.3"
1515
rusqlite = { workspace = true }
16-
rustyline = "15"
16+
rustyline = "16"
1717
tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros"] }
1818
tracing-subscriber = { workspace = true, features = ["env-filter"] }
1919

0 commit comments

Comments
 (0)