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", 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"