fix(deps): update all other dependencies #357
Open
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.
This PR contains the following updates:
1.0.94
->1.0.95
2.6.0
->2.7.0
4.5.23
->4.5.26
0.11.5
->0.11.6
1.41.1
->1.42.0
0.2.168
->0.2.169
0.6.4
->0.7.0
Release Notes
dtolnay/anyhow (anyhow)
v1.0.95
Compare Source
Error::from_boxed
(#401, #402)bitflags/bitflags (bitflags)
v2.7.0
Compare Source
What's Changed
clippy::doc_lazy_continuation
lints by @waywardmonkeys in https://github.com/bitflags/bitflags/pull/414truncate(&mut self)
method to unset unknown bits by @wysiwys in https://github.com/bitflags/bitflags/pull/428New Contributors
Full Changelog: bitflags/bitflags@2.6.0...2.7.0
clap-rs/clap (clap)
v4.5.26
Compare Source
v4.5.25
Compare Source
v4.5.24
Compare Source
Fixes
ignore_errors(true)
and when a suggestion is provided for an unknown argumentrust-cli/env_logger (env_logger)
v0.11.6
Compare Source
Features
mitsuhiko/insta (insta)
v1.42.0
Compare Source
snapshot_type: text
in their metadata. Forcontext, we originally added this in the prior release (1.41.0) to support
binary snapshots, but some folks disliked the diff noise on any snapshot
changes, and the maintainers' weighted votes favored reverting. I apologize
that this will cause some additional churn for those who used
cargo insta test --force-update-snapshots
to update their snapshots to the 1.41 format;running this again with 1.42 will remove those metadata entries. To confirm:
this doesn't affect whether snapshot tests pass or fail — the worst impact is
some additional diffs in metadata. #690
cargo-insta
before running tests. Instead, running a test will overwrite orremove its own pending snapshot. To remove all pending snapshots, use
cargo insta reject
or run tests with--unreferenced=delete
. #651insta::internals::SettingsBindDropGuard
(returned fromSettings::bind_to_scope
) no longer implementsSend
. This was incorrect andany tests relying on this behavior where not working properly. Fixes #694 in
#695 by @jalil-salame
rust-lang/libc (libc)
v0.2.169
Compare Source
Added
sockaddr_vm
definition #4194Fixed
Breaking: rust-lang/rust#132975 corrected the signedness of
core::ffi::c_char
on various Tier 2 and Tier 3 platforms (mostly Arm and RISC-V) to match Clang. This release contains the corresponding changes tolibc
, including the following specific pull requests:c_char
with a reexport #4195c_char
on various targets #4199c_char
configuration fromrust-lang/rust
#4198Cleanup
c_void
in target-specific code #4200petgraph/petgraph (petgraph)
v0.7.1
Compare Source
==========================
indexmap
version (#714
_)UndirectedAdaptor
(#717
_).. _
#714
: https://github.com/petgraph/petgraph/pull/714.. _
#717
: https://github.com/petgraph/petgraph/pull/717v0.7.0
Compare Source
==========================
#664
_).v0.6.6
Compare Source
===================================
#658
_)#675
_)UndirectedAdaptor
(#695
_)LowerHex
andUpperHex
implementations forDot
(#687
_)serde
support more complete (#550
_)#685
_)fixedbitset
to 0.5.7 (#664
_)immediately_dominated_by
function called on root of graph returns root itself (#670
_)Csr
andList
(#648
_)#701
_)all_simple_paths
function documentation (#693
_).. _
#658
: https://github.com/petgraph/petgraph/pull/658.. _
#675
: https://github.com/petgraph/petgraph/pull/675.. _
#695
: https://github.com/petgraph/petgraph/pull/695.. _
#687
: https://github.com/petgraph/petgraph/pull/687.. _
#550
: https://github.com/petgraph/petgraph/pull/550.. _
#685
: https://github.com/petgraph/petgraph/pull/685.. _
#664
: https://github.com/petgraph/petgraph/pull/664.. _
#670
: https://github.com/petgraph/petgraph/pull/670.. _
#648
: https://github.com/petgraph/petgraph/pull/648.. _
#701
: https://github.com/petgraph/petgraph/pull/701.. _
#693
: https://github.com/petgraph/petgraph/pull/693Configuration
📅 Schedule: Branch creation - "before 2am on Tuesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.