From 0fa40a99b48df4556de1e108f3f27d8b5c893f57 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 03:35:32 +0000 Subject: [PATCH] chore: Update Rust crate derive_builder to 0.12.0, ||, ^0 --- crates/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 6ee74439b..2da3a660b 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -44,7 +44,7 @@ uuid = { version = "1.2.1", features = ["v4"] } tonic = { version = "0.9.2", features = ["tls", "tls-roots"] } zmq = { version = "0.10.0" } itertools = "0.11.0" -derive_builder = "0.12.0" +derive_builder = "0.12.0, ||, ^0" async-trait = "0.1.73" libquil-sys = { version = "0.4.0", optional = true }