diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index a9f13c07b..4d153d548 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -44,7 +44,7 @@ tracing = { version = "0.1", optional = true, features = ["log"] } uuid = { version = "1.2.1", features = ["v4"] } tonic = { version = "0.11.0", features = ["tls", "tls-roots"] } zmq = { version = "0.10.0" } -itertools = "0.11.0" +itertools = "0.11.0, ||, ^0" derive_builder = "0.12.0" async-trait = "0.1.73" libquil-sys = { version = "0.4.0", optional = true }