Skip to content

Commit

Permalink
Bump sodiumoxide to fix vulnerability (#1452)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksymZavershynskyi authored and Kouprin committed Oct 17, 2019
1 parent 491c2ee commit df8de32
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion core/crypto/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
fake_crypto = []

[dependencies]
sodiumoxide = "0.2.2"
sodiumoxide = "0.2.5"
eth-secp256k1 = { git = "https://github.com/paritytech/rust-secp256k1" }
milagro_bls = { git = "https://github.com/michaelsproul/milagro_bls", branch = "little-endian-v0.10" }

Expand Down
2 changes: 1 addition & 1 deletion core/primitives/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ bs58 = "0.2.4"
base64 = "0.10.1"
byteorder = "1.2"
chrono = { version = "0.4.4", features = ["serde"] }
sodiumoxide = "0.2.2"
sodiumoxide = "0.2.5"
lazy_static = "1.4"
serde = "1.0"
serde_derive = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion runtime/near-vm-logic/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ This crate implements the specification of the interface that Near blockchain ex

[dependencies]
bs58 = "0.2.2"
sodiumoxide = { version = "0.2.2", optional = true }
sodiumoxide = { version = "0.2.5", optional = true }
serde = { version = "1.0", features = ["derive"] }
near-runtime-fees = { path = "../near-runtime-fees", version = "0.3.0" }
near-vm-errors = { path = "../near-vm-errors" }
Expand Down
2 changes: 1 addition & 1 deletion runtime/runtime/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ log = "0.4"
kvdb = "0.1"
rand = "0.6"
rand_xorshift = "0.1"
sodiumoxide = "0.2.2"
sodiumoxide = "0.2.5"

near-crypto = { path = "../../core/crypto" }
near-primitives = { path = "../../core/primitives" }
Expand Down

0 comments on commit df8de32

Please sign in to comment.