Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Merge pull request #194 from ernestas-poskus/features/bump_crates
Browse files Browse the repository at this point in the history
Features/bump crates
  • Loading branch information
AlexPikalov authored Jan 28, 2018
2 parents 11642e6 00dbb36 commit 2eae333
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 21,17 @@ v4 = []
appveyor = []

[dependencies]
byteorder = "0.5.3"
log = "0.3.6"
byteorder = "1.2.1"
log = "0.4.1"
lz4-compress = "=0.1.0"
openssl = { version = "0.9.6", optional = true }
openssl = { version = "0.9.23", optional = true }
r2d2 = "0.8.2"
rand = "0.3"
snap = "0.2"
time = "0.1.36"
uuid = "0.5.0"
rand = "0.4.1"
snap = "0.2.3"
time = "0.1.38"
uuid = "0.5.1"

[dev-dependencies]
env_logger = "0.3"
maplit = "0.1.4"
regex = "0.2.1"
env_logger = "0.4.3"
maplit = "1.0.0"
regex = "0.2.5"

0 comments on commit 2eae333

Please sign in to comment.