Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
noproto committed Aug 31, 2021
1 parent 2dd58b8 commit aad4164
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Cargo compiled files and executables
/target/
Cargo.lock
# Editor files
/.vscode/
4 changes: 2 additions & 2 deletions src/application/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ goblin = { version = "0.4" }
# Cryptographic dependencies
sha3 = { version = "0.9" }
blake3 = { version = "1.0" }
argon2 = { version = "0.2" }
crypto_box = { version = "0.6" }
argon2 = { version = "0.3" }
crypto_box = { version = "0.7" }

[features]
whitelist_test = []
2 changes: 1 addition & 1 deletion src/library/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ glob = { version = "0.3" }
# Cryptographic dependencies
sha3 = { version = "0.9" }
blake3 = { version = "1.0" }
argon2 = { version = "0.2" }
argon2 = { version = "0.3" }

[features]
whitelist_test = []

0 comments on commit aad4164

Please sign in to comment.