Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/Cargo.toml')
-rw-r--r--helix-view/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml
index a19357f7..5de68987 100644
--- a/helix-view/Cargo.toml
+++ b/helix-view/Cargo.toml
@@ -24,7 +24,7 @@ helix-lsp = { path = "../helix-lsp" }
helix-dap = { path = "../helix-dap" }
helix-vcs = { path = "../helix-vcs" }
-bitflags = "2.5"
+bitflags = "2.6"
anyhow = "1"
crossterm = { version = "0.27", optional = true }
@@ -32,7 +32,7 @@ tempfile = "3.9"
# Conversion traits
once_cell = "1.19"
-url = "2.5.1"
+url = "2.5.2"
arc-swap = { version = "1.7.1" }