mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
build: bump rustc-hash from 2.1.1 to 2.1.2 (#43761)
Bumps [rustc-hash](https://github.com/rust-lang/rustc-hash) from 2.1.1 to 2.1.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/rustc-hash/blob/master/CHANGELOG.md">rustc-hash's changelog</a>.</em></p> <blockquote> <h1>2.1.2</h1> <ul> <li><a href="https://redirect.github.com/rust-lang/rustc-hash/pull/65">Refactor byte hashing to remove unreachable panic</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="fdb275c8a0"><code>fdb275c</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/rustc-hash/issues/67">#67</a> from Noratrieb/new-version</li> <li><a href="acafa431e9"><code>acafa43</code></a> Prepare 2.1.2</li> <li><a href="140e525344"><code>140e525</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/rustc-hash/issues/65">#65</a> from morrisonlevi/split_first_chunk</li> <li><a href="f061387ad7"><code>f061387</code></a> style: use consistent range format</li> <li><a href="211455cb39"><code>211455c</code></a> refactor!: use split_first_chunk to help optimizer</li> <li><a href="464a82f557"><code>464a82f</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/rustc-hash/issues/63">#63</a> from estebank/const-Default</li> <li><a href="2170d5e2a0"><code>2170d5e</code></a> On nightly, <code>impl const Default</code></li> <li><a href="1a998d5b89"><code>1a998d5</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/rustc-hash/issues/62">#62</a> from CryZe/128-bit-on-more-platforms</li> <li><a href="6849c16d79"><code>6849c16</code></a> Use 128-bit Widening Multiply on More Platforms</li> <li>See full diff in <a href="https://github.com/rust-lang/rustc-hash/compare/v2.1.1...v2.1.2">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 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:
62
Cargo.lock
generated
62
Cargo.lock
generated
@@ -789,7 +789,7 @@ dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"regex",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"shlex",
|
||||
"syn",
|
||||
]
|
||||
@@ -4449,7 +4449,7 @@ dependencies = [
|
||||
"mio",
|
||||
"postcard",
|
||||
"rand 0.9.2",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"serde_core",
|
||||
"tempfile",
|
||||
"thiserror 2.0.18",
|
||||
@@ -5177,7 +5177,7 @@ dependencies = [
|
||||
"napi-build-ohos",
|
||||
"napi-sys-ohos",
|
||||
"nohash-hasher",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -6997,9 +6997,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
||||
|
||||
[[package]]
|
||||
name = "rustc-hash"
|
||||
version = "2.1.1"
|
||||
version = "2.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
||||
checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
|
||||
|
||||
[[package]]
|
||||
name = "rustc_version"
|
||||
@@ -7280,7 +7280,7 @@ dependencies = [
|
||||
"phf",
|
||||
"phf_codegen",
|
||||
"precomputed-hash",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"servo_arc",
|
||||
"smallvec",
|
||||
"to_shmem",
|
||||
@@ -7423,7 +7423,7 @@ dependencies = [
|
||||
"log",
|
||||
"mozangle",
|
||||
"parking_lot",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"rustls",
|
||||
"serde",
|
||||
"servo",
|
||||
@@ -7480,7 +7480,7 @@ dependencies = [
|
||||
"backtrace",
|
||||
"libc",
|
||||
"log",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"tikv-jemalloc-sys",
|
||||
"tikv-jemallocator",
|
||||
"windows-sys 0.61.2",
|
||||
@@ -7497,7 +7497,7 @@ dependencies = [
|
||||
"mach2",
|
||||
"nix",
|
||||
"rustc-demangle",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"serde_json",
|
||||
"servo-background-hang-monitor-api",
|
||||
"servo-base",
|
||||
@@ -7575,7 +7575,7 @@ dependencies = [
|
||||
"log",
|
||||
"peniko",
|
||||
"pollster",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"servo-base",
|
||||
"servo-canvas-traits",
|
||||
"servo-config",
|
||||
@@ -7646,7 +7646,7 @@ dependencies = [
|
||||
"log",
|
||||
"parking_lot",
|
||||
"rand 0.9.2",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"serde",
|
||||
"servo-background-hang-monitor",
|
||||
"servo-background-hang-monitor-api",
|
||||
@@ -7688,7 +7688,7 @@ dependencies = [
|
||||
"ipc-channel",
|
||||
"log",
|
||||
"malloc_size_of_derive",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"serde",
|
||||
"servo-base",
|
||||
"servo-canvas-traits",
|
||||
@@ -7732,7 +7732,7 @@ dependencies = [
|
||||
"log",
|
||||
"malloc_size_of_derive",
|
||||
"rand 0.9.2",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"servo-base",
|
||||
@@ -7786,7 +7786,7 @@ dependencies = [
|
||||
"keyboard-types",
|
||||
"log",
|
||||
"malloc_size_of_derive",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"serde",
|
||||
"servo-base",
|
||||
"servo-geometry",
|
||||
@@ -7830,7 +7830,7 @@ dependencies = [
|
||||
"objc2-core-text",
|
||||
"parking_lot",
|
||||
"read-fonts",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"serde",
|
||||
"servo-allocator",
|
||||
"servo-base",
|
||||
@@ -7937,7 +7937,7 @@ dependencies = [
|
||||
"parking_lot",
|
||||
"quickcheck",
|
||||
"rayon",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"selectors",
|
||||
"servo-base",
|
||||
"servo-config",
|
||||
@@ -7983,7 +7983,7 @@ dependencies = [
|
||||
"libc",
|
||||
"malloc_size_of_derive",
|
||||
"parking_lot",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"selectors",
|
||||
"serde",
|
||||
"servo-background-hang-monitor-api",
|
||||
@@ -8218,7 +8218,7 @@ dependencies = [
|
||||
"ipc-channel",
|
||||
"log",
|
||||
"malloc_size_of_derive",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"serde",
|
||||
"servo-config",
|
||||
"servo-malloc-size-of",
|
||||
@@ -8296,7 +8296,7 @@ dependencies = [
|
||||
"quick_cache",
|
||||
"regex",
|
||||
"resvg",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"rustls",
|
||||
"rustls-pki-types",
|
||||
"rustls-platform-verifier",
|
||||
@@ -8347,7 +8347,7 @@ dependencies = [
|
||||
"parking_lot",
|
||||
"percent-encoding",
|
||||
"rand 0.9.2",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"rustls-pki-types",
|
||||
"serde",
|
||||
"servo-base",
|
||||
@@ -8380,7 +8380,7 @@ dependencies = [
|
||||
"ipc-channel",
|
||||
"log",
|
||||
"rayon",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"servo-allocator",
|
||||
"servo-base",
|
||||
"servo-canvas-traits",
|
||||
@@ -8423,7 +8423,7 @@ dependencies = [
|
||||
"malloc_size_of_derive",
|
||||
"parking_lot",
|
||||
"raw-window-handle",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"serde",
|
||||
"serde_bytes",
|
||||
"servo-base",
|
||||
@@ -8564,7 +8564,7 @@ dependencies = [
|
||||
"rand 0.9.2",
|
||||
"regex",
|
||||
"rsa",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"sec1",
|
||||
"selectors",
|
||||
"serde",
|
||||
@@ -8678,7 +8678,7 @@ dependencies = [
|
||||
"euclid",
|
||||
"keyboard-types",
|
||||
"malloc_size_of_derive",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"serde",
|
||||
"servo-base",
|
||||
"servo-bluetooth-traits",
|
||||
@@ -8713,7 +8713,7 @@ dependencies = [
|
||||
"malloc_size_of_derive",
|
||||
"postcard",
|
||||
"rusqlite",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"sea-query",
|
||||
"sea-query-rusqlite",
|
||||
"serde",
|
||||
@@ -8787,7 +8787,7 @@ dependencies = [
|
||||
"image",
|
||||
"keyboard-types",
|
||||
"log",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"servo-base",
|
||||
@@ -8814,7 +8814,7 @@ dependencies = [
|
||||
"itertools 0.14.0",
|
||||
"log",
|
||||
"parking_lot",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"servo-base",
|
||||
"servo-canvas-traits",
|
||||
"servo-paint-api",
|
||||
@@ -8832,7 +8832,7 @@ dependencies = [
|
||||
"arrayvec",
|
||||
"euclid",
|
||||
"log",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"servo-base",
|
||||
"servo-config",
|
||||
"servo-paint-api",
|
||||
@@ -9351,7 +9351,7 @@ dependencies = [
|
||||
"precomputed-hash",
|
||||
"rayon",
|
||||
"rayon-core",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"selectors",
|
||||
"serde",
|
||||
"servo_arc",
|
||||
@@ -10893,7 +10893,7 @@ dependencies = [
|
||||
"plane-split",
|
||||
"rayon",
|
||||
"ron",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"serde",
|
||||
"smallvec",
|
||||
"svg_fmt",
|
||||
@@ -11804,7 +11804,7 @@ dependencies = [
|
||||
"malloc_size_of_derive",
|
||||
"objc",
|
||||
"rayon",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustc-hash 2.1.2",
|
||||
"serde",
|
||||
"smallvec",
|
||||
"tracy-rs",
|
||||
|
||||
@@ -153,7 +153,7 @@ read-fonts = "0.35.0"
|
||||
regex = "1.12"
|
||||
resvg = "0.45.0"
|
||||
rsa = { version = "0.9.10", features = ["sha1", "sha2"] }
|
||||
rustc-hash = "2.1.1"
|
||||
rustc-hash = "2.1.2"
|
||||
rustls = { version = "0.23", default-features = false, features = ["logging", "std", "tls12"] }
|
||||
rustls-pki-types = "1.14"
|
||||
rustls-platform-verifier = "0.6.2"
|
||||
|
||||
Reference in New Issue
Block a user