Skip to content

chore(dependabot): bump jiff-tzdb from 0.1.2 to 0.1.3 in the rust-dependencies group#242

Merged
nekevss merged 1 commit intomainfrom
dependabot/cargo/rust-dependencies-c5874620cc
Mar 11, 2025
Merged

chore(dependabot): bump jiff-tzdb from 0.1.2 to 0.1.3 in the rust-dependencies group#242
nekevss merged 1 commit intomainfrom
dependabot/cargo/rust-dependencies-c5874620cc

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps the rust-dependencies group with 1 update: jiff-tzdb.

Updates jiff-tzdb from 0.1.2 to 0.1.3

Changelog

Sourced from jiff-tzdb's changelog.

0.1.29 (2025-02-02)

This release includes a few small enhancements and a bug fix. In particular, there is now Serde support for TimeZone and the ISOWeekDate API has been filled out a bit more.

Unless a serious issue is uncovered, my plan is that this will be the last release before jiff 0.2.

Enhancements:

  • #89: Opt-in support for using Serde with jiff::tz::TimeZone has been added.
  • #227: The civil::ISOWeekDate API has been beefed up with a few convenience methods.
  • #233: Add tz::Offset::round for rounding time zone offsets.

Bug fixes:

  • #231: Use more flexible offset equality when parsing offsets with fractional minutes.

0.1.28 (2025-01-27)

This is a small release that just removes the dev-dependency on serde_yml. It has been replaced with the deprecated serde_yaml. See this post about serde_yml shenanigans for why this was done. Note that this was only a dev-dependency and thus doesn't impact folks using Jiff.

Bug fixes:

  • #225: Remove dependency on serde_yml in favor of serde_yaml.

0.1.27 (2025-01-25)

This is a small release with a bug fix for precision loss in some cases when doing arithmetic on Timestamp or Zoned.

Bug fixes:

  • #223: Fix the check for fractional seconds before taking the fast path.

0.1.26 (2025-01-23)

... (truncated)

