Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
  • Loading branch information
valeriansaliou committed Apr 24, 2019
1 parent 6713488 commit b09118b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 20 deletions.
43 changes: 25 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ graceful = "0.1"
rand = "0.6"
unicode-segmentation = "1.2"
radix = "0.4"
rocksdb = { git = "https://github.com/crisp-dev/rust-rocksdb", features = ["lz4"] }
rocksdb = { git = "https://github.com/rust-rocksdb/rust-rocksdb", features = ["lz4"] }
fst = "0.3"
fst-levenshtein = "0.2"
fst-regex = "0.2"
regex-syntax = "0.6"
twox-hash = "1.2"
byteorder = "1.3"
hashbrown = "0.2"
hashbrown = "0.3"
linked_hash_set = "0.1"
whatlang = "0.7"

Expand Down

0 comments on commit b09118b

Please sign in to comment.