Bump the all group across 1 directory with 9 updates #192
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 9 updates in the / directory:
1.0.971.0.984.5.324.5.391.1.01.1.11.21.11.21.31.2.11.2.20.12.150.12.183.19.03.20.02.4.24.0.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
clapfrom 4.5.32 to 4.5.39Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
ed2360fchore: 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 attributesfde45f9chore: Release45d5d7edocs: Update changelog4b82b97chore: Releasea982adfdocs: Update changelogUpdates
flate2from 1.1.0 to 1.1.1Release notes
Sourced from flate2's releases.
Commits
98c98c8Merge pull request #482 from folkertdev/update-zlib-rs-0.5.094b36b0upgrade zlib-rs to version0.5.0a79bfe4Merge pull request #481 from Shnatsel/backend-docs694e822less editorializing6debe95Merge pull request #480 from Shnatsel/zlib-rs-readmea24e276Rewrite outdated backend notes in lib.rs78ca174More informative README on backendsc9a3efaMerge pull request #476 from jayvdb/rm-changelog0b2137dRemove stale CHANGELOG.md0abbd1cMerge pull request #475 from oyvindln/patch-1Updates
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.18Release notes
Sourced from reqwest's releases.
... (truncated)
Changelog
Sourced from reqwest's changelog.
Commits
595c80bv0.12.18f279ad1fix compilation if socks is enabled without tlsfed6bc6ci: add a feature powerset check job56ed35bv0.12.17f0bf46bbuild: Fix compilation issues on macOS (#2696)99259cbv0.12.1657670acfeat: add customizable headers forreqwest::Proxy(#2600)d9cf60erefactor: UsingFollowRedirectfromtower-httpto handle theredirectl...75f62f2fix: ensure H3ResponseFuture is sync (#2685)0e1d188chore: replace rustls-pemfile with rustls-pki-types (#2541)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.0.0Release notes
Sourced from zip's releases.
Changelog
Sourced from zip's changelog.
Commits
b87a248chore: release v4.0.0 (#357)2514c4cfix: Allow extraction of Zip64 where "Version needed to extract" is higher th...4aadb85docs: Update fuzzing section of README470394dchore: Revert nt-time upgrade (would increase MSRV)e4ab083test(ci): Remove redundant semver checks89fd4ffdeps!: Usedep:to suppress implicit features that may change in the future7d7d265chore: Revert constant_time_eq update (would increase MSRV)2d75b28style: cargo fmt --all3a5094ddeps: Replace lzma-rs with liblzmab93fc34chore: Update fully-qualified names of liblzma importsUpdates
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