bin: update for repline 0.0.12

This commit is contained in:
2026-01-10 01:36:12 -05:00
parent 5d724af37b
commit 31733ce425
2 changed files with 85 additions and 58 deletions

8
Cargo.lock generated
View File

@@ -62,9 +62,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.179"
version = "0.2.180"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5a2d376baa530d1238d133232d15e239abad80d05838b4b59354e5268af431f"
checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
[[package]]
name = "linux-raw-sys"
@@ -121,9 +121,9 @@ dependencies = [
[[package]]
name = "repline"
version = "0.0.10"
version = "0.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e60dec4cc94ec6dd0cdb58428304d471cf50588357e20f30f449c2c1a8504ee"
checksum = "6fc8bb58aab0cf230c95d2649cd54d23b5520e44abdc3f1d420ae844a619d9ef"
dependencies = [
"crossterm",
]