fix(deps): update all other dependencies #284
Merged
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.82
->1.0.86
1.38.0
->1.39.0
0.6.4
->0.6.5
0.10.2
->0.11.0
Release Notes
dtolnay/anyhow (anyhow)
v1.0.86
Compare Source
ensure!
with non-literal after minus sign (#373)v1.0.85
Compare Source
ensure!
macro's rules to unblock some rustc pretty-printer improvements (#368, #371)v1.0.84
Compare Source
ensure!
through aNot
impl for a type that is notbool
(#367)v1.0.83
Compare Source
mitsuhiko/insta (insta)
v1.39.0
Compare Source
Fixed a bug in
require_full_match
. #485Fixed a bug that caused snapshot and module names to sometimes be inaccurate. #483
Insta will no longer error when removing snapshots that were already removed. #484
Added support for trailing commas in inline snapshots. #472
Don't pass
--color
in all cases tolibtest
any more to work around limitationswith custom test harnesses. #491
petgraph/petgraph (petgraph)
v0.6.5
Compare Source
==========================
GraphMap
(#573
,#615
)Topo::with_initials
method (#585
_)#598
_)#640
_)itertools
to 0.12.1 (#628
_)GraphMap
to allow custom hash functions (#623
_)#630
_)#627
_)copyclone
macro (#601
_)#624
_).. _
#573
: https://github.com/petgraph/petgraph/pull/573.. _
#615
: https://github.com/petgraph/petgraph/pull/615.. _
#585
: https://github.com/petgraph/petgraph/pull/585.. _
#598
: https://github.com/petgraph/petgraph/pull/598.. _
#640
: https://github.com/petgraph/petgraph/pull/640.. _
#628
: https://github.com/petgraph/petgraph/pull/628.. _
#623
: https://github.com/petgraph/petgraph/pull/623.. _
#630
: https://github.com/petgraph/petgraph/pull/630.. _
#627
: https://github.com/petgraph/petgraph/pull/627.. _
#601
: https://github.com/petgraph/petgraph/pull/601.. _
#624
: https://github.com/petgraph/petgraph/pull/624raphlinus/pulldown-cmark (pulldown-cmark)
v0.11.0
: 0.11.0Compare Source
Finally, the so long awaited math mode is here! Enable the option to use it.
This release also includes other improvements and bugfixes, please see the changelog below for more details. Thanks to all contributors that has made possible this release!
Breaking changes
write_to_html
to allowfmt::Write
by @stepantubanov in https://github.com/pulldown-cmark/pulldown-cmark/pull/870New features
Bugfixes
scan_attribute
with the ix pointing at block quote by @notriddle in https://github.com/pulldown-cmark/pulldown-cmark/pull/873New Contributors
Full Changelog: pulldown-cmark/pulldown-cmark@v0.10.3...v0.11.0
v0.10.3
Compare Source
The main change of this release is the
simd
feature was not being used in the escape functions since the version 0.10 due to a mistake during the separation of the cratepulldown-cmark-escape
.The crate
pulldown-cmark-escape
has been updated to the version 0.10.1.What's Changed
Rule
as a block item by @notriddle in https://github.com/pulldown-cmark/pulldown-cmark/pull/879Full Changelog: pulldown-cmark/pulldown-cmark@v0.10.2...v0.10.3
Configuration
📅 Schedule: Branch creation - "before 2am" (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 has been generated by Mend Renovate. View repository job log here.