dependabot[bot] opened a new pull request, #358:
URL: https://github.com/apache/paimon-cpp/pull/358

   Bumps [time](https://github.com/time-rs/time) from 0.3.44 to 0.3.55.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/time-rs/time/releases";>time's releases</a>.</em></p>
   <blockquote>
   <h2>v0.3.55</h2>
   <p>See the <a 
href="https://github.com/time-rs/time/blob/main/CHANGELOG.md";>changelog</a> for 
details.</p>
   <h2>v0.3.54</h2>
   <p>See the <a 
href="https://github.com/time-rs/time/blob/main/CHANGELOG.md";>changelog</a> for 
details.</p>
   <h2>v0.3.53</h2>
   <p>See the <a 
href="https://github.com/time-rs/time/blob/main/CHANGELOG.md";>changelog</a> for 
details.</p>
   <h2>v0.3.52</h2>
   <p>See the <a 
href="https://github.com/time-rs/time/blob/main/CHANGELOG.md";>changelog</a> for 
details.</p>
   <h2>v0.3.51</h2>
   <p>See the <a 
href="https://github.com/time-rs/time/blob/main/CHANGELOG.md";>changelog</a> for 
details.</p>
   <h2>v0.3.49</h2>
   <p>See the <a 
href="https://github.com/time-rs/time/blob/main/CHANGELOG.md";>changelog</a> for 
details.</p>
   <h2>v0.3.48</h2>
   <p>See the <a 
href="https://github.com/time-rs/time/blob/main/CHANGELOG.md";>changelog</a> for 
details.</p>
   <h2>v0.3.47</h2>
   <p>See the <a 
href="https://github.com/time-rs/time/blob/main/CHANGELOG.md";>changelog</a> for 
details.</p>
   <h2>v0.3.46</h2>
   <p>See the <a 
href="https://github.com/time-rs/time/blob/main/CHANGELOG.md";>changelog</a> for 
details.</p>
   <h2>v0.3.45</h2>
   <p>See the <a 
href="https://github.com/time-rs/time/blob/main/CHANGELOG.md";>changelog</a> for 
details.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/time-rs/time/blob/main/CHANGELOG.md";>time's 
changelog</a>.</em></p>
   <blockquote>
   <h2>0.3.55 [2026-08-01]</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Avoid underflow in <code>DateIter::nth</code>, ensuring correct 
behavior.</li>
   <li>Avoid overflow when deserializing timestamps.</li>
   <li>Handle out-of-bounds data when deserializing.</li>
   <li>Don't assume that the format being deserialized was generated by the 
serializer; this previously
   led to some valid values being parsed incorrectly and others being 
rejected.</li>
   <li>No longer silence errors when deserializing <code>UtcOffset</code>.</li>
   <li><code>OffsetDateTime::from_unix_timestamp_nanos</code> and 
<code>UtcDateTime::from_unix_timestamp_nanos</code> correctly
   return <code>None</code> for all out-of-range values, rather than 
unexpectedly panicking in some situations.</li>
   <li><code>OffsetDateTime::checked_to_offset</code> and 
<code>UtcDateTime::checked_to_offset</code> correctly return <code>None</code>
   for all out-of-range values, rather than unexpectedly panicking in some 
situations.</li>
   </ul>
   <h2>0.3.54 [2026-07-20]</h2>
   <h3>Added</h3>
   <ul>
   <li><code>PrimitiveDateTime</code> has been renamed to 
<code>PlainDateTime</code>.</li>
   <li><code>Duration</code> has been renamed to 
<code>SignedDuration</code>.</li>
   <li>Iteration is now possible over <code>Date</code>, <code>Month</code>, 
and <code>Weekday</code>. Relevant iterator methods have been
   overridden to ensure maximum performance.</li>
   </ul>
   <p>For both <code>PlainDateTime</code> and <code>SignedDuration</code>, a 
non-deprecated type alias has been added for
   backwards compatibility. The new names should be preferred.</p>
   <h3>Changed</h3>
   <ul>
   <li>The associated metadata type (for <code>powerfmt</code> implementations) 
for various types has been changed
   to <code>()</code> and made public. This guarantees that no additional 
metadata will be present.</li>
   </ul>
   <h3>Performance</h3>
   <ul>
   <li>More gains when parsing RFC 2822.</li>
   </ul>
   <h2>0.3.53 [2026-07-01]</h2>
   <p>There are no publicly-facing changes in this release. It solely works 
around the <code>cookie</code> crate
   relying on an implementation detail of <code>time</code> that was never part 
of the public API (and thus
   subject to semver guarantees). The internal API has been reverted to the 
extent necessary for
   <code>cookie</code> to compile. This measure is temporary; the internal 
change will be re-applied in an
   yet-to-be-determined future release.</p>
   <h2>0.3.52 [2026-06-30]</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Subsecond values in the <code>time!</code> macro are parsed using the 
textual representation, ensuring
   accuracy. Previously, they were parsed using the floating point 
representation, which could result</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/time-rs/time/commit/857d9c404c5b6f6cb64d1bfa604c695be3369e12";><code>857d9c4</code></a>
 v0.3.55 release</li>
   <li><a 
href="https://github.com/time-rs/time/commit/2b72fcd4b245a032521a5d4a1684404a83a3e11b";><code>2b72fcd</code></a>
 Precise feature gating for macro</li>
   <li><a 
href="https://github.com/time-rs/time/commit/c1089eb4beec9f8ad129177060a1936b8d598a07";><code>c1089eb</code></a>
 Run check-targets, miri in parallel</li>
   <li><a 
href="https://github.com/time-rs/time/commit/f377fad42ab9f12ccba27a15b340cae3ba1b6e54";><code>f377fad</code></a>
 Avoid range-validated ordinal =&gt; year in <code>cascade</code></li>
   <li><a 
href="https://github.com/time-rs/time/commit/2eacb0a95d1bb87f4aadee0805818759e76f2bd5";><code>2eacb0a</code></a>
 Report miscellaneous tasks, overall status</li>
   <li><a 
href="https://github.com/time-rs/time/commit/29621acf88b4813235296c6441667aa415b201d7";><code>29621ac</code></a>
 Speed up CI</li>
   <li><a 
href="https://github.com/time-rs/time/commit/08de7ba79ae109cffbc61b646f6e8df6eb423c67";><code>08de7ba</code></a>
 Fix nano-timestamp validation</li>
   <li><a 
href="https://github.com/time-rs/time/commit/3c3f0462fb9da1605ec0c73125db71fc8604841b";><code>3c3f046</code></a>
 Fix copy-paste error</li>
   <li><a 
href="https://github.com/time-rs/time/commit/3c0c81ccbb78a806c9b40181c612026cfb53cdd4";><code>3c0c81c</code></a>
 Cascade errors when deserializing <code>UtcOffset</code></li>
   <li><a 
href="https://github.com/time-rs/time/commit/c21acd52a788b9b74c2d262933faa2675ae17f16";><code>c21acd5</code></a>
 Handle more deserializations of <code>SignedDuration</code></li>
   <li>Additional commits viewable in <a 
href="https://github.com/time-rs/time/compare/v0.3.44...v0.3.55";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=time&package-manager=cargo&previous-version=0.3.44&new-version=0.3.55)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/paimon-cpp/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to