chore: update Cargo dependencies and lock file

- Upgraded multiple Rust crates including:
  - ark-circom (from registry to git source)
  - ark-* crates to newer versions
  - wasmer to version 4.4.0
  - zerokit_utils to latest git version
- Updated various other dependencies to their latest versions
This commit is contained in:
seemenkina 2025-02-11 18:11:54 +07:00
parent afe02ffbca
commit 2cb9173d8c
No known key found for this signature in database
2 changed files with 3121 additions and 1030 deletions

4149
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -25,7 +25,7 @@ rand = "0.8"
secp256k1 = { version = "0.26", features = ["rand", "recovery", "serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sscanf = "0.4"
sscanf = "0.3.1"
smart-default = "0.6"
url = "2.3"
waku-sys = { version = "1.0.0", path = "../waku-sys" }