]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #89117 - michaelwoerister:update-to-odht-0.3, r=wesleywiser
authorbors <bors@rust-lang.org>
Mon, 20 Sep 2021 17:38:07 +0000 (17:38 +0000)
committerbors <bors@rust-lang.org>
Mon, 20 Sep 2021 17:38:07 +0000 (17:38 +0000)
Update odht crate to 0.3.0

This version of odht contains a potential fix for #89085.

r? `@wesleywiser`

Cargo.lock
compiler/rustc_hir/Cargo.toml
compiler/rustc_metadata/Cargo.toml

index 7d7e44d1e5e30686048a09514a384757f51519f8..5917757ff3e2198635a549d4a2c0113b9cd18472 100644 (file)
@@ -2323,9 +2323,9 @@ dependencies = [
 
 [[package]]
 name = "odht"
-version = "0.2.1"
+version = "0.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0b18a8d1c919d3e7b5c49708d08ef7d60bc2150a7c3a8244257c54ca3f625010"
+checksum = "d2504d29fda40b3f2f9ef525392435ab660e407c188196cb664b116ebcca0142"
 dependencies = [
  "cfg-if 1.0.0",
 ]
index ff6758e66dff22075dfd8937b469350a688c7dd6..61b941fd756fc6045a5069b081099768cbf45a0b 100644 (file)
@@ -17,4 +17,4 @@ rustc_serialize = { path = "../rustc_serialize" }
 rustc_ast = { path = "../rustc_ast" }
 tracing = "0.1"
 smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
-odht = { version = "0.2.1", features = ["nightly"] }
+odht = { version = "0.3.0", features = ["nightly"] }
index 42596f3318d6c0236c2f9d135bd40c24f08bde35..6b874aafa1017a2e96b3d5f121875755d7aec3ca 100644 (file)
@@ -8,7 +8,7 @@ doctest = false
 
 [dependencies]
 libc = "0.2"
-odht = { version = "0.2.1", features = ["nightly"] }
+odht = { version = "0.3.0", features = ["nightly"] }
 snap = "1"
 tracing = "0.1"
 smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }