diff --git a/Cargo.lock b/Cargo.lock index 611c69ce..157d25ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8274,7 +8274,6 @@ dependencies = [ "nssa_core", "optfield", "rand 0.8.5", - "risc0-zkvm", "serde", "serde_json", "sha2", diff --git a/wallet/Cargo.toml b/wallet/Cargo.toml index 13a2f627..facbb288 100644 --- a/wallet/Cargo.toml +++ b/wallet/Cargo.toml @@ -28,7 +28,6 @@ rand.workspace = true itertools.workspace = true sha2.workspace = true futures.workspace = true -risc0-zkvm.workspace = true async-stream.workspace = true indicatif = { version = "0.18.3", features = ["improved_unicode"] } optfield = "0.4.0"