mirror of
https://github.com/servo/servo.git
synced 2025-09-18 19:08:22 +01:00
build(deps): bump iana-time-zone from 0.1.63 to 0.1.64 (#39299)
Bumps [iana-time-zone](https://github.com/strawlab/iana-time-zone) from 0.1.63 to 0.1.64. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md">iana-time-zone's changelog</a>.</em></p> <blockquote> <h2>[0.1.64] - 2025-09-12</h2> <h3>Changed</h3> <ul> <li>Bump <code>windows-core</code> to <code>0.56-0.62</code> range (<a href="https://redirect.github.com/strawlab/iana-time-zone/pull/177">#177</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="2a3665eb8a
"><code>2a3665e</code></a> Bump version number to 0.1.64</li> <li><a href="d4ea1ecc96
"><code>d4ea1ec</code></a> Merge pull request <a href="https://redirect.github.com/strawlab/iana-time-zone/issues/177">#177</a> from git-staus/main</li> <li><a href="762933846d
"><code>7629338</code></a> Bump the <code>windows-core</code> version</li> <li><a href="fc6ed13d08
"><code>fc6ed13</code></a> Merge pull request <a href="https://redirect.github.com/strawlab/iana-time-zone/issues/175">#175</a> from strawlab/dependabot/github_actions/actions/setup...</li> <li><a href="c4d1a1e9d1
"><code>c4d1a1e</code></a> Bump actions/setup-node from 4 to 5</li> <li><a href="165d4f1323
"><code>165d4f1</code></a> Bump actions/checkout from 4 to 5</li> <li><a href="0e0a0d04f9
"><code>0e0a0d0</code></a> Merge pull request <a href="https://redirect.github.com/strawlab/iana-time-zone/issues/169">#169</a> from strawlab/dependabot/github_actions/astral-sh/set...</li> <li><a href="44f371e87f
"><code>44f371e</code></a> Bump astral-sh/setup-uv from 5 to 6</li> <li><a href="6d3fe922e6
"><code>6d3fe92</code></a> clippy fix (<a href="https://redirect.github.com/strawlab/iana-time-zone/issues/168">#168</a>)</li> <li>See full diff in <a href="https://github.com/strawlab/iana-time-zone/compare/v0.1.63...v0.1.64">compare view</a></li> </ul> </details> <br /> [](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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d5f055dd98
commit
1084c093df
1 changed files with 3 additions and 3 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -4051,9 +4051,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "iana-time-zone"
|
name = "iana-time-zone"
|
||||||
version = "0.1.63"
|
version = "0.1.64"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
|
checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"android_system_properties",
|
"android_system_properties",
|
||||||
"core-foundation-sys",
|
"core-foundation-sys",
|
||||||
|
@ -4061,7 +4061,7 @@ dependencies = [
|
||||||
"js-sys",
|
"js-sys",
|
||||||
"log",
|
"log",
|
||||||
"wasm-bindgen",
|
"wasm-bindgen",
|
||||||
"windows-core 0.61.2",
|
"windows-core 0.58.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue