From 0f8b67a26f7ef6ec1b2b76c9a2516023663a88c2 Mon Sep 17 00:00:00 2001 From: Lann Martin Date: Fri, 10 Nov 2023 13:13:09 -0500 Subject: [PATCH] Fix http-rust-outbound-post Cargo.lock Signed-off-by: Lann Martin --- examples/http-rust-outbound-post/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/http-rust-outbound-post/Cargo.lock b/examples/http-rust-outbound-post/Cargo.lock index 65034ef19..48c72ef4b 100644 --- a/examples/http-rust-outbound-post/Cargo.lock +++ b/examples/http-rust-outbound-post/Cargo.lock @@ -466,7 +466,7 @@ dependencies = [ [[package]] name = "spin-sdk" -version = "2.0.0" +version = "2.0.1" dependencies = [ "anyhow", "async-trait",