From 545f187e4c4dbf7707f5933f30a65eaf23e73a0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 00:34:33 +0000 Subject: [PATCH] chore(deps): update rust crate serial_test to 3.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f7832c..b54dc25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ oci-spec = "0.6.5" [dev-dependencies] assert-json-diff = "2.0.2" mockall = "0.12.1" -serial_test = "3.0.0" +serial_test = "3.1.0" k8s-openapi = { version = "0.21.1", default-features = false, features = [ "v1_27", ] }