The valid range of UtcOffset has been expanded from ±23:59:59 to ±25:59:59. This is to support
the full POSIX range while permitting infallible negation.
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 in /local-registry with 6 updates:
1.0.75
1.0.78
1.8.0
1.9.0
0.8.2
0.8.3
0.4.1
0.4.2
1.0.51
1.0.53
0.3.30
0.3.31
Updates
anyhow
from 1.0.75 to 1.0.78Release notes
Sourced from anyhow's releases.
Commits
38c79ef
Release 1.0.78ded2295
Merge pull request #337 from dtolnay/bootstrapae45b67
Do not rebuild on RUSTC_BOOTSTRAP changes on nightly compiler2d32366
Update crate name used for build script probed10baed
Move ExitStatus::success check into compile_probe()290c450
Merge pull request #336 from dtolnay/optionifletelse6b231dd
Remove option_if_let_else clippy suppression from build scripteb66ff5
Merge pull request #335 from dtolnay/cargoenvvarb1590b1
Require cargo promised environment variables to be present15646f4
Merge pull request #334 from dtolnay/probeUpdates
bstr
from 1.8.0 to 1.9.0Commits
d4aeee2
1.9.002e5a7c
api: impl Clone for Split, Find and several other iterators35321c9
deps: bump to memchr 2.7.0Updates
crossbeam
from 0.8.2 to 0.8.3Release notes
Sourced from crossbeam's releases.
Changelog
Sourced from crossbeam's changelog.
Commits
95d0bd0
Prepare for the next release65f0b07
Automatically cancel outdated CI runs on PRecc994e
Update compile_fail doctest26d6fd9
Use Layout::extend and clean up code around alloc4aeb87e
epoch: Remove dependency on memoffsetcc65773
Do not iterate elements in bounded queue/channel's destructor when needs_drop...60c3372
Relax MSRV of channel, queue, and utils to 1.60dd8b72e
Migrate to Rust 20212d66acb
Add resolver = "2"06e851f
AtomicCell: Use CachePadded in sharded global locksUpdates
memoize
from 0.4.1 to 0.4.2Commits
3488016
Release v0.4.2d96d474
Add example demonstrating issue #300790939
Suppress warning about unused mut in memoizer functioncb5878e
Merge pull request #29 from masonium/ignore-parameterd6cdf4e
Fix for functions that take no arguments9157bf6
update README.md to include 'Ignore' informationa420c70
review feedback: remove 'full' feature gate from ignore example7e256f5
update docs to note Ignore argumentsf8b747a
implementation of Ignore parameterd7a6247
Added tag v0.4.1 for changeset 793f2e38a318Updates
thiserror
from 1.0.51 to 1.0.53Release notes
Sourced from thiserror's releases.
Commits
af28d9c
Release 1.0.53c22822c
Merge pull request #275 from dtolnay/probers8722399
Rerun build script on changes to probe.rs0e280fe
Merge pull request #274 from dtolnay/bootstrapf334cfc
Do not rebuild on RUSTC_BOOTSTRAP changes on nightly compiler5fd9537
Update crate name used for build script probea9b1585
Move ExitStatus::success check into compile_probe()0f349a4
Remove needless_raw_string_hashes clippy pedantic suppression from build scriptc1c003f
Merge pull request #273 from dtolnay/cargoenvvar9b7356f
Require cargo promised environment variables to be presentUpdates
time
from 0.3.30 to 0.3.31Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
Commits
8067540
v0.3.31 release605495a
Expand range ofUtcOffset
to ±25:59:59be0077a
Remove unnecessary associated type bound4b932ba
Move from unit type to internalNoOffset
typeb77ed50
Add direct constructors forOffsetDateTime
. (#641)6d5fa1e
Panic Documentation (#638)bd92ba9
Add doc alias, guarantee non-inliningDependabot 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