diff options
author | dependabot[bot] | 2023-12-05 01:41:30 +0000 |
---|---|---|
committer | GitHub | 2023-12-05 01:41:30 +0000 |
commit | 79965a238d84c9e8a36255b602102e0b9263fa2e (patch) | |
tree | a3a52f544789fc450713291f5af0f0ede02a1717 /helix-view | |
parent | fcd564fddfa9b8f3fd7d02686e1f8b8a97a9f92b (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-view')
-rw-r--r-- | helix-view/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index 7671151a..9fc83d4c 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -27,7 +27,7 @@ helix-vcs = { version = "0.6", path = "../helix-vcs" } # Conversion traits once_cell = "1.18" -url = "2.4.1" +url = "2.5.0" arc-swap = { version = "1.6.0" } |