From edf8a8186d77b787a95b6b0479df9a41a17d1e98 Mon Sep 17 00:00:00 2001 From: Jacob Weightman Date: Wed, 11 Sep 2024 18:01:52 -0500 Subject: [PATCH] Manual Dependabot updates (#31) The Dependabot PRs (#1, #2) seem to fail in CI due to not having a Linear API key. We could probably look into fixing that somehow, but I'd like to just clear out these PRs for now. --- zirgen/circuit/fib/Cargo.toml | 2 +- zirgen/dsl/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zirgen/circuit/fib/Cargo.toml b/zirgen/circuit/fib/Cargo.toml index d6a8382a..c810df83 100644 --- a/zirgen/circuit/fib/Cargo.toml +++ b/zirgen/circuit/fib/Cargo.toml @@ -9,7 +9,7 @@ log = "0.4" risc0-zkp = { workspace = true, features = ["default"] } [dev-dependencies] -env_logger = "0.10" +env_logger = "0.11" [build-dependencies] cc = { version = "1.0", features = ["parallel"] } diff --git a/zirgen/dsl/Cargo.toml b/zirgen/dsl/Cargo.toml index ee2ec677..fbfaa52f 100644 --- a/zirgen/dsl/Cargo.toml +++ b/zirgen/dsl/Cargo.toml @@ -15,7 +15,7 @@ pretty_assertions = "1.4" rayon = "1.8" risc0-core = { workspace = true } risc0-zkp = { workspace = true, default-features = false, features = ["prove"] } -serial_test = "2.0" +serial_test = "3.1" strum = { version = "0.26", features = ["derive"] } strum_macros = "0.26" test-log = { version = "0.2", features = ["trace"] }