Skip to content

Commit

Permalink
chore(deps) Update the Fastcrypto pointer (MystenLabs#6660)
Browse files Browse the repository at this point in the history
Co-authored-by: huitseeker <[email protected]>
  • Loading branch information
huitseeker and huitseeker authored Dec 8, 2022
1 parent 1bf581b commit 95ced3b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ move-prover-boogie-backend = { git = "https://github.com/move-language/move", re
move-stackless-bytecode = { git = "https://github.com/move-language/move", rev = "59c5c48547aa7bd9374f2b989d6d9c763914e1f5" }
move-symbol-pool = { git = "https://github.com/move-language/move", rev = "59c5c48547aa7bd9374f2b989d6d9c763914e1f5" }

fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "968ca315e508b8fc4364f2d3ca0c77f47922f8a8" }
fastcrypto-zkp = { git = "https://github.com/MystenLabs/fastcrypto", rev = "968ca315e508b8fc4364f2d3ca0c77f47922f8a8", package = "fastcrypto-zkp" }
fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "5cc756e7d95dfeaa5ba713a789b0cbaa6befcb86" }
fastcrypto-zkp = { git = "https://github.com/MystenLabs/fastcrypto", rev = "5cc756e7d95dfeaa5ba713a789b0cbaa6befcb86", package = "fastcrypto-zkp" }

# anemo dependencies
anemo = { git = "https://github.com/mystenlabs/anemo.git", rev = "7ebdcf82b5cccce71e9483d5b028329475a41a20" }
Expand Down
2 changes: 0 additions & 2 deletions crates/sui-core/tests/staged/sui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ AuthoritySignInfo:
TYPENAME: BLS12381Signature
BLS12381KeyPair:
STRUCT:
- type: STR
- name: STR
- secret: STR
BLS12381Signature:
Expand Down Expand Up @@ -88,7 +87,6 @@ DeleteKind:
Wrap: UNIT
Ed25519KeyPair:
STRUCT:
- type: STR
- name: STR
- secret: STR
EntryArgumentError:
Expand Down
10 changes: 5 additions & 5 deletions crates/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ ethnum = { version = "1", default-features = false }
event-listener = { version = "2", default-features = false }
eyre = { version = "0.6", features = ["auto-install", "track-caller"] }
fail = { version = "0.4", default-features = false }
fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "968ca315e508b8fc4364f2d3ca0c77f47922f8a8", features = ["copy_key", "secure"] }
fastcrypto-zkp = { git = "https://github.com/MystenLabs/fastcrypto", rev = "968ca315e508b8fc4364f2d3ca0c77f47922f8a8", default-features = false }
fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "5cc756e7d95dfeaa5ba713a789b0cbaa6befcb86", features = ["copy_key", "secure"] }
fastcrypto-zkp = { git = "https://github.com/MystenLabs/fastcrypto", rev = "5cc756e7d95dfeaa5ba713a789b0cbaa6befcb86", default-features = false }
fastrand = { version = "1", default-features = false }
fd-lock = { version = "3", default-features = false }
fdlimit = { version = "0.2", default-features = false }
Expand Down Expand Up @@ -857,9 +857,9 @@ ethnum = { version = "1", default-features = false }
event-listener = { version = "2", default-features = false }
eyre = { version = "0.6", features = ["auto-install", "track-caller"] }
fail = { version = "0.4", default-features = false }
fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "968ca315e508b8fc4364f2d3ca0c77f47922f8a8", features = ["copy_key", "secure"] }
fastcrypto-derive = { git = "https://github.com/MystenLabs/fastcrypto", rev = "968ca315e508b8fc4364f2d3ca0c77f47922f8a8", default-features = false }
fastcrypto-zkp = { git = "https://github.com/MystenLabs/fastcrypto", rev = "968ca315e508b8fc4364f2d3ca0c77f47922f8a8", default-features = false }
fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "5cc756e7d95dfeaa5ba713a789b0cbaa6befcb86", features = ["copy_key", "secure"] }
fastcrypto-derive = { git = "https://github.com/MystenLabs/fastcrypto", rev = "5cc756e7d95dfeaa5ba713a789b0cbaa6befcb86", default-features = false }
fastcrypto-zkp = { git = "https://github.com/MystenLabs/fastcrypto", rev = "5cc756e7d95dfeaa5ba713a789b0cbaa6befcb86", default-features = false }
fastrand = { version = "1", default-features = false }
fd-lock = { version = "3", default-features = false }
fdlimit = { version = "0.2", default-features = false }
Expand Down

0 comments on commit 95ced3b

Please sign in to comment.