From 0dbc1f1cfcf98563cbee8d54bc4eb176f1f74a5b Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 03:35:21 +0000 Subject: [PATCH] chore: Update Rust crate itertools to 0.11.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 1be2c0359..95a6d5087 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 }