Merge pull request #209 from badboy/patch-1

Update dependencies to minimal supported versions
without.crypto
Victor Porof 3 years ago committed by GitHub
commit fba6b3eb06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      Cargo.toml

@ -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"

Loading…
Cancel
Save