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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will 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 minor version` will 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the all group with 9 updates in the /local-registry directory:
1.0.83
1.0.86
0.5.12
0.5.13
0.8.19
0.8.20
1.11.0
1.12.0
1.1.1
1.1.2
0.12.1
0.13.0
0.4.2
0.4.3
1.0.200
1.0.202
1.0.59
1.0.61
Updates
anyhow
from 1.0.83 to 1.0.86Release notes
Sourced from anyhow's releases.
Commits
8ea1819
Release 1.0.860a1b405
Merge pull request #373 from dtolnay/minusnege0c74f2
Ensure $:literal never matches negative literal013c66e
Fix parse error with non-literal after minus signca7aff7
Add binary operator ensure tests2737bbe
Release 1.0.8582b8b34
Merge pull request #371 from dtolnay/splitad78d70
Preserve more token spans in expression parser5cce406
Parse comparison operators before other binary operators7205394
Merge pull request #369 from dtolnay/tokensplitUpdates
crossbeam-channel
from 0.5.12 to 0.5.13Release notes
Sourced from crossbeam-channel's releases.
Commits
3f5d51f
Prepare for the next releasea9d236c
Use setup-cross-toolchain-action instead of cross4a514f4
Address unexpected_cfgs warning91edb88
Add select_biased! macro (#1040)d1ab079
Fix clippy::assigning_clones warning3045680
ci: Set timeout-minutes in all jobs1dc72c8
Revert "ci: Pin nightly toolchain for sanitizers to nightly-2024-03-13"39417a5
ci: Use taiki-e/checkout-action action120a6dd
Run cargo-careful in CI2b06585
impl Display for CachePadded<T> (#1097)Updates
crossbeam-utils
from 0.8.19 to 0.8.20Release notes
Sourced from crossbeam-utils's releases.
Commits
3f5d51f
Prepare for the next releasea9d236c
Use setup-cross-toolchain-action instead of cross4a514f4
Address unexpected_cfgs warning91edb88
Add select_biased! macro (#1040)d1ab079
Fix clippy::assigning_clones warning3045680
ci: Set timeout-minutes in all jobs1dc72c8
Revert "ci: Pin nightly toolchain for sanitizers to nightly-2024-03-13"39417a5
ci: Use taiki-e/checkout-action action120a6dd
Run cargo-careful in CI2b06585
impl Display for CachePadded<T> (#1097)Updates
either
from 1.11.0 to 1.12.0Commits
1cea51a
Merge pull request #106 from cuviper/nth_backa4382cb
Release 1.12.0abb6f04
Specializenth_back
(MSRV 1.37)Updates
int-enum
from 1.1.1 to 1.1.2Release notes
Sourced from int-enum's releases.
Commits
b0cae75
Release 1.1.2f95f409
Fix unexpected_cfgs warning1b73c71
Fix "fieldvis
is never used"Updates
itertools
from 0.12.1 to 0.13.0Changelog
Sourced from itertools's changelog.
Commits
d5084d1
Prepare v0.13.0 release (#937)d7c99d5
TupleCombinations
is not lazy but must be used nonetheless074c7fc
KMergeBy
is not lazy but must be used nonetheless2ad9e07
assert_equal
: fixclippy::default_numeric_fallback
0d4efc8
Remove free functionget
05cc0ee
get(s..=usize::MAX)
should be fine whens != 0
3c16f14
get
: when is it ESI and/or DEI4dd6ba0
get
: panics if the range includesusize::MAX
7a9ce56
get(r: Range)
asSkip\<Take>
f676f2f
Remove the unspecified check about.get(exhausted_range_inclusive)
Updates
num
from 0.4.2 to 0.4.3Changelog
Sourced from num's changelog.
Commits
1fec852
Merge pull request #436 from cuviper/release-0.4.343bfc6b
Remove old travis-ci metadata1edbd36
Release 0.4.36585c68
Upgrade to 2021 edition9940599
Use the latest version of all num crates8c18cab
Bump MSRV to 1.60Updates
num-bigint
from 0.4.4 to 0.4.5Changelog
Sourced from num-bigint's changelog.
Commits
a6d29fa
Merge pull request #303 from cuviper/release-0.4.59237009
Release 0.4.5a6f3f5b
Merge pull request #302 from cuviper/lints8f2666d
Fix clippy::ptr_arg8bf4881
Fix clippy::unnecessary_fallible_conversionsc992166
Fix clippy::legacy_numeric_constants29c4d04
Nightlycheck-cfg
doesn't liketarget_pointer_width = "128"
9210db6
Merge pull request #236 from cuviper/x86-divb02188d
Skip asm under miriecec8c4
Use inline asm! for x86 DIVUpdates
serde
from 1.0.200 to 1.0.202Release notes
Sourced from serde's releases.
Commits
9e32a40
Release 1.0.20287f635e
Release serde_derive_internals 0.29.1d4b2dfb
Merge pull request #2743 from dtolnay/renameallrulesf6ab0bc
Provide public access to RenameAllRules in serde_derive_internals48cc2a6
Replace use of a syn From impl3202a68
Skip rerunning build script on library code changesb4f1bc1
Release 1.0.201029ab46
Merge pull request #2737 from dtolnay/checkcfg220ca0c
Resolve unexpected_cfgs warning20306f4
Fix cfg on test_systemtime_overflowUpdates
serde_derive
from 1.0.200 to 1.0.202Release notes
Sourced from serde_derive's releases.
Commits
9e32a40
Release 1.0.20287f635e
Release serde_derive_internals 0.29.1d4b2dfb
Merge pull request #2743 from dtolnay/renameallrulesf6ab0bc
Provide public access to RenameAllRules in serde_derive_internals48cc2a6
Replace use of a syn From impl3202a68
Skip rerunning build script on library code changesb4f1bc1
Release 1.0.201029ab46
Merge pull request #2737 from dtolnay/checkcfg220ca0c
Resolve unexpected_cfgs warning20306f4
Fix cfg on test_systemtime_overflowUpdates
thiserror
from 1.0.59 to 1.0.61Release notes
Sourced from thiserror's releases.
Commits
5c80163
Release 1.0.61e3b1b91
Format PR 299 with rustfmt6b2b871
Merge pull request #299 from quartiq/corece974bc
also {std -> core}::panic::UnwindSafe7b6e35b
use core::fmt instead of std::fmt870d11b
Release 1.0.600ccee7c
Merge pull request #298 from dtolnay/checkcfgcf43d0c
Resolve unexpected_cfgs warningDependabot 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show