Bump the all group across 1 directory with 10 updates #193
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 10 updates in the / directory:
1.0.971.0.980.5.20.6.04.5.324.5.401.1.01.1.21.21.11.21.31.2.11.2.20.12.150.12.213.19.03.20.02.4.24.2.00.9.00.9.1Updates
anyhowfrom 1.0.97 to 1.0.98Release notes
Sourced from anyhow's releases.
Commits
709fe86Release 1.0.98cbc1ad2Merge pull request #415 from dtolnay/intodyne1a2017Add 2 different conversions to Box<dyn Error + Send + Sync + 'static>29f2eddMerge pull request #416 from dtolnay/oldnostd2244db8Omit unused object_boxed from vtable in old no-std rustc213a9c2Merge pull request #414 from dtolnay/nightly02aa6b6Make all nightly go through the module that was probedUpdates
bzip2from 0.5.2 to 0.6.0Release notes
Sourced from bzip2's releases.
Commits
71d5b03Release 0.6.0Updates
clapfrom 4.5.32 to 4.5.40Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
cff27dbchore: Release4ef4124docs: Update changelogca89617Merge pull request #5848 from jennings/jennings/push-xolwzyoornps99b6391fix(complete): Fix PowerShell dynamic completioned2360fchore: Release196a14bdocs: Update changelogcd622abMerge pull request #5846 from ribru17/alias_fn_dedup48ff72bfix(complete): Deduplicate bash subcmd casesb1b6f17Merge pull request #5843 from epage/link5900216fix(derive): Update link for derive attributesUpdates
flate2from 1.1.0 to 1.1.2Release notes
Sourced from flate2's releases.
Commits
ac4d950Merge pull request #490 from folkertdev/update-zlib-rs-0.5.1e38e16fupgrade zlib-rs to version0.5.176cc0ccMerge pull request #489 from CosminPerRam/feat/revert_updates8f52350Revert "chore: update deps"df11207Merge pull request #488 from CosminPerRam/ci/audita8872d7ci: rename audit job190750cci: add audit checkc2c78desolve remaining clippy warnings and add it to CI (#487)306e909Merge pull request #485 from CosminPerRam/chore/update_deps29d8194Merge pull request #484 from CosminPerRam/feat/simplify_manual_conversionUpdates
once_cellfrom 1.21.1 to 1.21.3Changelog
Sourced from once_cell's changelog.
Commits
29e3d93Merge pull request #286 from briansmith/b/once-ref-drya206950Prepare for 1.21.3 release.17d4a9bDRYrace::OnceRef::{get_or_try_init, set}.01b1d56Merge pull request #285 from briansmith/b/once-ref-colda851cc4Mark initialization ofOnceRef::get_or_try_initcold.2447a93Merge pull request #281 from briansmith/b/init-innerc294d64Merge pull request #280 from briansmith/b/self5f0fdd4Merge pull request #283 from briansmith/b/cast_mut899e319Merge pull request #284 from briansmith/b/dry-get90da60bMark initialization ofOnceBox::get_or_try_initcold.Updates
os_pipefrom 1.2.1 to 1.2.2Commits
f9b3115bump version to 1.2.27b37556mention that Rust 1.87 added std::io::pipe()7245b4cmark unsafe ops in unsafe functions3f29ad3clarify when reads and writes blockUpdates
reqwestfrom 0.12.15 to 0.12.21Release notes
Sourced from reqwest's releases.
... (truncated)
Changelog
Sourced from reqwest's changelog.
Commits
Updates
tempfilefrom 3.19.0 to 3.20.0Changelog
Sourced from tempfile's changelog.
Commits
99ffea6chore: release v3.20.0 (#358)bd2b267feat: make it possible to disable cleanup in-place after creation (#355)3b30099ci: really check docs for warnings (#357)f701f52ci: check docs (#356)d34afe9doc: improve SpooledData documentation6deb42edoc: make it easier to pick the correct tempfile constructor/typee284782feat: allow creating spooled temporary files in a specific directory (#353)07edc31feat: implementSpooledTempFile::into_file(#352)b122355fix: add must_use attribute to TempDir::keep (#351)cbd1e97feat: renameTempDir::into_pathtoTempDir::keep(#349)Updates
zipfrom 2.4.2 to 4.2.0Release notes
Sourced from zip's releases.
... (truncated)
Changelog
Sourced from zip's changelog.
... (truncated)
Commits
3a92c78chore: release v4.2.0 (#365)3f34acdAdd StreamWriter::into_inner() (#367)44c0315Include magic signature when writing data descriptors (#368)027cbb7feat: Write ZIP file to stream (#246)6ad5924chore: release v4.1.0 (#362)157084astyle: Fix Clippy warnings0a40f71style: Simplify expression for range overlap5eff99ffeat: Add has_overlapping_files methodb87a248chore: release v4.0.0 (#357)2514c4cfix: Allow extraction of Zip64 where "Version needed to extract" is higher th...Updates
randfrom 0.9.0 to 0.9.1Changelog
Sourced from rand's changelog.
Commits
ec6d5c0Prepare rand_core v0.9.1 (#1591)6a06056rand_core: introduce an UnwrapMut wrapper (#1589)8929123AddAlphabeticdistribution (#1587)06b1642Remove unnecessary underscore from `impl<T, const N: usize> Distribution<[T; ...49d76cdrename extract to extract_lane (#1586)e0a70fdChange to usearray::from_fninDistribution\<[T; N]> for StandardUniform...0bc3f65Move rand distr (#1577)2677c49Revise "not a crypto library" policy and SECURITY.md (#1565)bfd1826SeedableRng docs: add note on (lack of) reproducibility (#1572)c01aee7Fix some links (#1571)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 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