build(deps): bump the rust-dependencies group across 1 directory with 8 updates
Bumps the rust-dependencies group with 6 updates in the /apd directory:
| Package | From | To |
|---|---|---|
| chrono | 0.4.40 |
0.4.41 |
| cc | 1.2.19 |
1.2.20 |
| jiff | 0.2.8 |
0.2.10 |
| libm | 0.2.11 |
0.2.13 |
| syn | 2.0.100 |
2.0.101 |
| zerocopy | 0.8.24 |
0.8.25 |
Updates chrono from 0.4.40 to 0.4.41
Release notes
Sourced from chrono's releases.
v0.4.41
What's Changed
- Add
subsec_microsandsubsec_millismethods toTimeDeltaby@ggoetzin chronotope/chrono#1668- Deprecate
NaiveDateTime::UNIX_EPOCHby@robertbastianin chronotope/chrono#1670- Implement
as_seconds_f32andas_seconds_f64forTimeDeltaby@ggoetzin chronotope/chrono#1671- chore: fix some comments by
@jimmycathyin chronotope/chrono#1677- Add
num_days_in_monthmethod toDateliketrait by@aslilacin chronotope/chrono#1673- add
WeekdaySet, a collection ofWeekdaythat isCopyby@Kinranyin chronotope/chrono#1676- WeekdaySet tweaks by
@djcin chronotope/chrono#1680- Upgrade to windows-bindgen 0.61 by
@djcin chronotope/chrono#1682- Implemented a consistent Eq trait for NaiveWeek by
@Splashling1789in chronotope/chrono#1687- TimeZone::from_posix_tz: Treat empty TZ variable as UTC by
@drinkcatin chronotope/chrono#1691- Add support for lossy format strings by
@Qelxirosin chronotope/chrono#1693
Commits
d1de1d9Bump version to 0.4.41e2bd1d1Add support for lenient format strings (#1693)2c95b0aTweak expression to avoid repetitionebeef99TimeZone::from_posix_tz: Treat empty TZ variable as UTCdc068f0Tweak style on NaiveWeek fixesb267a4fImplemented consistent Hash and Eq trait for NaiveWeek7c0bd13Apply suggestions from clippy 1.86104cdc7Bump MSRV to 1.626a85301Upgrade to windows-bindgen 0.61265c79bTweak WeekdaySet method order- Additional commits viewable in compare view
Updates cc from 1.2.19 to 1.2.20
Commits
Updates jiff from 0.2.8 to 0.2.10
Changelog
Sourced from jiff's changelog.
0.2.10 (2025-04-21)
This release includes a bug fix for parsing
Tuesdaywhen using%Avia Jiff'sstrptimeAPIs. Specifically, it would recognizeTuedayinstead ofTuesday.Bug fixes:
- #333: Fix typo in
strptimeparsing fromTuedaytoTuesday.0.2.9 (2025-04-19)
This release includes a bug fix that, in debug mode, could result in datetime types having different hashes for the same value. This could cause problems, for example, if you are using datetimes as keys in a hash map. This problem didn't exist when Jiff was compiled in release mode.
This release also improves the panic message shown when the
jsfeature isn't enabled and the current time is requested onwasm32-unknown-unknowntargets.Enhancements:
- #296: Provide a better panic message when
Zoned::now()fails on WASM.Bug fixes:
- #330: Fix bug where
Hashon datetime types could yield different hash values for the same underlying date/time.
Commits
Updates jiff-static from 0.2.8 to 0.2.10
Changelog
Sourced from jiff-static's changelog.
0.2.10 (2025-04-21)
This release includes a bug fix for parsing
Tuesdaywhen using%Avia Jiff'sstrptimeAPIs. Specifically, it would recognizeTuedayinstead ofTuesday.Bug fixes:
- #333: Fix typo in
strptimeparsing fromTuedaytoTuesday.0.2.9 (2025-04-19)
This release includes a bug fix that, in debug mode, could result in datetime types having different hashes for the same value. This could cause problems, for example, if you are using datetimes as keys in a hash map. This problem didn't exist when Jiff was compiled in release mode.
This release also improves the panic message shown when the
jsfeature isn't enabled and the current time is requested onwasm32-unknown-unknowntargets.Enhancements:
- #296: Provide a better panic message when
Zoned::now()fails on WASM.Bug fixes:
- #330: Fix bug where
Hashon datetime types could yield different hash values for the same underlying date/time.
Commits
Updates libm from 0.2.11 to 0.2.13
Release notes
Sourced from libm's releases.
libm-v0.2.13
Fixed
- Switch back to workspace resolver v2 to unbreak builds without the 2024 edition
libm-v0.2.12
- Mark generic functions
#[inline]- Combine the source files for
fmod- Ensure all public functions are marked
no_panic- Add assembly version of simple operations on aarch64
- Add
roundeven{,f,f16,f128}- Add
fminimum,fmaximum,fminimum_num, andfmaximum_num- Eliminate the use of
force_eval!inceil,floor, andtrunc- Port the CORE-MATH version of
cbrt- Add
fmaf128- fma: Ensure zero has the correct sign
- Add
scalbnf16,scalbnf128,ldexpf16, andldexpf128- Specify license as just MIT
- Add
fmodf128- Add
fmodf16using the generic implementation- Add
fminf16,fmaxf16,fminf128, andfmaxf128- Add
roundf16androundf128- Add
rintf16andrintf128- Add
floorf16andfloorf128- Add
ceilf16andceilf128- Add
sqrtf16andsqrtf128- Simplify and optimize
fdim(#442)- Add
fdimf16andfdimf128- Add
truncf16andtruncf128- Add
fabsf16,fabsf128,copysignf16, andcopysignf128- Move some numeric trait logic to default implementations
- Add some more basic docstrings (#352)
- Add support for loongarch64-unknown-linux-gnu
- Add an "arch" Cargo feature that is on by default
- Rename the
special_casemodule toprecisionand move default ULP- Move the existing "unstable" feature to "unstable-intrinsics"
There are a number of things that changed internally, see the git log for a full list of changes.
Commits
0bdef05chore: Release libm v0.2.13dfd553afix: Switch to resolver v2313e3eechore: Combine CHANGELOG files for compiler-builtinsfe23e61chore: release builtins 0.1.156 and libm 0.2.122dc292bReimplement the generic fmod4f4dbe8Rename thepublic-test-depsfeature tounstable-public-internals767597fci: Fix extensive testsb5f8003Fix compiler-builtins publish33dedd2Update README and CONTRIBUTING for the new repository layout07521a6Move README.md to compiler-builtins, CONTRIBUTING.md to root- Additional commits viewable in compare view
Updates syn from 2.0.100 to 2.0.101
Release notes
Sourced from syn's releases.
2.0.101
- Improve TypeGenerics::as_turbofish to return longer-lived return value (#1861)
Commits
58336a3Release 2.0.101f1612ccMerge pull request #1861 from JakobDegen/turbofishd04eea1Fix lifetime onas_turbofish432b303Resolve renamed_and_removed_lints warning about match_on_vec_items1353d60Update test suite to nightly-2025-04-083980ff2Improve wording of comment in advance_to implementation8328b52Update test suite to nightly-2025-04-051d2e2beUpdate test suite to nightly-2025-04-032400946Update test suite to nightly-2025-04-02114a629Update test suite to nightly-2025-03-27- Additional commits viewable in compare view
Updates zerocopy from 0.8.24 to 0.8.25
Release notes
Sourced from zerocopy's releases.
v0.8.25
What's Changed
- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2459- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2460- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2461- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2462- Add
SplitAt,derive(SplitAt)by@jswrennin google/zerocopy#2433- [derive] Test with
UnsafeCells by@joshlfin google/zerocopy#2463- Release 0.8.25-alpha by
@google-pr-creation-botin google/zerocopy#2464- Improve consistency of
derive(Byte*)documentation (#2306) by@google-pr-creation-botin google/zerocopy#2465- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2466- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2467- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2468- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2471- Move split_at module to its own file by
@joshlfin google/zerocopy#2470- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2474- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2475- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2476- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2477- [ci] Roll pinned stable toolchain by
@google-pr-creation-botin google/zerocopy#2480- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2481- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2482- Replace safety_comment! with const blocks by
@joshlfin google/zerocopy#2483- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2484- Separate
SplitAt's bounds checking and overlap checking by@jswrennin google/zerocopy#2473- Release 0.8.25-alpha.2 by
@google-pr-creation-botin google/zerocopy#2486- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2488- Improve SplitAt docs by
@joshlfin google/zerocopy#2489- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2491- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2492- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2493- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2494- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2495- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2497- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2499- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2500- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2502- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2503- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2504- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2505- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2506- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2507- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2509- Ban TODO comments, require FIXME comments by
@joshlfin google/zerocopy#2511- Release 0.8.25 by
@google-pr-creation-botin google/zerocopy#2512Full Changelog: https://github.com/google/zerocopy/compare/v0.8.24...v0.8.25
v0.8.25-alpha.3
... (truncated)
Commits
6b8562dRelease 0.8.25 (#2512)1f929d2Ban TODO comments, require FIXME comments (#2511)1fea6a1[ci] Roll pinned nightly toolchain (#2509)63f9c50[ci] Roll pinned nightly toolchain (#2507)b9bf658[ci] Roll pinned nightly toolchain (#2506)75f395a[ci] Roll pinned nightly toolchain (#2505)bf31967[ci] Roll pinned nightly toolchain (#2504)0947bec[ci] Roll pinned nightly toolchain (#2503)e064181[ci] Roll pinned nightly toolchain (#2502)a7ace58[ci] Roll pinned nightly toolchain (#2500)- Additional commits viewable in compare view
Updates zerocopy-derive from 0.8.24 to 0.8.25
Release notes
Sourced from zerocopy-derive's releases.
v0.8.25
What's Changed
- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2459- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2460- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2461- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2462- Add
SplitAt,derive(SplitAt)by@jswrennin google/zerocopy#2433- [derive] Test with
UnsafeCells by@joshlfin google/zerocopy#2463- Release 0.8.25-alpha by
@google-pr-creation-botin google/zerocopy#2464- Improve consistency of
derive(Byte*)documentation (#2306) by@google-pr-creation-botin google/zerocopy#2465- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2466- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2467- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2468- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2471- Move split_at module to its own file by
@joshlfin google/zerocopy#2470- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2474- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2475- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2476- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2477- [ci] Roll pinned stable toolchain by
@google-pr-creation-botin google/zerocopy#2480- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2481- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2482- Replace safety_comment! with const blocks by
@joshlfin google/zerocopy#2483- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2484- Separate
SplitAt's bounds checking and overlap checking by@jswrennin google/zerocopy#2473- Release 0.8.25-alpha.2 by
@google-pr-creation-botin google/zerocopy#2486- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2488- Improve SplitAt docs by
@joshlfin google/zerocopy#2489- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2491- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2492- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2493- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2494- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2495- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2497- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2499- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2500- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2502- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2503- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2504- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2505- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2506- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2507- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#2509- Ban TODO comments, require FIXME comments by
@joshlfin google/zerocopy#2511- Release 0.8.25 by
@google-pr-creation-botin google/zerocopy#2512Full Changelog: https://github.com/google/zerocopy/compare/v0.8.24...v0.8.25
v0.8.25-alpha.3
... (truncated)
Commits
6b8562dRelease 0.8.25 (#2512)1f929d2Ban TODO comments, require FIXME comments (#2511)1fea6a1[ci] Roll pinned nightly toolchain (#2509)63f9c50[ci] Roll pinned nightly toolchain (#2507)b9bf658[ci] Roll pinned nightly toolchain (#2506)75f395a[ci] Roll pinned nightly toolchain (#2505)bf31967[ci] Roll pinned nightly toolchain (#2504)0947bec[ci] Roll pinned nightly toolchain (#2503)e064181[ci] Roll pinned nightly toolchain (#2502)a7ace58[ci] Roll pinned nightly toolchain (#2500)- Additional commits viewable in compare view
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