Skip to content

Commit

Permalink
build(deps): update sigstore_protobuf_specs requirement from 0.3 to 0.4
Browse files Browse the repository at this point in the history
Updates the requirements on [sigstore_protobuf_specs](https://github.com/sigstore/protobuf-specs) to permit the latest version.
- [Release notes](https://github.com/sigstore/protobuf-specs/releases)
- [Changelog](https://github.com/sigstore/protobuf-specs/blob/main/CHANGELOG.md)
- [Commits](sigstore/protobuf-specs@v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: sigstore_protobuf_specs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 7769a0c commit 11a9132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ serde_json = "1.0"
serde_with = { version = "3.9", features = ["base64", "json"], optional = true }
sha2 = { version = "0.10", features = ["oid"] }
signature = { version = "2.2" }
sigstore_protobuf_specs = { version = "0.3", optional = true }
sigstore_protobuf_specs = { version = "0.4", optional = true }
thiserror = "2.0"
tokio = { version = "1", features = ["rt"] }
tokio-util = { version = "0.7", features = ["io-util"] }
Expand Down

0 comments on commit 11a9132

Please sign in to comment.