Merged
Conversation
Bumps the all group with 7 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.89` | | [clap](https://github.com/clap-rs/clap) | `4.5.16` | `4.5.18` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.33` | `1.0.34` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.7` | `0.12.8` | | [tar](https://github.com/alexcrichton/tar-rs) | `0.4.41` | `0.4.42` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.12.0` | `3.13.0` | | [regex](https://github.com/rust-lang/regex) | `1.10.6` | `1.11.0` | Updates `anyhow` from 1.0.86 to 1.0.89 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.86...1.0.89) Updates `clap` from 4.5.16 to 4.5.18 - [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.16...clap_complete-v4.5.18) Updates `flate2` from 1.0.33 to 1.0.34 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/flate2-rs@1.0.33...1.0.34) Updates `reqwest` from 0.12.7 to 0.12.8 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.7...v0.12.8) Updates `tar` from 0.4.41 to 0.4.42 - [Commits](alexcrichton/tar-rs@0.4.41...0.4.42) Updates `tempfile` from 3.12.0 to 3.13.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.12.0...v3.13.0) Updates `regex` from 1.10.6 to 1.11.0 - [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.6...1.11.0) --- 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: flate2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: tar dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
github-actions bot
pushed a commit
that referenced
this pull request
Oct 1, 2024
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 0c2f2af
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 7 updates:
1.0.861.0.894.5.164.5.181.0.331.0.340.12.70.12.80.4.410.4.423.12.03.13.01.10.61.11.0Updates
anyhowfrom 1.0.86 to 1.0.89Release notes
Sourced from anyhow's releases.
Commits
9d3fb6dRelease 1.0.89830c399Merge pull request #386 from dtolnay/unwindsafe8454be3Ensure UnwindSafe even with "backtrace" feature enabled and old Rusta85e414Add more autotraits tests139f266Release 1.0.88aa3ab2bMerge pull request #385 from dtolnay/docnostd44c3767Update documentation on no-std error type conversionsafe93e7Release 1.0.87d58fa4bFix outdated html_root_urlc18d807Disable unused doc_cfg featureUpdates
clapfrom 4.5.16 to 4.5.18Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
d811585chore: Releaseab948b3docs: Update changelog82e599eMerge pull request #5602 from shannmu/delimiter_values59bf26dfeat(clap_complete): Support delimiter values in native completionsccecab3test(clap_complete): Add test cases for delimiter_values supporta3a4764docs(derive): Specify Parser::update_from semanticsdf165a2docs(derive): Flatten isn't just for update5488bcfdocs(derive): Connect more dots for Args/Subcommand6013ad4chore: Releasef98e3eedocs: Update changelogUpdates
flate2from 1.0.33 to 1.0.34Release notes
Sourced from flate2's releases.
Commits
1a28821Merge pull request #431 from Shnatsel/better-wording2c29780Merge pull request #428 from Shnatsel/upgrade-zlib-rs423981aBetter wording in compression level docsda5c8cfBump versioneeee4c6Merge pull request #430 from Shnatsel/detailed-level-docs731df32Update Cargo.toml8210288Document backend differences1f78c5cUpgrade zlib-rs to 0.3.0 to get multiple bugfixes:6fbd6d2Merge pull request #427 from ByteBaker/main936aa35docs: correctly mention compression levelUpdates
reqwestfrom 0.12.7 to 0.12.8Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
95fec09v0.12.8baf9712fix: pass pool_timer to hyper_util to enable the idle cleanup task (#2434)d85f44bBump rustls-native-certs (#2427)c8665betests: use a documented test network for testing964b1c6tests: bypass the proxy when testing timeouts09884edfeat: Add support for SOCKS4 (#610) (#2400)a13a6bcci: pin tokio-util for msrv job (#2412)4cc8ec8feat: Exposestreamingas public APIwrap(#2255)cc3dd51Add file function to async::multipart (#2106)193ed1fchore: Depend on wasm-bindgen 0.2.89 or higherUpdates
tarfrom 0.4.41 to 0.4.42Commits
b8b5ea7Bump to 0.4.427a12150feat: Support adding sparse files to archives (#375)6586ac0feat: Add Builder::append_writer (#376)97d5033fix: Don't forget to zero-terminate in octal_into (#374)6adcb40Update append_dir_all doc test (#364)def682dAdd append_dir_all doc test without renaming (#365)3747caffix: Support sparse entries of enormous size (#373)9f9ce52Ensure directory permissions are correctly applied. (#372)f952189Add link ownership rules. (#371)cdf5b6fAdd doc hint that default is different thantar(#366)Updates
tempfilefrom 3.12.0 to 3.13.0Changelog
Sourced from tempfile's changelog.
Commits
a354f8cchore: release 3.13.0d21b602chore: update depsd6600daAdd forwith_suffix(#299)19280c5Document current default permissions for tempdirs (#296)c5eac9ffix: address clippy unnecessary deref lint in test (#294)Updates
regexfrom 1.10.6 to 1.11.0Changelog
Sourced from regex's changelog.
Commits
bcbe4031.11.09e17e56deps: bump regex-automata58e16f5regex-automata-0.4.84bb1e3ddeps: bump regex-syntaxcba0fbcregex-syntax-0.8.51533257changelog: 1.11.09239e7edata: update to UCD 167691e49cli: include \w, \s and \d in Unicode data table generationb790aa5api: add SetMatches::matched_alld3d3ff7cli: remove some dead codeDependabot 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