Commits
  • 0857171 jiff-tzdb-0.1.3
  • 300886f jiff-diesel-0.1.3
  • 252a080 jiff-sqlx-0.1.1
  • fdd352e changelog: 0.2.2
  • 5faa976 ci: try the Rust 2024 doc test perf improvement for Windows
  • c789dd5 fmt: disable snapshot tests on core-only
  • 35b0c4d ci: break ./scripts/test into pieces...
  • 9dd4b93 ci: bump to wasmtime 30.0.1
  • fa62c4f scripts: fix test-wasm
  • 1471f75 test: move test and test-wasm into scripts
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the rust-dependencies group with 1 update: [jiff-tzdb](https://github.com/BurntSushi/jiff).


Updates `jiff-tzdb` from 0.1.2 to 0.1.3
- [Release notes](https://github.com/BurntSushi/jiff/releases)
- [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/jiff@jiff-tzdb-0.1.2...jiff-tzdb-0.1.3)

---
updated-dependencies:
- dependency-name: jiff-tzdb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 10, 2025
@nekevss nekevss merged commit dd2c8d4 into main Mar 11, 2025
8 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/rust-dependencies-c5874620cc branch March 11, 2025 17:02
sebastianjacmatt pushed a commit to sebastianjacmatt/temporal that referenced this pull request Mar 17, 2025
…endencies group (boa-dev#242)

Bumps the rust-dependencies group with 1 update:
[jiff-tzdb](https://github.com/BurntSushi/jiff).

Updates `jiff-tzdb` from 0.1.2 to 0.1.3
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md">jiff-tzdb's
changelog</a>.</em></p>
<blockquote>
<h1>0.1.29 (2025-02-02)</h1>
<p>This release includes a few small enhancements and a bug fix. In
particular,
there is now Serde support for <code>TimeZone</code> and the
<code>ISOWeekDate</code> API has been
filled out a bit more.</p>
<p>Unless a serious issue is uncovered, my plan is that this will be the
last
release before <code>jiff 0.2</code>.</p>
<p>Enhancements:</p>
<ul>
<li><a
href="https://redirect.github.com/BurntSushi/jiff/issues/89">#89</a>:
Opt-in support for using Serde with <code>jiff::tz::TimeZone</code> has
been added.</li>
<li><a
href="https://redirect.github.com/BurntSushi/jiff/issues/227">#227</a>:
The <code>civil::ISOWeekDate</code> API has been beefed up with a few
convenience methods.</li>
<li><a
href="https://redirect.github.com/BurntSushi/jiff/issues/233">#233</a>:
Add <code>tz::Offset::round</code> for rounding time zone offsets.</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li><a
href="https://redirect.github.com/BurntSushi/jiff/issues/231">#231</a>:
Use more flexible offset equality when parsing offsets with fractional
minutes.</li>
</ul>
<h1>0.1.28 (2025-01-27)</h1>
<p>This is a small release that just removes the dev-dependency on
<code>serde_yml</code>.
It has been replaced with the deprecated <code>serde_yaml</code>. See
<a href="https://x.com/davidtolnay/status/1883906113428676938">this post
about <code>serde_yml</code> shenanigans</a>
for why this was done. Note that this was only a dev-dependency and thus
doesn't
impact folks using Jiff.</p>
<p>Bug fixes:</p>
<ul>
<li><a
href="https://redirect.github.com/BurntSushi/jiff/pull/225">#225</a>:
Remove dependency on <code>serde_yml</code> in favor of
<code>serde_yaml</code>.</li>
</ul>
<h1>0.1.27 (2025-01-25)</h1>
<p>This is a small release with a bug fix for precision loss in some
cases when
doing arithmetic on <code>Timestamp</code> or <code>Zoned</code>.</p>
<p>Bug fixes:</p>
<ul>
<li><a
href="https://redirect.github.com/BurntSushi/jiff/issues/223">#223</a>:
Fix the check for fractional seconds before taking the fast path.</li>
</ul>
<p>0.1.26 (2025-01-23)</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/BurntSushi/jiff/commit/08571714a9ecaa37bff86b480433fae2760756a2"><code>0857171</code></a>
jiff-tzdb-0.1.3</li>
<li><a
href="https://github.com/BurntSushi/jiff/commit/300886fef3d1d14511c62111feed3340f96a6ce2"><code>300886f</code></a>
jiff-diesel-0.1.3</li>
<li><a
href="https://github.com/BurntSushi/jiff/commit/252a0806dc3c6bd4f6217f7029709a9e24994998"><code>252a080</code></a>
jiff-sqlx-0.1.1</li>
<li><a
href="https://github.com/BurntSushi/jiff/commit/fdd352efe195583076c032ebcc4b31defb6a819c"><code>fdd352e</code></a>
changelog: 0.2.2</li>
<li><a
href="https://github.com/BurntSushi/jiff/commit/5faa976b9c4fd487a708b8aaf6273840d91f0794"><code>5faa976</code></a>
ci: try the Rust 2024 doc test perf improvement for Windows</li>
<li><a
href="https://github.com/BurntSushi/jiff/commit/c789dd50b9ea376d275b17ed1ed5235b53bb5214"><code>c789dd5</code></a>
fmt: disable snapshot tests on core-only</li>
<li><a
href="https://github.com/BurntSushi/jiff/commit/35b0c4d422ffce699cf076a65714cab5f55fd85a"><code>35b0c4d</code></a>
ci: break <code>./scripts/test</code> into pieces...</li>
<li><a
href="https://github.com/BurntSushi/jiff/commit/9dd4b9337d3a6967afed639c4e826cfeb2eb08b7"><code>9dd4b93</code></a>
ci: bump to wasmtime 30.0.1</li>
<li><a
href="https://github.com/BurntSushi/jiff/commit/fa62c4fbd77195b540a90a7d979cee2ae17351ff"><code>fa62c4f</code></a>
scripts: fix <code>test-wasm</code></li>
<li><a
href="https://github.com/BurntSushi/jiff/commit/1471f752e5850692d6e19bbb64fe8cd2d3556d26"><code>1471f75</code></a>
test: move <code>test</code> and <code>test-wasm</code> into
<code>scripts</code></li>
<li>Additional commits viewable in <a
href="https://github.com/BurntSushi/jiff/compare/jiff-tzdb-0.1.2...jiff-tzdb-0.1.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jiff-tzdb&package-manager=cargo&previous-version=0.1.2&new-version=0.1.3)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will 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 version` will 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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant