Bump the all-dependencies group across 1 directory with 9 updates #287
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-dependencies group with 9 updates in the / directory:
1.0.951.0.1000.4.250.4.280.11.60.11.84.5.304.5.500.29.00.30.10.12.120.12.243.1.03.1.12.0.162.0.173.17.13.23.0Updates
anyhowfrom 1.0.95 to 1.0.100Release notes
Sourced from anyhow's releases.
Commits
18c2598Release 1.0.100f271988Merge pull request #426 from dtolnay/clippyfmt52f2115Mark macros with clippy::format_argsda5fd9dRaise minimum tested compiler to rust 1.76211e409Opt in to generate-macro-expansion when building on docs.rsb48fc02Enforce trybuild >= 1.0.108d5f59fbUpdate ui test suite to nightly-2025-09-07238415dUpdate ui test suite to nightly-2025-08-243bab070Update actions/checkout@v4 -> v54249254Order cap-lints flag in the same order as thiserror build scriptUpdates
logfrom 0.4.25 to 0.4.28Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
6e17355Merge pull request #695 from rust-lang/cargo/0.4.2857719dbfocus on user-facing source changes in the changeloge0630c6prepare for 0.4.28 release60829b1Merge pull request #692 from nebkor/up-and-down95d44f8change names of log-level-changing methods to be more descriptive2b63dfaAddup()anddown()methods forLevelandLevelFilter3aa1359Merge pull request #690 from HaoliangXu/master1091f2cChore:delete compare_exchange method for AtomicUsize on platforms24c5f44Merge pull request #688 from ZylosLumen/patch-14498495Unhide#[derive(Debug)]in exampleUpdates
env_loggerfrom 0.11.6 to 0.11.8Release notes
Sourced from env_logger's releases.
Changelog
Sourced from env_logger's changelog.
Commits
f0443b2chore: Released8b5e1edocs: Update changelog3ca671fMerge pull request #360 from epage/formatbc02d61feat(fmt): Expose ConfigurableFormatc567fderefactor(fmt): Pull out format logicce25c73refactor(fmt): Make DefaultFormats name more specific739ebb1refactor(fmt): Pull out logger's builder methods3acb571refactor(fmt): Delegate formatting to DefaultFormate351bcbrefactor(fmt): Reduce duplication in DefaultFormatWriter3c9e6ffMerge pull request #359 from epage/kvUpdates
clapfrom 4.5.30 to 4.5.50Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
... (truncated)
Commits
d8acd47chore: Release7c2b8d9docs: Update changeloge69a2eaMerge pull request #5987 from mernen/fix-bash-comp-words-loope03cc2eMerge pull request #5988 from cordx56/fix-builder-custom-version-docs5ab2579fix: Minor fix for builder docs about version2f66432fix(complete): Only parse arguments before current4d9d210test(complete): Illustrate current behavior in Bash6abe2f8chore: Released5c7454docs: Update changelog5b2e960Merge pull request #5985 from mernen/bash-curUpdates
nixfrom 0.29.0 to 0.30.1Changelog
Sourced from nix's changelog.
... (truncated)
Commits
3cf9007chore: drop 0.30.12845ab9Compile sys::mman on Redox (#2637)fccb4abFix fuchsia target triple to unbreak docs.rs build (#2634)b834171ci: disable hurd (#2638)9c97e1dClippy cleanup: dangerous_implicit_autorefs and uninlined_format_args989291dchore: release 0.30.06a1c5b8Remove Copy from PollFd (#2631)eba0f41chore: pin libc to 0.2.171 & bump CI image (#2632)b561476socket::sockopt AttachReusePortCbpf for Linux addition. (#2621)684b79eAdd sockopt::PeerPidfd (SO_PEERPIDFD) sockopt support to socket::sockopt (#2620)Updates
reqwestfrom 0.12.12 to 0.12.24Release notes
Sourced from reqwest's releases.
... (truncated)
Changelog
Sourced from reqwest's changelog.
... (truncated)
Commits
b126ca4v0.12.244023493refactor: change fast_random from xorshift to siphash a counterfd61bc9refactor(cookie): avoid duplicate cookie insertion (#2834)0bfa526test(multipart): fix build failure withno-default-features(#2801)994b8a0docs: typo in retry max_retries_per_request (#2824)da0702brefactor(cookie): de-duplicate cookie support asCookieServicemiddleware (...7ebddeachore: align internal name usage of TotalTimeout (#2657)b540a4echore(readme): use correct CI status badgee4550c4docs: fix method name in changelog entry (#2807)f4694a2perf(util): avoid extra copy when base64 encoding (#2805)Updates
shellexpandfrom 3.1.0 to 3.1.1Commits
1ca44c8Merge branch 'release' into 'main'751b7fbPrepare release of 3.1.1867db4dMerge branch 'msrv-2' into 'main'024811bDowngrade MSRV in Cargo.toml656d1e0Merge branch 'msrv' into 'main'a18feb8Routine cargo update590b4faDeclare MSRV in Cargo.toml2af19f0Merge branch 'dirs' into 'main'480a4cbBump max dirs version to 6Updates
assert_cmdfrom 2.0.16 to 2.0.17Changelog
Sourced from assert_cmd's changelog.
Commits
c5c7f0fchore: Release assert_cmd version 2.0.17569854edocs: Update changelog26cddcfMerge pull request #234 from epage/macroabe77aafeat(cargo): Addcargo_bin!148c026refactor: Move crate_name out into a filea096861Merge pull request #233 from xixishidibei/master9b88b5achore:fix cargo clippy warning1bc3b12chore(deps): Update Rust Stable to v1.86 (#232)b177879chore(deps): Update Rust crate automod to v1.0.15 (#231)3d914b5chore(deps): Update Rust Stable to v1.85 (#229)Updates
tempfilefrom 3.17.1 to 3.23.0Changelog
Sourced from tempfile's changelog.
Commits
fe9f4a3chore: release v3.23.0 (#381)006c3fdfix: use std::os::fd instead of std::os::wasi (#380)b0e6309doc: Update COPYRIGHT link (#377)2d6fc3fFix formatting in Builder::disable_cleanup documentation (#375)f720dbechore: release 3.22.055d742cchore: remove deprecated unstable feature flagbc41a0bbuild(deps): update windows-sys requirement from >=0.52, <0.61 to >=0.52, <0....3c55387test: make sure we don't drop tempdirs early (#373)17bf644doc(builder): clarify permissions (#372)c7423f1doc(env): document the alternative to setting the tempdir (#371)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