Skip to content

Commit

Permalink
fix: lock bulletproof repo to correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Mar 25, 2022
1 parent 5fd06b7 commit 4650715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -15,7 +15,7 @@ tari_utilities = { git = "https://github.com/tari-project/tari_utilities.git", t

base64 = "0.10.1"
blake2 = "0.9.1"
bulletproofs = { version = "4.1", package = "tari_bulletproofs", git = "https://github.com/tari-project/bulletproofs", branch = "main" } # todo: update when 4.1 pushed to crates.io
bulletproofs = { version = "4.1.1", package = "tari_bulletproofs", git = "https://github.com/tari-project/bulletproofs", tag = "v4.1.1" }
curve25519-dalek = { package = "curve25519-dalek-ng", version = "4.1", default-features = false, features = ["u64_backend", "serde", "alloc"] }
digest = "0.9.0"
getrandom = { version = "0.2.3", default-features = false, optional = true }
Expand All @@ -28,7 +28,7 @@ serde_json = "1.0"
sha3 = "0.9"
thiserror = "1.0.20"
wasm-bindgen = { version = "^0.2", features = ["serde-serialize"], optional = true }
zeroize = { version = "1.3.0", default-features = false, features = ["alloc"] }
zeroize = { version = "1.5.4", default-features = false, features = ["alloc"] }

[dev-dependencies]
bincode = "1.1.4"
Expand Down

0 comments on commit 4650715

Please sign in to comment.