From 0027e3522667f875c8c2541b0ad6976676cc83db Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Thu, 15 Feb 2024 16:26:14 -0500 Subject: [PATCH 1/2] rust: 0.3.3 Signed-off-by: William Woodruff --- gen/pb-rust/sigstore-protobuf-specs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/pb-rust/sigstore-protobuf-specs/Cargo.toml b/gen/pb-rust/sigstore-protobuf-specs/Cargo.toml index 05b8eb07..ea3cdd59 100644 --- a/gen/pb-rust/sigstore-protobuf-specs/Cargo.toml +++ b/gen/pb-rust/sigstore-protobuf-specs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sigstore_protobuf_specs" -version = "0.3.2" +version = "0.3.3" authors = ["Sigstore Authors "] edition = "2021" homepage = "https://github.com/sigstore/protobuf-specs" From f78a0669f0c78907983ffaf1b176112c35bb4f9e Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Thu, 15 Feb 2024 16:30:00 -0500 Subject: [PATCH 2/2] bump lockfile Signed-off-by: William Woodruff --- gen/pb-rust/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/pb-rust/Cargo.lock b/gen/pb-rust/Cargo.lock index eafa44da..27a8d465 100644 --- a/gen/pb-rust/Cargo.lock +++ b/gen/pb-rust/Cargo.lock @@ -425,7 +425,7 @@ dependencies = [ [[package]] name = "sigstore_protobuf_specs" -version = "0.3.2" +version = "0.3.3" dependencies = [ "anyhow", "glob",