lmnr
lmnr copied to clipboard
build(deps): bump time from 0.3.41 to 0.3.44 in /app-server
Bumps time from 0.3.41 to 0.3.44.
Release notes
Sourced from time's releases.
v0.3.44
See the changelog for details.
v0.3.43
See the changelog for details.
v0.3.42
See the changelog for details.
Changelog
Sourced from time's changelog.
0.3.44 [2025-09-19]
Fixed
- Comparisons of
PrimitiveDateTime,UtcDateTime, andOffsetDateTimewith differing signs (i.e. one negative and one positive year) would return the inverse result of what was expected. This was introduced in v0.3.42 and has been fixed.- Type inference would fail due to feature unification when
wasm-bindgenenabledserde_json. This has been fixed by explicitly specifying the type in the relevant locations.0.3.43 [2025-09-02]
Added
- Support for
rand0.9Fixed
- In the
convertmodule, any use ofperwith types that were not the same (such asNanosecond::per(Second)) would not compile due to a bug. This has been fixed.0.3.42 [2025-08-31]
Added
Time::duration_untilTime::duration_sinceper_tmethod for all types intime::convert. This is similar to the existingpermethod, but can return any of the primitive numeric types that can represent the result. This will cut down onascasts while ensuring correctness. Type inference isn't perfect, so you may need to provide a type annotation in some situations.impl PartialOrd for Monthandimpl Ord for Month; this assumes the months are in the same yearSystemTimeExttrait, adding methods for checked arithmetic withtime::Durationand obtaining the difference between twoSystemTimes as atime::Duration- Permit using
UtcDateTimewithrand(this was inadvertently omitted previously)impl core::error::Errorfor all error types (now available when thestdfeature is disabled)- MacOS can now obtain the local UTC offset in multi-threaded programs as the system APIs are thread-safe.
#[track_caller]has been added to all relevant methods.Changed
- The minimum supported Rust version is now 1.81.0.
- The dependency on
itoahas been removed, as the standard library now has similar functionality by default.- Formatting a component that involves a floating point number is now guaranteed to be deterministic, avoiding any subtle differences between platforms or compiler versions.
Fixed
... (truncated)
Commits
04c0ef2v0.3.44 releaseb942063Compare datetimes with signed integersdcdfbf6Add explicit type to avoid inference errorsf203852Revert "Remove dependency onitoa"45b9932v0.3.43 release8cbf0dbFix bug withconvert3343e85Add support for rand 0.9afb2574Add note about MSRVed2852ev0.3.42 release1067543Fix copied comment- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
[!IMPORTANT] Bump
timedependency from 0.3.41 to 0.3.44 inapp-server, fixing date-time comparison errors and adding new features.
- Dependency Update:
- Bump
timefrom 0.3.41 to 0.3.44 inCargo.tomlandCargo.lock.- Changelog Highlights:
- Fixes date-time comparison errors with differing signs in
PrimitiveDateTime,UtcDateTime, andOffsetDateTime.- Resolves type inference issues with
wasm-bindgenandserde_json.- Adds support for
rand0.9.- Introduces
Time::duration_untilandTime::duration_sincemethods.- Implements
PartialOrdandOrdforMonth.- Removes
itoadependency due to standard library support.This description was created by
for fbb6b487af8e797445c0ed89ca4c76fc4c65bf0f. You can customize this summary. It will automatically update as commits are pushed.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.