aboutsummaryrefslogtreecommitdiff
path: root/helix-term
diff options
context:
space:
mode:
authordependabot[bot]2023-12-05 01:41:30 +0000
committerGitHub2023-12-05 01:41:30 +0000
commit79965a238d84c9e8a36255b602102e0b9263fa2e (patch)
treea3a52f544789fc450713291f5af0f0ede02a1717 /helix-term
parentfcd564fddfa9b8f3fd7d02686e1f8b8a97a9f92b (diff)
build(deps): bump url from 2.4.1 to 2.5.0 (#8991)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'helix-term')
-rw-r--r--helix-term/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index ea1b5647..9426aaa4 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -59,7 +59,7 @@ content_inspector = "0.2.4"
# opening URLs
open = "5.0.0"
-url = "2.4.1"
+url = "2.5.0"
# config
toml = "0.7"