Skip to content

Commit

Permalink
Merge pull request #209 from badboy/patch-1
Browse files Browse the repository at this point in the history
Update dependencies to minimal supported versions
  • Loading branch information
Victor Porof authored Dec 10, 2020
2 parents 65d1243 + c9d2030 commit fba6b3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ with-fuzzer-no-link = ["lmdb-rkv/with-fuzzer-no-link"]
[dependencies]
arrayref = "0.3"
bincode = "1.0"
bitflags = "1"
bitflags = "1.1"
byteorder = "1"
id-arena = "2.2"
lazy_static = "1.0"
lazy_static = "1.1"
lmdb-rkv = "0.14"
log = "0.4"
ordered-float = "1.0"
paste = "0.1"
log = "0.4.4"
ordered-float = "1.0.1"
paste = "0.1.11"
serde = {version = "1.0", features = ["derive", "rc"]}
serde_derive = "1.0"
url = "2.0"
Expand Down

0 comments on commit fba6b3e

Please sign in to comment.