From 8708be4e0a6e3b5211b2cb6cc95285d4ec0240b4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 10:22:33 +0000 Subject: [PATCH] build(deps): update sodiumoxide requirement from 0.0.16 to 0.2.5 Updates the requirements on [sodiumoxide](https://github.com/sodiumoxide/sodiumoxide) to permit the latest version. - [Release notes](https://github.com/sodiumoxide/sodiumoxide/releases) - [Changelog](https://github.com/sodiumoxide/sodiumoxide/blob/master/CHANGELOG.md) - [Commits](https://github.com/sodiumoxide/sodiumoxide/compare/sodiumoxide-0.0.16...0.2.5) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f319543..68d0007 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"