File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2315,9 +2315,9 @@ dependencies = [
2315
2315
2316
2316
[[package ]]
2317
2317
name = " odht"
2318
- version = " 0.3.0 "
2318
+ version = " 0.3.1 "
2319
2319
source = " registry+https://github.com/rust-lang/crates.io-index"
2320
- checksum = " d2504d29fda40b3f2f9ef525392435ab660e407c188196cb664b116ebcca0142 "
2320
+ checksum = " 5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb "
2321
2321
dependencies = [
2322
2322
" cfg-if 1.0.0" ,
2323
2323
]
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ rustc_serialize = { path = "../rustc_serialize" }
17
17
rustc_ast = { path = " ../rustc_ast" }
18
18
tracing = " 0.1"
19
19
smallvec = { version = " 1.6.1" , features = [" union" , " may_dangle" ] }
20
- odht = { version = " 0.3.0 " , features = [" nightly" ] }
20
+ odht = { version = " 0.3.1 " , features = [" nightly" ] }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ doctest = false
8
8
9
9
[dependencies ]
10
10
libc = " 0.2"
11
- odht = { version = " 0.3.0 " , features = [" nightly" ] }
11
+ odht = { version = " 0.3.1 " , features = [" nightly" ] }
12
12
snap = " 1"
13
13
tracing = " 0.1"
14
14
smallvec = { version = " 1.6.1" , features = [" union" , " may_dangle" ] }
You can’t perform that action at this time.
0 commit comments