From ce13ff049da73777f388f63334e04f702c7c0495 Mon Sep 17 00:00:00 2001 From: computermouth Date: Thu, 12 Sep 2024 14:59:11 -0600 Subject: [PATCH] add base64 to the cargo.lock --- cli/tests/trap-test/Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/tests/trap-test/Cargo.lock b/cli/tests/trap-test/Cargo.lock index d5d0ae38..b19fce16 100644 --- a/cli/tests/trap-test/Cargo.lock +++ b/cli/tests/trap-test/Cargo.lock @@ -2362,6 +2362,7 @@ version = "0.12.1" dependencies = [ "anyhow", "async-trait", + "base64", "bytes", "bytesize", "cfg-if",