From 98aaced1e26c6e314dfd78f467f85663d5bd1f7c Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 04:20:10 +0000 Subject: [PATCH] Update Rust crate test-strategy to 0.4.0 --- Cargo.lock | 33 +++++---------------------------- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 29 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a667cacef7..30d48d7a21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8228,7 +8228,7 @@ dependencies = [ "quote", "regex", "regex-syntax 0.8.5", - "structmeta 0.3.0", + "structmeta", "syn 2.0.87", ] @@ -11256,18 +11256,6 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" -[[package]] -name = "structmeta" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78ad9e09554f0456d67a69c1584c9798ba733a5b50349a6c0d0948710523922d" -dependencies = [ - "proc-macro2", - "quote", - "structmeta-derive 0.2.0", - "syn 2.0.87", -] - [[package]] name = "structmeta" version = "0.3.0" @@ -11276,18 +11264,7 @@ checksum = "2e1575d8d40908d70f6fd05537266b90ae71b15dbbe7a8b7dffa2b759306d329" dependencies = [ "proc-macro2", "quote", - "structmeta-derive 0.3.0", - "syn 2.0.87", -] - -[[package]] -name = "structmeta-derive" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a60bcaff7397072dca0017d1db428e30d5002e00b6847703e2e42005c95fbe00" -dependencies = [ - "proc-macro2", - "quote", + "structmeta-derive", "syn 2.0.87", ] @@ -11590,13 +11567,13 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test-strategy" -version = "0.3.1" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8361c808554228ad09bfed70f5c823caf8a3450b6881cc3a38eb57e8c08c1d9" +checksum = "2bf41af45e3f54cc184831d629d41d5b2bda8297e29c81add7ae4f362ed5e01b" dependencies = [ "proc-macro2", "quote", - "structmeta 0.2.0", + "structmeta", "syn 2.0.87", ] diff --git a/Cargo.toml b/Cargo.toml index 8f4ba04ad1..2f3867ec47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -630,7 +630,7 @@ tempfile = "3.10" term = "0.7" termios = "0.3" textwrap = "0.16.1" -test-strategy = "0.3.1" +test-strategy = "0.4.0" thiserror = "1.0" tofino = { git = "https://github.com/oxidecomputer/tofino", branch = "main" } tokio = "1.40.0"