Cargo.toml: Use public version of Repline

This commit is contained in:
2025-12-02 03:12:52 -05:00
parent e4f57250b5
commit 12cf529186
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -121,9 +121,9 @@ dependencies = [
[[package]]
name = "repline"
version = "0.0.9"
source = "sparse+https://git.soft.fish/api/packages/j/cargo/"
checksum = "f157828037e2d557749f402ee7955d6ab54de690c64e2ca0efa2679488e6da0b"
version = "0.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e60dec4cc94ec6dd0cdb58428304d471cf50588357e20f30f449c2c1a8504ee"
dependencies = [
"crossterm",
]