Unnamed repository; edit this file 'description' to name the repository.
Update termina to v0.2.0
This adds support for an OSC sequence which can update the terminal's foreground and background colors, useful for making a terminal with padding use the theme's background color.
Michael Davis 4 months ago
parent a96533d · commit 8e306af
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c3987989..db1ac20e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2795,9 +2795,9 @@ dependencies = [
[[package]]
name = "termina"
-version = "0.1.1"
+version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6b9a48a479fe84f486d932a2e0c549b4d48ed3d57a20f18a3e61199c75a05ecf"
+checksum = "9747435fb6e4b6db463ce5a7ec39354e60b555a1083211d976421384beb5b8db"
dependencies = [
"bitflags",
"futures-core",
diff --git a/Cargo.toml b/Cargo.toml
index de0d7fe4..98e61074 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,7 +52,7 @@ futures-executor = "0.3"
futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false }
tokio-stream = "0.1.18"
toml = "1.0"
-termina = "0.1"
+termina = "0.2"
sonic-rs = "0.5"
globset = "0.4"
etcetera = "0.11"