Skip to content

Commit

Permalink
Cargo.toml: update all dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mcginty committed Feb 14, 2021
1 parent 4096c55 commit 8c28083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ travis-ci = { repository = "mcginty/snow", branch = "master" }

[dependencies]
rand_core = "0.6"
subtle = "2.2"
subtle = "2.4"

# default crypto provider
aes-gcm = { version = "0.8", optional = true }
Expand All @@ -54,7 +54,7 @@ pqcrypto-traits = { version = "0.3", optional = true }
ring = { version = "^0.16.2", optional = true, features = ["std"] }
# libsodium crypto provider
sodiumoxide = { version = "0.2", optional = true }
byteorder = { version = "1.3", optional = true }
byteorder = { version = "1.4", optional = true }

[dev-dependencies]
clap = "2"
Expand Down

0 comments on commit 8c28083

Please sign in to comment.