mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-22 03:23:05 +00:00
bumped dependencies
This commit is contained in:
parent
f54723f4dd
commit
3fe5e09902
1 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ crossbeam = "0.3"
|
|||
csv = "1.0.0-beta.4"
|
||||
data-encoding = "2.0.0-rc.1"
|
||||
env_logger = "0.4"
|
||||
error-chain = "0.10"
|
||||
error-chain = "0.11"
|
||||
flate2 = "0.2.19"
|
||||
glob = "0.2"
|
||||
image = "0.15"
|
||||
|
@ -32,7 +32,7 @@ rand = "0.3"
|
|||
rayon = "0.8"
|
||||
regex = "0.2"
|
||||
reqwest = "0.7"
|
||||
ring = "0.11.0"
|
||||
ring = "0.12.0"
|
||||
same-file = "0.1"
|
||||
select = "0.4"
|
||||
serde = "1.0"
|
||||
|
@ -49,7 +49,7 @@ walkdir = "1.0.7"
|
|||
syslog = "3.3.0"
|
||||
|
||||
[build-dependencies]
|
||||
skeptic = "0.12"
|
||||
skeptic = "0.13"
|
||||
|
||||
[dev-dependencies]
|
||||
skeptic = "0.12"
|
||||
skeptic = "0.13"
|
||||
|
|
Loading…
Reference in a new issue