Merged
Conversation
Bumps the all group with 6 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.92` | | [clap](https://github.com/clap-rs/clap) | `4.5.18` | `4.5.20` | | [fs4](https://github.com/al8n/fs4-rs) | `0.9.1` | `0.10.0` | | [once_cell](https://github.com/matklad/once_cell) | `1.19.0` | `1.20.2` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.8` | `0.12.9` | | [regex](https://github.com/rust-lang/regex) | `1.11.0` | `1.11.1` | Updates `anyhow` from 1.0.89 to 1.0.92 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.89...1.0.92) Updates `clap` from 4.5.18 to 4.5.20 - [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.18...clap_complete-v4.5.20) Updates `fs4` from 0.9.1 to 0.10.0 - [Release notes](https://github.com/al8n/fs4-rs/releases) - [Commits](https://github.com/al8n/fs4-rs/commits/0.10.0) Updates `once_cell` from 1.19.0 to 1.20.2 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.19.0...v1.20.2) Updates `reqwest` from 0.12.8 to 0.12.9 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.8...v0.12.9) Updates `regex` from 1.11.0 to 1.11.1 - [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.0...1.11.1) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: fs4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
ofek
approved these changes
Nov 1, 2024
github-actions bot
pushed a commit
that referenced
this pull request
Nov 1, 2024
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 31c0e80
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
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 all group with 6 updates:
1.0.891.0.924.5.184.5.200.9.10.10.01.19.01.20.20.12.80.12.91.11.01.11.1Updates
anyhowfrom 1.0.89 to 1.0.92Release notes
Sourced from anyhow's releases.
Commits
fd03a8eRelease 1.0.92a16252bMerge pull request #390 from dtolnay/rawaddrfcf2ef8Compile &raw test on Rust 1.82+ only1e7e9feParse raw address expression syntax7d1a8f9Add test of raw addr expression syntax6c52daaRelease 1.0.914986853Merge pull request #388 from dtolnay/outdirf130b76Clean up dep-info files from OUT_DIRa0b868aRelease 1.0.900f74169Improve rendering of inline code in macros documentationUpdates
clapfrom 4.5.18 to 4.5.20Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
5034cabchore: Releaseb5b690cdocs: Update changelogabba196Merge pull request #5688 from epage/rename6ddd5d4fix(complete)!: Rename ArgValueCompleter to ArgValueCandidates71c5e27fix(complete)!: Rename CustomCompleter to ValueCandidates1089073chore: Releasec9b8c85docs: Update changelog8b3de18Merge pull request #5685 from epage/engineb38538dfix(complete)!: Rename dynamic to engine232af62Merge pull request #5684 from epage/endlessUpdates
fs4from 0.9.1 to 0.10.0Release notes
Sourced from fs4's releases.
Commits
Updates
once_cellfrom 1.19.0 to 1.20.2Changelog
Sourced from once_cell's changelog.
Commits
4fbd4a5release 1.20.30aef2f8Merge pull request #267 from taiki-e/portable-atomiccf87ac6Remove "portable-atomic?/require-cas" from race feature3b9bd9brelease 1.20.1f61508aMerge pull request #265 from taiki-e/portable-atomic449e5d7Add portable-atomic feature and disable portable-atomic/critical-section by d...72f7c2eMerge pull request #260 from brodycj/propagate-critical-section-to-portable-a...be6b623v1.20.0f2d95bfupdate Cargo (dev-)dependencies; update Cargo.lock.msrvdd6b5c2ci: fix TEST_BETA with TEMPORARY WORKAROUND in RUSTFLAGSUpdates
reqwestfrom 0.12.8 to 0.12.9Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
797df2bv0.12.964aa7d1add webpki roots option for rustls no provider setup (#2447)598f857Add content length to async_impl::multipart file streams (#2459)d99e90dfix: re-enable verbose connection read logs (#2454)aba01fffeat: Add support for Certificate Revocation Lists (#2433)3ad6e02refactor: remove internal proxy sys cache (#2442)Updates
regexfrom 1.11.0 to 1.11.1Changelog
Sourced from regex's changelog.
Commits
9870c061.11.180df54echangelog: 1.11.1991ba88unstable: fixPatterntrait implementationDependabot 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