Skip to content

Commit

Permalink
chore: update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jul 20, 2020
1 parent 6b101a7 commit cbb8b14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ edition = "2018"
aes = "^0.4"
base64 = "^0.12.0"
bitfield = "0.13.1"
block-modes = "^0.4"
block-modes = "^0.5"
block-padding = "0.2.0"
blowfish = "^0.5"
byteorder = "^1.2"
Expand Down Expand Up @@ -83,9 +83,9 @@ features = ["std", "u64_backend"]

[dev-dependencies]
glob = "^0.3"
hex-literal = "^0.2"
hex-literal = "^0.3"
pretty_assertions = "0.6"
pretty_env_logger = "0.3"
pretty_env_logger = "0.4"
rand_chacha = "0.2"
rand_xorshift = "0.2"
regex = "^1.1"
Expand Down

0 comments on commit cbb8b14

Please sign in to comment.