File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2323,9 +2323,9 @@ dependencies = [
23232323
23242324[[package]]
23252325name = "odht"
2326- version = "0.2.1 "
2326+ version = "0.3.0 "
23272327source = "registry+https://github.com/rust-lang/crates.io-index"
2328- checksum = "0b18a8d1c919d3e7b5c49708d08ef7d60bc2150a7c3a8244257c54ca3f625010 "
2328+ checksum = "d2504d29fda40b3f2f9ef525392435ab660e407c188196cb664b116ebcca0142 "
23292329dependencies = [
23302330 "cfg-if 1.0.0",
23312331]
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ rustc_serialize = { path = "../rustc_serialize" }
1717rustc_ast = { path = "../rustc_ast" }
1818tracing = "0.1"
1919smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
20- odht = { version = "0.2.1 ", features = ["nightly"] }
20+ odht = { version = "0.3.0 ", features = ["nightly"] }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ doctest = false
88
99[dependencies]
1010libc = "0.2"
11- odht = { version = "0.2.1 ", features = ["nightly"] }
11+ odht = { version = "0.3.0 ", features = ["nightly"] }
1212snap = "1"
1313tracing = "0.1"
1414smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
You can’t perform that action at this time.
0 commit comments