Skip to content

Commit 9334aeb

Browse files
committed
fix #148: switching anisette providers
for some reason the original stopped working correctly, possibly the server is down, I wouldn't know.
1 parent d360916 commit 9334aeb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/plume_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ p12-keystore = "0.2.0" # p12 crate only supports legacy PKCS#12
4545
goblin = "0.9.3"
4646
# Forks
4747
apple-codesign = { git = "https://github.com/PlumeImpactor/plume-apple-platform-rs", rev = "428b42f", package = "apple-codesign", default-features = false }
48-
omnisette = { git = "https://github.com/PlumeImpactor/omnisette", rev = "c066ac2", package = "omnisette", features = [
48+
omnisette = { git = "https://github.com/PlumeImpactor/omnisette", rev = "c5c4cf2", package = "omnisette", features = [
4949
"remote-anisette-v3",
5050
] }
5151
srp = "0.7.0-rc.1"

0 commit comments

Comments
 (0)