-
Notifications
You must be signed in to change notification settings - Fork 12
deps: bump the production-dependencies group across 1 directory with 4 updates #233
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
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/cargo/main/production-dependencies-905a4d3b7b
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
deps: bump the production-dependencies group across 1 directory with 4 updates #233
dependabot
wants to merge
1
commit into
main
from
dependabot/cargo/main/production-dependencies-905a4d3b7b
Conversation
This file contains hidden or 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
…4 updates Bumps the production-dependencies group with 4 updates in the / directory: [flate2](https://github.com/rust-lang/flate2-rs), [clap](https://github.com/clap-rs/clap), [regex](https://github.com/rust-lang/regex) and [tree-sitter](https://github.com/tree-sitter/tree-sitter). Updates `flate2` from 1.1.2 to 1.1.4 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.2...1.1.4) Updates `clap` from 4.5.47 to 4.5.48 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.47...clap_complete-v4.5.48) Updates `regex` from 1.11.2 to 1.11.3 - [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.11.2...1.11.3) Updates `tree-sitter` from 0.24.7 to 0.25.10 - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](tree-sitter/tree-sitter@v0.24.7...v0.25.10) --- updated-dependencies: - dependency-name: flate2 dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: clap dependency-version: 4.5.48 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: regex dependency-version: 1.11.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: tree-sitter dependency-version: 0.25.10 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF ScorecardScorecard details
Scanned Files
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 the production-dependencies group with 4 updates in the / directory: flate2, clap, regex and tree-sitter.
Updates
flate2from 1.1.2 to 1.1.4Release notes
Sourced from flate2's releases.
Commits
ac412e9Merge pull request #506 from NobodyXu/patch-1bf0315bRelease flste2 1.1.4350de28Merge pull request #505 from NobodyXu/patch-129552c7Fix docs.rs build3be6590Merge pull request #504 from Byron/release7ad1badbump the patch level for a new release3cae7daMerge pull request #502 from NobodyXu/patch-1ee3d877Add(de)compress_uninitimpl for uninit bufferb9afa93Merge pull request #503 from jongiddy/update-cloudflare-zlibcfd60beUpdate cloudflare-zlib-sys crateUpdates
clapfrom 4.5.47 to 4.5.48Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
c3a1ddcchore: Release4460ff4docs: Update changelog54947a1Merge pull request #5981 from mernen/fix-bash-clap-complete-spacefd3f6d2fix(complete): Restore nospace in bash2f6a108test(complete): Demonstrate current behaviorf88be57style: Ensure consistent newlinesf209bcechore: Releasef33ff7fdocs: Update changelogbf06e6fMerge pull request #5974 from kryvashek/support-clearing-args-matches5d357adfeat(parser): Added ArgMatches::try_clear_id()Updates
regexfrom 1.11.2 to 1.11.3Changelog
Sourced from regex's changelog.
Commits
ef1c2c31.11.3ad5cd6cdeps: bump regex-automataee69d9echangelog: 1.11.3159fa3eregex-automata-0.4.1102a62baautomata: callVec::shrink_to_fitin a few strategic placesa76e0a0cargo: excludetests/fuzzfrom the package19172ccstyle: inline formatting arguments2695e29ci: fix cross testingUpdates
tree-sitterfrom 0.24.7 to 0.25.10Release notes
Sourced from tree-sitter's releases.
... (truncated)
Commits
da6fe9b0.25.10f75d710fix(rust): pass correct fd to C lib's ts_tree_print_dot_graph9275aebbuild: define _DARWIN_C_SOURCEbb1634aperf(xtask); check out the tag directly for fixtures8eed0c7feat(test): pin fixture grammars to specific commits88b3f9cfix: lint590f6d7build: update Cargo.lock32d784efix(wasm): fix alias map size computation17d3f85fix(lib/wasm): keep track of freed blocks that are not the last allocated poi...e29a5eefix(xtask): make building the wasm stdlib work againDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions