diff --git a/Cargo.lock b/Cargo.lock index 1501fe8..2ec63d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/Cargo.toml b/Cargo.toml index 6669754..bc94a92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,5 +4,5 @@ version = "0.1.0" edition = "2024" [dependencies] -repline = { version = "0.0.9", registry = "soft-fish" } +repline = "*" unicode-ident = "1.0.12"