Skip to content

Update linkify requirement from 0.10.0 to 0.11.0#52

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/linkify-0.11.0
Open

Update linkify requirement from 0.10.0 to 0.11.0#52
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/linkify-0.11.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Updates the requirements on linkify to permit the latest version.

Release notes

Sourced from linkify's releases.

0.11.0

Changed

  • Include delimiters before slashes in URLs. E.g. in https://test.com/!/, we would previously only extract https://test.com/, whereas now we extract the full URL https://test.com/!/ (#90)
Changelog

Sourced from linkify's changelog.

[0.11.0] - 2026-04-12

Changed

  • Include delimiters before slashes in URLs. E.g. in https://test.com/!/, we would previously only extract https://test.com/, whereas now we extract the full URL https://test.com/!/ (#90)

[0.10.0] - 2023-06-24

Added

  • New option url_can_bi_iri that can be used to disable international domain parsing (still enabled by default). This is useful for parsing ASCII only URLs out of non-ASCII text even if there's no spaces before/after the URL (#49)

Changed

  • Don't require valid hostname for file:// URLs to allow for relative paths used in the wild (#58)
  • Support URIs with empty path but with query, e.g. foo://bar?a=b (#59)
  • Require IPv4 addresses to have 4 numeric parts. This means things like 1.0 are no longer recognized as domains (#46)

[0.9.0] - 2022-07-11

Changed

  • More strict parsing of hostname (authority) part of URLs. Applies to emails, plain domains URLs (e.g. example.com/foo) and URLs with schemes where a host is expected (e.g. https).

    This fixes a few problems that have been reported over time, namely:

    • https://www.example..com is no longer parsed as an URL (#41)
    • foo@v1.1.1 is no longer parsed as an email address (#29)
    • https://*.example.org is no longer parsed as an URL (#38)

    It's a tricky change and hopefully this solves some problems while not introducing too many new ones. If anything unexpectedly changed for you, please let us know!

[0.8.1] - 2022-04-14

Changed

  • Skip parsing very short strings for URLs as a performance optimization

[0.8.0] - 2021-11-26

Added

  • New option url_must_have_scheme on LinkFinder that can be set to false to allow URLs without scheme/protocol such as example.com. Note that there is no allowlist for top-level domains, if you want that you will have to implement it yourself.

Changed

  • Bump MSRV (minimum supported Rust version) to 1.46

[0.7.0] - 2021-05-18

Changed

... (truncated)

Commits
  • e21da56 Version 0.11.0
  • 75c0226 Merge pull request #97 from robinst/dependabot/npm_and_yarn/demo/picomatch-2.3.2
  • b84244a Merge pull request #98 from robinst/dependabot/npm_and_yarn/demo/node-forge-1...
  • 43e739e Merge pull request #99 from robinst/dependabot/npm_and_yarn/demo/lodash-4.18.1
  • ad716ce Merge pull request #100 from mre/trim-exclamation-mark
  • 5b74a61 Add example for dot in path to README
  • 829747b Fix URL parsing to include delimiters before slashes
  • 6393c04 Bump lodash from 4.17.21 to 4.18.1 in /demo
  • 498ce2d Bump node-forge from 1.3.1 to 1.4.0 in /demo
  • e07a7af Bump picomatch from 2.3.1 to 2.3.2 in /demo
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [linkify](https://github.com/robinst/linkify) to permit the latest version.
- [Release notes](https://github.com/robinst/linkify/releases)
- [Changelog](https://github.com/robinst/linkify/blob/main/CHANGELOG.md)
- [Commits](robinst/linkify@0.10.0...0.11.0)

---
updated-dependencies:
- dependency-name: linkify
  dependency-version: 0.11.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants