diff --git a/Cargo.toml b/Cargo.toml index d6490d6ba76f0f7cd8ea246c4f27f2bd71f5636e..d17a0872287b61650911e65efc683d701b5d17b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ ark-serialize = "0.4.2" ark-std = "0.4.0" clap = { version = "4.5.4", features = ["derive"] } indicatif = "0.17.8" -plnk = { git = "https://gitlab.isae-supaero.fr/a.stevan/plnk", tag = "0.6.0", version = "0.6.0" } +plnk = { git = "https://gitlab.isae-supaero.fr/a.stevan/plnk", tag = "0.7.0", version = "0.7.0" } rand = "0.8.5" rs_merkle = "1.4.1" thiserror = "1.0.50"