Update odht crate to 0.3.0

This version of odht contains a potential fix for #89085.
This commit is contained in:
Michael Woerister 2021-09-20 15:57:45 +02:00
parent db1fb85cff
commit 543a73d678
3 changed files with 4 additions and 4 deletions

View 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"] }