diff options
author | dependabot[bot] | 2023-05-09 00:29:43 +0000 |
---|---|---|
committer | GitHub | 2023-05-09 00:29:43 +0000 |
commit | 301d45b34b181ecd4f2cb916b572f13665fcdf8a (patch) | |
tree | 56c104b30e011dae08be32c0abb027c404225adb /helix-tui | |
parent | 3fb0562e7b6eab72bba5b445703d392edd8eff3b (diff) |
build(deps): bump termini from 0.1.4 to 1.0.0 (#7001)
Bumps [termini](https://github.com/pascalkuthe/termini) from 0.1.4 to 1.0.0.
- [Release notes](https://github.com/pascalkuthe/termini/releases)
- [Commits](https://github.com/pascalkuthe/termini/compare/v0.1.4...v1.0.0)
---
updated-dependencies:
- dependency-name: termini
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'helix-tui')
-rw-r--r-- | helix-tui/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-tui/Cargo.toml b/helix-tui/Cargo.toml index 73566929..6cd031f8 100644 --- a/helix-tui/Cargo.toml +++ b/helix-tui/Cargo.toml @@ -20,7 +20,7 @@ bitflags = "2.2" cassowary = "0.3" unicode-segmentation = "1.10" crossterm = { version = "0.26", optional = true } -termini = "0.1" +termini = "1.0" serde = { version = "1", "optional" = true, features = ["derive"]} once_cell = "1.17" log = "~0.4" |