From fae4962180219d0e32328543f11721d50dc5f2cc 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, 11 May 2024 03:49:27 +0000 Subject: [PATCH] chore: Update Rust crate erased-serde to 0.3.23, ||, ^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 4b133244..01d281a3 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -50,7 +50,7 @@ async-trait = "0.1.73" libquil-sys = { version = "0.4.0", optional = true } [dev-dependencies] -erased-serde = "0.3.23" +erased-serde = "0.3.23, ||, ^0" float-cmp = "0.9.0" hex = "0.4.3" maplit = "1.0.2"