Merge pull request #23 from boltlabs-inc/dependabot/cargo/sodiumoxide-0.2.5

build(deps): update sodiumoxide requirement from 0.0.16 to 0.2.5
This commit is contained in:
J. Ayo Akinyele 2019-10-16 12:51:21 -04:00 committed by GitHub
commit e376f0e43d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ rand_xorshift = "0.1"
ff = { git = "https://github.com/boltlabs-inc/ff", branch = "master" }
pairing = { git = "https://github.com/boltlabs-inc/pairing", branch = "master", features = ["serde"] }
bincode = "0.6.1"
sodiumoxide = "0.0.16"
sodiumoxide = "0.2.5"
libc = "*"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"