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 @@ -2323,9 +2323,9 @@ dependencies = [
2323
2323
2324
2324
[[package ]]
2325
2325
name = " odht"
2326
- version = " 0.2.1 "
2326
+ version = " 0.3.0 "
2327
2327
source = " registry+https://github.com/rust-lang/crates.io-index"
2328
- checksum = " 0b18a8d1c919d3e7b5c49708d08ef7d60bc2150a7c3a8244257c54ca3f625010 "
2328
+ checksum = " d2504d29fda40b3f2f9ef525392435ab660e407c188196cb664b116ebcca0142 "
2329
2329
dependencies = [
2330
2330
" cfg-if 1.0.0" ,
2331
2331
]
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.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
8
8
9
9
[dependencies ]
10
10
libc = " 0.2"
11
- odht = { version = " 0.2.1 " , features = [" nightly" ] }
11
+ odht = { version = " 0.3.0 " , 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