mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #28847 - servo:dependabot/cargo/data-url-0.1.1, r=jdm
Bump data-url from 0.1.0 to 0.1.1 Bumps [data-url](https://github.com/servo/rust-url) from 0.1.0 to 0.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-url/releases">data-url's releases</a>.</em></p> <blockquote> <h2>Release data-url v0.1.1</h2> <p>Closes <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/725">#725</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="2657e0220f
"><code>2657e02</code></a> idna v0.1.1</li> <li><a href="8c9b2b6683
"><code>8c9b2b6</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/291">#291</a> - froydnj:uts-data-slimming, r=SimonSapin</li> <li><a href="12a92d7d76
"><code>12a92d7</code></a> reduce space required by idna data tables</li> <li><a href="7b87128f0a
"><code>7b87128</code></a> Typo</li> <li><a href="c03a7c51ec
"><code>c03a7c5</code></a> Repharse example in Url::join docs.</li> <li><a href="9e19259784
"><code>9e19259</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/288">#288</a> - christophebiocca:patch-1, r=Manishearth</li> <li><a href="251584615d
"><code>2515846</code></a> fuzzer_sys -> libfuzzer_sys</li> <li><a href="3e5541e51e
"><code>3e5541e</code></a> Let’s assume people know how to use Cargo.</li> <li><a href="2bd16791e1
"><code>2bd1679</code></a> Don’t mention the query_encoding in top-level crate docs. It’s very niche.</li> <li><a href="9bef303724
"><code>9bef303</code></a> url_serde 0.1.3</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v0.1.0...idna-v0.1.1">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
cb85893588
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1304,9 +1304,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "data-url"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d33fe99ccedd6e84bc035f1931bb2e6be79739d6242bd895e7311c886c50dc9c"
|
||||
checksum = "3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193"
|
||||
dependencies = [
|
||||
"matches",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue