You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/03/15 12:27:27 UTC

[GitHub] [incubator-opendal] dependabot[bot] opened a new pull request, #1619: chore(deps): bump time from 0.3.17 to 0.3.20

dependabot[bot] opened a new pull request, #1619:
URL: https://github.com/apache/incubator-opendal/pull/1619

   Bumps [time](https://github.com/time-rs/time) from 0.3.17 to 0.3.20.
   <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.20</h2>
   <p>See the <a href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">changelog</a> for details.</p>
   <h2>v0.3.19</h2>
   <p>See the <a href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">changelog</a> for details.</p>
   <h2>v0.3.18</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.20 [2023-02-24]</h2>
   <h3>Changed</h3>
   <ul>
   <li>The minimum supported Rust version is now 1.63.0.</li>
   <li>On Unix-based operating systems with known thread-safe environments, functions obtaining the local
   offset no longer require a check that the program is single-threaded. This currently includes
   MacOS, illumos, and NetBSD.</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li><code>[ignore]</code> component in format descriptions. A <code>count</code> modifier is required, indicating the number
   of bytes to ignore when parsing.</li>
   <li><code>[unix_timestamp]</code> component in format descriptions. This is currently only usable with
   <code>OffsetDateTime</code>. Users can choose between seconds, milliseconds, microseconds, and nanoseconds,
   and whether the sign is mandatory or optional.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>The API for declaring soundness now uses stricter atomic orderings internally.</li>
   </ul>
   <h2>0.3.19 [2023-02-16]</h2>
   <h3>Fixed</h3>
   <p>This includes the update to the <code>format_description!</code> macro, which was supposed to be included in
   0.3.18.</p>
   <h2>0.3.18 [2023-02-16]</h2>
   <h3>Changed</h3>
   <ul>
   <li>The minimum supported Rust version is now 1.62.0.</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li><code>[first]</code> and <code>[optional]</code> items can now be included in format descriptions. To parse this at
   runtime, you must use the <code>format_description::parse_owned</code> method.</li>
   <li><code>format_description::parse_borrowed</code></li>
   <li>An API has been added to opt out of soundness checks for obtaining the local offset. This replaces
   the previous, officially unsupported <code>RUSTFLAGS=&quot;--cfg unsound_local_offset&quot;</code>. End users may call
   <code>time::util::local_offset::set_soundness(time::util::local_offset::Soundness::Unsound)</code>. This
   method is <code>unsafe</code> because it enables undefined behavior if its safety requirements are not
   upheld. Note that libraries <strong>must not</strong> set this to <code>Unsound</code>, as it is impossible for a library
   to guarantee end users uphold the required invariants.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Correctly parse offset sign when hour is zero. The parse was previously unconditionally positive,
   even if the sign indicated otherwise.</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/d7c725c422e6cb551302601464042d434a91b6da"><code>d7c725c</code></a> v0.3.20 release</li>
   <li><a href="https://github.com/time-rs/time/commit/91afd542871a7e81bff3fc05cd5e44c976f0d4be"><code>91afd54</code></a> Add lock to another test</li>
   <li><a href="https://github.com/time-rs/time/commit/8dca98c9469b96e4b984f18bece876f1c20a9ed7"><code>8dca98c</code></a> Implement <code>[unix_timestamp]</code> component</li>
   <li><a href="https://github.com/time-rs/time/commit/d07b394baf23154cf1d75582479d1967c51c179f"><code>d07b394</code></a> Further split logical and memory offset</li>
   <li><a href="https://github.com/time-rs/time/commit/02298375180546119e7bb62a74f18a725f1f486f"><code>0229837</code></a> Slightly refactor <code>DateTime</code> internals</li>
   <li><a href="https://github.com/time-rs/time/commit/1daedfb70518e147e1500ee8dcf4d2b3b60a5925"><code>1daedfb</code></a> Add missing test for new error variant</li>
   <li><a href="https://github.com/time-rs/time/commit/4edf73a03519b372db35e9bcfd2af7f1b9c312cb"><code>4edf73a</code></a> Use <code>bug!</code> instead of <code>unreachable!</code></li>
   <li><a href="https://github.com/time-rs/time/commit/0e82474728b6a2204ec8ae5799f73eb711012e09"><code>0e82474</code></a> Use <code>explicit_generic_args_with_impl_trait</code></li>
   <li><a href="https://github.com/time-rs/time/commit/3b6d77f1dc1064a45bafe046847f19b50cfe79bc"><code>3b6d77f</code></a> Bump MSRV to 1.63</li>
   <li><a href="https://github.com/time-rs/time/commit/eb7b60e74ea8e2a2b7dd45d6e6012d35fa53e020"><code>eb7b60e</code></a> Always test local offset</li>
   <li>Additional commits viewable in <a href="https://github.com/time-rs/time/compare/v0.3.17...v0.3.20">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.17&new-version=0.3.20)](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 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 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)
   
   
   </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: commits-unsubscribe@opendal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-opendal] dependabot[bot] commented on pull request #1619: chore(deps): bump time from 0.3.17 to 0.3.20

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #1619:
URL: https://github.com/apache/incubator-opendal/pull/1619#issuecomment-1469924668

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: commits-unsubscribe@opendal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-opendal] Xuanwo closed pull request #1619: chore(deps): bump time from 0.3.17 to 0.3.20

Posted by "Xuanwo (via GitHub)" <gi...@apache.org>.
Xuanwo closed pull request #1619: chore(deps): bump time from 0.3.17 to 0.3.20
URL: https://github.com/apache/incubator-opendal/pull/1619


-- 
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: commits-unsubscribe@opendal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org