Skip to content

Commit

Permalink
chore(deps) Update the Fastcrypto pointer (MystenLabs#6828)
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker authored Dec 15, 2022
1 parent 3d0d991 commit 708d938
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
7 changes: 4 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 @@ -125,8 +125,8 @@ move-prover-boogie-backend = { git = "https://github.com/move-language/move", re
move-stackless-bytecode = { git = "https://github.com/move-language/move", rev = "265e8792ff2935db8246ddb308b36b893d507851" }
move-symbol-pool = { git = "https://github.com/move-language/move", rev = "265e8792ff2935db8246ddb308b36b893d507851" }

fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "b69f4f4b4e8919b6b647304094a9d4e138facc3d" }
fastcrypto-zkp = { git = "https://github.com/MystenLabs/fastcrypto", rev = "b69f4f4b4e8919b6b647304094a9d4e138facc3d", package = "fastcrypto-zkp" }
fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "eb58b7715088f3aecb714d94ab48fef984f54451" }
fastcrypto-zkp = { git = "https://github.com/MystenLabs/fastcrypto", rev = "eb58b7715088f3aecb714d94ab48fef984f54451", package = "fastcrypto-zkp" }

# anemo dependencies
anemo = { git = "https://github.com/mystenlabs/anemo.git", rev = "7ebdcf82b5cccce71e9483d5b028329475a41a20" }
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 @@ -194,8 +194,8 @@ event-listener = { version = "2", default-features = false }
eyre = { version = "0.6", features = ["auto-install", "track-caller"] }
fail-9fbad63c4bcf4a8f = { package = "fail", version = "0.4", default-features = false }
fail-d8f496e17d97b5cb = { package = "fail", version = "0.5", default-features = false }
fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "b69f4f4b4e8919b6b647304094a9d4e138facc3d", features = ["copy_key", "secure"] }
fastcrypto-zkp = { git = "https://github.com/MystenLabs/fastcrypto", rev = "b69f4f4b4e8919b6b647304094a9d4e138facc3d", default-features = false }
fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "eb58b7715088f3aecb714d94ab48fef984f54451", features = ["copy_key", "secure"] }
fastcrypto-zkp = { git = "https://github.com/MystenLabs/fastcrypto", rev = "eb58b7715088f3aecb714d94ab48fef984f54451", 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 @@ -862,9 +862,9 @@ event-listener = { version = "2", default-features = false }
eyre = { version = "0.6", features = ["auto-install", "track-caller"] }
fail-9fbad63c4bcf4a8f = { package = "fail", version = "0.4", default-features = false }
fail-d8f496e17d97b5cb = { package = "fail", version = "0.5", default-features = false }
fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "b69f4f4b4e8919b6b647304094a9d4e138facc3d", features = ["copy_key", "secure"] }
fastcrypto-derive = { git = "https://github.com/MystenLabs/fastcrypto", rev = "b69f4f4b4e8919b6b647304094a9d4e138facc3d", default-features = false }
fastcrypto-zkp = { git = "https://github.com/MystenLabs/fastcrypto", rev = "b69f4f4b4e8919b6b647304094a9d4e138facc3d", default-features = false }
fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "eb58b7715088f3aecb714d94ab48fef984f54451", features = ["copy_key", "secure"] }
fastcrypto-derive = { git = "https://github.com/MystenLabs/fastcrypto", rev = "eb58b7715088f3aecb714d94ab48fef984f54451", default-features = false }
fastcrypto-zkp = { git = "https://github.com/MystenLabs/fastcrypto", rev = "eb58b7715088f3aecb714d94ab48fef984f54451", 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 708d938

Please sign in to comment.