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

   Bumps [humantime](https://github.com/chronotope/humantime) from 2.2.0 to 
2.3.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/chronotope/humantime/releases";>humantime's 
releases</a>.</em></p>
   <blockquote>
   <h2>2.3.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add 'wk', 'wks' for weeks and 'yr', 'yrs' for years by <a 
href="https://github.com/ryo1kato";><code>@​ryo1kato</code></a> in <a 
href="https://redirect.github.com/chronotope/humantime/pull/50";>chronotope/humantime#50</a></li>
   <li>Allow parsing zero durations with no units by <a 
href="https://github.com/RobertGauld";><code>@​RobertGauld</code></a> in <a 
href="https://redirect.github.com/chronotope/humantime/pull/43";>chronotope/humantime#43</a></li>
   <li>Use µs not us by <a 
href="https://github.com/RobertGauld";><code>@​RobertGauld</code></a> in <a 
href="https://redirect.github.com/chronotope/humantime/pull/45";>chronotope/humantime#45</a></li>
   <li>feat: parse_duration(&quot;0&quot;) by <a 
href="https://github.com/aatifsyed";><code>@​aatifsyed</code></a> in <a 
href="https://redirect.github.com/chronotope/humantime/pull/55";>chronotope/humantime#55</a></li>
   <li>Support fractional durations (with precision safeguards, without any new 
dependency) by <a 
href="https://github.com/TheElectronWill";><code>@​TheElectronWill</code></a> in 
<a 
href="https://redirect.github.com/chronotope/humantime/pull/56";>chronotope/humantime#56</a></li>
   <li>feat: Accept &quot;+00:00&quot; as an alternative way to specify the UTC 
timezone by <a 
href="https://github.com/TheElectronWill";><code>@​TheElectronWill</code></a> in 
<a 
href="https://redirect.github.com/chronotope/humantime/pull/59";>chronotope/humantime#59</a></li>
   <li>Fractional tweaks by <a 
href="https://github.com/djc";><code>@​djc</code></a> in <a 
href="https://redirect.github.com/chronotope/humantime/pull/60";>chronotope/humantime#60</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/chronotope/humantime/commit/7994b7129851ea3b0e5df8bee67870898e52fa1c";><code>7994b71</code></a>
 ci: disable for non-main pushes</li>
   <li><a 
href="https://github.com/chronotope/humantime/commit/1b590684c7bae3408ae1b7a9778bc9728a92affd";><code>1b59068</code></a>
 Bump version to 2.3.0</li>
   <li><a 
href="https://github.com/chronotope/humantime/commit/cacdb9378ff83f4edaf861793b5143cedb5373e9";><code>cacdb93</code></a>
 ci: add audit job</li>
   <li><a 
href="https://github.com/chronotope/humantime/commit/5cc8dc59ba0f0a56f753eecf665aed69860a7a55";><code>5cc8dc5</code></a>
 ci: add job to check semver compatibility</li>
   <li><a 
href="https://github.com/chronotope/humantime/commit/0d5fe2d65551bf337650e73a7620d5cf9fc988fe";><code>0d5fe2d</code></a>
 Bump version to 2.2.1</li>
   <li><a 
href="https://github.com/chronotope/humantime/commit/fc0e7ea36636c9aa210117656601afc86ea2ef01";><code>fc0e7ea</code></a>
 duration: move current value out of Parser</li>
   <li><a 
href="https://github.com/chronotope/humantime/commit/1febd5251a74b869e277459065f04ab707bdb615";><code>1febd52</code></a>
 duration: track current value as Duration</li>
   <li><a 
href="https://github.com/chronotope/humantime/commit/0adba1266e4d5ca90113858c17536ac8bdbbd935";><code>0adba12</code></a>
 duration: track current nanoseconds as u32</li>
   <li><a 
href="https://github.com/chronotope/humantime/commit/786218f340904827089b24be6577410a8c0d9902";><code>786218f</code></a>
 Extract unit parsing</li>
   <li><a 
href="https://github.com/chronotope/humantime/commit/9ff48bf9d052bf528638b6b5ee3637bb98db046b";><code>9ff48bf</code></a>
 Re-order duration parser methods in top-down order</li>
   <li>Additional commits viewable in <a 
href="https://github.com/chronotope/humantime/compare/v2.2.0...v2.3.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=humantime&package-manager=cargo&previous-version=2.2.0&new-version=2.3.0)](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)
   
   
   </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