mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
build(deps): bump iana-time-zone from 0.1.62 to 0.1.63 (#36242)
Bumps [iana-time-zone](https://github.com/strawlab/iana-time-zone) from 0.1.62 to 0.1.63. <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.63] - 2025-03-31</h2> <h3>Changes</h3> <ul> <li>Bump MSRV (minimum supported rust version) to 1.62 (<a href="https://redirect.github.com/strawlab/iana-time-zone/pull/131">#131</a>)</li> <li>Bump <code>windows-core</code> to <code>0.56-0.61</code> range (<a href="https://redirect.github.com/strawlab/iana-time-zone/pull/131">#131</a>, <a href="https://redirect.github.com/strawlab/iana-time-zone/pull/133">#133</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="6adcd016a8
"><code>6adcd01</code></a> Bump version number to 0.1.63</li> <li><a href="16f281a63e
"><code>16f281a</code></a> Merge pull request <a href="https://redirect.github.com/strawlab/iana-time-zone/issues/133">#133</a> from MarijnS95/windows-0.56</li> <li><a href="798e431925
"><code>798e431</code></a> Bump <code>windows-core</code> range to <code>0.56-0.61</code> and regenerate with <code>0.59</code></li> <li><a href="66033d9a0f
"><code>66033d9</code></a> Bump <code>windows-core</code> to <code>0.56</code></li> <li><a href="10c843db67
"><code>10c843d</code></a> Merge pull request <a href="https://redirect.github.com/strawlab/iana-time-zone/issues/131">#131</a> from MarijnS95/windows-core-0.54</li> <li><a href="a26e540edb
"><code>a26e540</code></a> Bump <code>windows-core</code> to <code>0.53-0.54</code> range</li> <li><a href="5bad55850b
"><code>5bad558</code></a> WIP: Bump MSRV to 1.62</li> <li><a href="343f31b804
"><code>343f31b</code></a> Merge pull request <a href="https://redirect.github.com/strawlab/iana-time-zone/issues/164">#164</a> from strawlab/dev/astraw-fix-aix</li> <li><a href="995347ff2b
"><code>995347f</code></a> AIX: remove unused code</li> <li>See full diff in <a href="https://github.com/strawlab/iana-time-zone/compare/v0.1.62...v0.1.63">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
c5efb063d8
commit
05e48c3d46
1 changed files with 3 additions and 12 deletions
15
Cargo.lock
generated
15
Cargo.lock
generated
|
@ -3439,9 +3439,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "iana-time-zone"
|
||||
version = "0.1.62"
|
||||
version = "0.1.63"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b2fd658b06e56721792c5df4475705b6cda790e9298d19d2f8af083457bcd127"
|
||||
checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
|
||||
dependencies = [
|
||||
"android_system_properties",
|
||||
"core-foundation-sys",
|
||||
|
@ -3449,7 +3449,7 @@ dependencies = [
|
|||
"js-sys",
|
||||
"log",
|
||||
"wasm-bindgen",
|
||||
"windows-core 0.52.0",
|
||||
"windows-core 0.57.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -8869,15 +8869,6 @@ dependencies = [
|
|||
"windows-targets 0.52.6",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "windows-core"
|
||||
version = "0.52.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
||||
dependencies = [
|
||||
"windows-targets 0.52.6",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "windows-core"
|
||||
version = "0.57.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue