diff --git a/Cargo.toml b/Cargo.toml index ff7b34c..3a26bbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,12 +7,13 @@ resolver = "1" # Fixes lalrpop issue, see: https://github.com/lalrpop/lalrpop/is [dependencies] clap = "2.34.0" dotenv = "0.15.0" -env_logger = "0.10.1" +env_logger = "0.11.1" log = "0.4.20" -regex = "1.10.2" +regex = "1.10.3" +rand = "0.8.5" serde_json = "1.0" -serde = { version = "1.0.193", features = ["derive"] } -thiserror = "1.0.50" +serde = { version = "1.0.196", features = ["derive"] } +thiserror = "1.0.56" # DSL circom-circom_algebra = { git = "https://github.com/iden3/circom", package = "circom_algebra"} @@ -29,7 +30,6 @@ circom-type_analysis = { git = "https://github.com/iden3/circom", package = "ty # MPZ mpz-circuits = { git = "https://github.com/privacy-scaling-explorations/mpz", package = "mpz-circuits"} -rand = "0.8.5" [[bin]] name="circom"