Unnamed repository; edit this file 'description' to name the repository.
Bump termina v0.3.1 -> v0.3.2
This adds a fix for OSC parsing - codes can be terminated by ST or BEL.
This should fix an input freeze on start-up when terminals respond to
the dynamic color query with a BEL-terminated response.
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2807,9 +2807,9 @@ dependencies = [ [[package]] name = "termina" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "547cd0b354f72522abc6492b834d08b8cae671fb8a8c0f919daa3bb2f9e92c8a" +checksum = "293183c87e43cc765b7210627e150b14f30609b214eba4a106e46a9954d41c5c" dependencies = [ "bitflags", "futures-core", |