mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #29472 - servo:dependabot/cargo/unicode-ident-1.0.8, r=mukilan
Bump unicode-ident from 1.0.5 to 1.0.8 Bumps [unicode-ident](https://github.com/dtolnay/unicode-ident) from 1.0.5 to 1.0.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/unicode-ident/releases">unicode-ident's releases</a>.</em></p> <blockquote> <h2>1.0.8</h2> <ul> <li>Set html_root_url attribute</li> </ul> <h2>1.0.7</h2> <ul> <li>Documentation improvements</li> </ul> <h2>1.0.6</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="c4f455414f
"><code>c4f4554</code></a> Release 1.0.8</li> <li><a href="ba9f7812cc
"><code>ba9f781</code></a> Set html_root_url</li> <li><a href="90a7433bd4
"><code>90a7433</code></a> Release 1.0.7</li> <li><a href="90954572e0
"><code>9095457</code></a> Ignore let_underscore_untyped pedantic clippy lint</li> <li><a href="6fd6b654dd
"><code>6fd6b65</code></a> Revert "Resolve let_underscore_untyped pedantic clippy lint"</li> <li><a href="d739d18f92
"><code>d739d18</code></a> Resolve let_underscore_untyped pedantic clippy lint</li> <li><a href="d91b5d9b58
"><code>d91b5d9</code></a> Enable type layout randomization in CI on nightly</li> <li><a href="006eb756e3
"><code>006eb75</code></a> Support a manual trigger on CI workflow</li> <li><a href="bfa5c91ffc
"><code>bfa5c91</code></a> Opt out -Zrustdoc-scrape-examples on docs.rs</li> <li><a href="d23c2d64dd
"><code>d23c2d6</code></a> Prevent actions duplication on noop merge commits</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/unicode-ident/compare/1.0.5...1.0.8">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 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 commit is contained in:
commit
af3871299c
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -6933,9 +6933,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "unicode-ident"
|
||||
version = "1.0.5"
|
||||
version = "1.0.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
|
||||
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
||||
|
||||
[[package]]
|
||||
name = "unicode-normalization"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue