-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump regex from 1.10.4 to 1.10.5 #9
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.4 to 1.10.5. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.10.4...1.10.5) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Jun 10, 2024
@dependabot merge
…On Tue, Jun 11, 2024 at 02:56 dependabot[bot] ***@***.***> wrote:
Bumps regex <https://github.com/rust-lang/regex> from 1.10.4 to 1.10.5.
Changelog
*Sourced from regex's changelog
<https://github.com/rust-lang/regex/blob/master/CHANGELOG.md>.*
1.10.5 (2024-06-09)
This is a new patch release with some minor fixes.
Bug fixes:
- [BUG #1203 <https://redirect.github.com/rust-lang/regex/issues/1203>
](rust-lang/regex#1203
<https://redirect.github.com/rust-lang/regex/pull/1203>): Escape
invalid UTF-8 when in the Debug impl of regex::bytes::Match.
Commits
- 0718fc5
<rust-lang/regex@0718fc5>
1.10.5
- 377463b
<rust-lang/regex@377463b>
changelog: 1.10.4 and 1.10.5
- 68c4f0b
<rust-lang/regex@68c4f0b>
regex-automata-0.4.7
- 4757b5f
<rust-lang/regex@4757b5f>
regex-syntax-0.8.4
- 1430b65
<rust-lang/regex@1430b65>
changelog: 1.10.4
- 1f9f9cc
<rust-lang/regex@1f9f9cc>
bytes: escape invalid UTF-8 bytes in debug output for Match
- ab4c8d1
<rust-lang/regex@ab4c8d1>
doc: fix duplicate phrasing typo
- ddeb85e
<rust-lang/regex@ddeb85e>
cli/deps: update memmap2 to 0.9
- 023f1c9
<rust-lang/regex@023f1c9>
lite: fix attribute warning about rustfmt
- 9c139f4
<rust-lang/regex@9c139f4>
syntax: simplify Hir::dot constructors
- Additional commits viewable in compare view
<rust-lang/regex@1.10.4...1.10.5>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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 merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @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)
------------------------------
You can view, comment on, or merge this pull request online at:
#9
Commit Summary
- d588825
<d588825>
Bump regex from 1.10.4 to 1.10.5
File Changes
(2 files <https://github.com/autohdw/pytv/pull/9/files>)
- *M* Cargo.lock
<https://github.com/autohdw/pytv/pull/9/files#diff-13ee4b2252c9e516a0547f2891aa2105c3ca71c6d7a1e682c69be97998dfc87e>
(4)
- *M* Cargo.toml
<https://github.com/autohdw/pytv/pull/9/files#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542>
(2)
Patch Links:
- https://github.com/autohdw/pytv/pull/9.patch
- https://github.com/autohdw/pytv/pull/9.diff
—
Reply to this email directly, view it on GitHub
<#9>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQ4L7UMM2Q3J34JARFYCBVLZGXZEXAVCNFSM6AAAAABJC3Y4TGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM2DINRSGI3DEOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps regex from 1.10.4 to 1.10.5.
Changelog
Sourced from regex's changelog.
Commits
0718fc5
1.10.5377463b
changelog: 1.10.4 and 1.10.568c4f0b
regex-automata-0.4.74757b5f
regex-syntax-0.8.41430b65
changelog: 1.10.41f9f9cc
bytes: escape invalid UTF-8 bytes in debug output for Matchab4c8d1
doc: fix duplicate phrasing typoddeb85e
cli/deps: update memmap2 to 0.9023f1c9
lite: fix attribute warning about rustfmt9c139f4
syntax: simplifyHir::dot
constructorsDependabot 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 merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)