Update odht crate to 0.3.0
This version of odht contains a potential fix for #89085.
This commit is contained in:
parent
db1fb85cff
commit
543a73d678
3 changed files with 4 additions and 4 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue