mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
build(deps): bump web_atoms from 0.1.0 to 0.1.1 (#36732)
Bumps [web_atoms](https://github.com/servo/html5ever) from 0.1.0 to 0.1.1. <details> <summary>Commits</summary> <ul> <li><a href="15d10bf716
"><code>15d10bf</code></a> v0.1.1</li> <li><a href="b57243cb76
"><code>b57243c</code></a> Auto merge of <a href="https://redirect.github.com/servo/html5ever/issues/146">#146</a> - servo:rustup, r=SimonSapin</li> <li><a href="4630ad8a95
"><code>4630ad8</code></a> Upgrade to rustc 1.2.0-nightly (2f5683913 2015-06-18)</li> <li><a href="395e39ce7b
"><code>395e39c</code></a> Merge pull request <a href="https://redirect.github.com/servo/html5ever/issues/145">#145</a> from kstep/patch-1</li> <li><a href="5f8d1e128e
"><code>5f8d1e1</code></a> add documentation link to cargo.toml</li> <li><a href="73d3f78e82
"><code>73d3f78</code></a> Auto merge of <a href="https://redirect.github.com/servo/html5ever/issues/144">#144</a> - servo:crates.io, r=metajack</li> <li>See full diff in <a href="https://github.com/servo/html5ever/compare/v0.1.0...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 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
77cceaed2f
commit
67ec8bc8dd
1 changed files with 3 additions and 3 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -4252,7 +4252,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"windows-targets 0.52.6",
|
||||
"windows-targets 0.48.5",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -8428,9 +8428,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "web_atoms"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
|
||||
checksum = "08bcbdcad8fb2e316072ba6bbe09419afdb550285668ac2534f4230a6f2da0ee"
|
||||
dependencies = [
|
||||
"phf",
|
||||
"phf_codegen",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue