diff options
author | dependabot[bot] | 2023-12-05 03:28:32 +0000 |
---|---|---|
committer | GitHub | 2023-12-05 03:28:32 +0000 |
commit | 4c2bd4905e8cf1c3be8b80ee1095ab0ece61ef1b (patch) | |
tree | 2c0dc0ef0e11d51378a451c8859d511243a865cd /helix-term | |
parent | bf7c4e165946f7a5be48c9d7e8abb8e68f066882 (diff) |
build(deps): bump open from 5.0.0 to 5.0.1 (#8992)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'helix-term')
-rw-r--r-- | helix-term/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 33594c0f..ac5a8475 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -58,7 +58,7 @@ pulldown-cmark = { version = "0.9", default-features = false } content_inspector = "0.2.4" # opening URLs -open = "5.0.0" +open = "5.0.1" url = "2.5.0" # config |