File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2349,9 +2349,9 @@ dependencies = [
2349
2349
2350
2350
[[package ]]
2351
2351
name = " odht"
2352
- version = " 0.3.0 "
2352
+ version = " 0.3.1 "
2353
2353
source = " registry+https://github.com/rust-lang/crates.io-index"
2354
- checksum = " d2504d29fda40b3f2f9ef525392435ab660e407c188196cb664b116ebcca0142 "
2354
+ checksum = " 5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb "
2355
2355
dependencies = [
2356
2356
" cfg-if 1.0.0" ,
2357
2357
]
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