Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 84b271fd..5805a267 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2582,16 +2582,16 @@ dependencies = [
[[package]]
name = "termina"
-version = "0.1.0"
+version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1f58aa978d5fc10a8f839e51150a41308f3bb05a6c0bf3fcc59ca079312f83d4"
+checksum = "6b9a48a479fe84f486d932a2e0c549b4d48ed3d57a20f18a3e61199c75a05ecf"
dependencies = [
"bitflags",
"futures-core",
"parking_lot",
"rustix",
"signal-hook",
- "windows-sys 0.59.0",
+ "windows-sys 0.61.0",
]
[[package]]
diff --git a/Cargo.toml b/Cargo.toml
index 4faf7f6d..babee422 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,7 +51,7 @@ futures-executor = "0.3"
futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false }
tokio-stream = "0.1.17"
toml = "0.9"
-termina = "0.1.0"
+termina = "0.1"
[workspace.package]
version = "25.7.1"