Skip to content

Commit

Permalink
Bump deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
samscott89 committed May 29, 2021
1 parent 8593ae0 commit afe1909
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@ harness = false

[dependencies]
argon2rs = "0.2.5"
data-encoding = "2.3.1"
data-encoding = "2.3.2"
error-chain = "0.12.4"
lazy_static = "1.4.0"
log = "0.4.11"
log = "0.4.14"
num-traits = "0.2.14"
ring = { version = "0.16.18", default-features = false, features = ["std"] }
rpassword = "5.0.0"
ring = { version = "0.16.20", default-features = false, features = ["std"] }
rpassword = "5.0.1"
bcrypt = "0.9.0"
serde = { version = "1.0.117", features = ["serde_derive"] }
serde = { version = "1.0.126", features = ["serde_derive"] }
serde_mcf = "0.1.3"
serde_yaml = "0.8.14"
serde_yaml = "0.8.17"
scrypt = "0.7.0"

[dev-dependencies]
cargon = "0.0.1"
criterion = "0.3.3"
env_logger = "0.8.2"
criterion = "0.3.4"
env_logger = "0.8.3"

[features]
bench = []
Expand Down

0 comments on commit afe1909

Please sign in to comment.