aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5fbc317..edb9f46 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,10 @@ env_logger = "0.3"
rand = "0.3"
protobuf = "1.3"
log = "0.3"
-sodiumoxide = "0.0.15"
+sodiumoxide = "0.0.16"
[dev-dependencies]
tempdir = "0.3"
+
+[patch.crates-io]
+sodiumoxide = { git = 'https://github.com/bnewbold/sodiumoxide-patched', branch = 'stream_xor_ic' }