Update dependencies to latest versions
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -5,11 +5,11 @@ authors = ["Tim Visée <timvisee@gmail.com>"]
|
||||
|
||||
[dependencies]
|
||||
bufstream = "0.1"
|
||||
clap = "2.31"
|
||||
image = "0.22"
|
||||
num_cpus = "1.8"
|
||||
regex = "1.3"
|
||||
rayon = "1.3.0"
|
||||
clap = "2.34"
|
||||
image = "0.23"
|
||||
num_cpus = "1.13.1"
|
||||
regex = "1.5"
|
||||
rayon = "1.5.1"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
Reference in New Issue
Block a user