Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r--helix-term/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index 1c399a47..eb20cb46 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -60,7 +60,7 @@ thiserror.workspace = true
# opening URLs
open = "5.3.1"
-url = "2.5.3"
+url = "2.5.4"
# config
toml = "0.8"
@@ -74,7 +74,7 @@ grep-searcher = "0.1.14"
[target.'cfg(not(windows))'.dependencies] # https://github.com/vorner/signal-hook/issues/100
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
-libc = "0.2.164"
+libc = "0.2.165"
[target.'cfg(target_os = "macos")'.dependencies]
crossterm = { version = "0.28", features = ["event-stream", "use-dev-tty", "libc"] }