Skip to content

Commit

Permalink
Merge pull request #25 from wireapp/sodiumoxide25
Browse files Browse the repository at this point in the history
Bump sodiumoxide to 0.2.5
  • Loading branch information
raphaelrobert authored Oct 16, 2019
2 parents cfca201 + e20adcd commit 07e11b1
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
84 changes: 42 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "proteus"
version = "1.0.2"
version = "1.0.3"
authors = ["Wire Swiss GmbH <[email protected]>"]
description = "Axolotl protocol implementation"
homepage = "https://github.com/wireapp/proteus"
Expand All @@ -10,6 +10,6 @@ license = "GPL-3.0"

[dependencies]
cbor-codec = ">= 0.7.0"
hkdf = { git = "https://github.com/wireapp/hkdf", tag = "v0.3.1"}
sodiumoxide = { version = "^0.2.0", default-features = false, features = ["std"] }
hkdf = { git = "https://github.com/wireapp/hkdf", tag = "v0.3.2"}
sodiumoxide = { version = "^0.2.5", default-features = false, features = ["std"] }

0 comments on commit 07e11b1

Please sign in to comment.