Skip to content

Commit e7bcbe5

Browse files
build(deps): update rustyline requirement from 13.0.0 to 14.0.0
Updates the requirements on [rustyline](https://github.com/kkawakam/rustyline) to permit the latest version. - [Release notes](https://github.com/kkawakam/rustyline/releases) - [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md) - [Commits](kkawakam/rustyline@v13.0.0...v14.0.0) --- updated-dependencies: - dependency-name: rustyline dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 72dbb9f commit e7bcbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dead_code = "allow"
2121
miette = { git = "https://github.com/TheLostLambda/miette", features = ["fancy"] }
2222
once_cell = "1.19.0"
2323
polychem = { path = "crates/polychem/" }
24-
rustyline = "13.0.0"
24+
rustyline = "14.0.0"
2525

2626
# FIXME: This is just a list of nice libraries, but should eventually be deleted!
2727
# [dependencies]

0 commit comments

Comments
 (0)