Skip to content

Commit 60e70cc

Browse files
committed
Auto merge of #89117 - michaelwoerister:update-to-odht-0.3, r=wesleywiser
Update odht crate to 0.3.0 This version of odht contains a potential fix for #89085. r? `@wesleywiser`
2 parents 3bb9eec + 543a73d commit 60e70cc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2323,9 +2323,9 @@ dependencies = [
23232323

23242324
[[package]]
23252325
name = "odht"
2326-
version = "0.2.1"
2326+
version = "0.3.0"
23272327
source = "registry+https://github.com/rust-lang/crates.io-index"
2328-
checksum = "0b18a8d1c919d3e7b5c49708d08ef7d60bc2150a7c3a8244257c54ca3f625010"
2328+
checksum = "d2504d29fda40b3f2f9ef525392435ab660e407c188196cb664b116ebcca0142"
23292329
dependencies = [
23302330
"cfg-if 1.0.0",
23312331
]

compiler/rustc_hir/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ rustc_serialize = { path = "../rustc_serialize" }
1717
rustc_ast = { path = "../rustc_ast" }
1818
tracing = "0.1"
1919
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
20-
odht = { version = "0.2.1", features = ["nightly"] }
20+
odht = { version = "0.3.0", features = ["nightly"] }

compiler/rustc_metadata/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ doctest = false
88

99
[dependencies]
1010
libc = "0.2"
11-
odht = { version = "0.2.1", features = ["nightly"] }
11+
odht = { version = "0.3.0", features = ["nightly"] }
1212
snap = "1"
1313
tracing = "0.1"
1414
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }

0 commit comments

Comments
 (0)