chore: Update patch rev for sigstore

This commit is contained in:
Gerald Pinder 2024-09-01 14:23:14 -04:00
parent b60f1ada45
commit 3dfe5785f7
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -3883,7 +3883,7 @@ dependencies = [
[[package]]
name = "sigstore"
version = "0.9.0"
source = "git+https://github.com/gmpinder/sigstore-rs.git?rev=3a804bff#3a804bff5805dde3140c17b4fc9272572447472d"
source = "git+https://github.com/gmpinder/sigstore-rs.git?rev=cd0d10429fc09ddb08a8d1c7244a1623772113af#cd0d10429fc09ddb08a8d1c7244a1623772113af"
dependencies = [
"async-trait",
"base64 0.22.1",

View file

@ -108,4 +108,4 @@ panic = "abort"
[patch.crates-io]
# sigstore = { path = "../../sigstore-rs/" }
sigstore = { git = "https://github.com/gmpinder/sigstore-rs.git", rev = "3a804bff" }
sigstore = { git = "https://github.com/gmpinder/sigstore-rs.git", rev = "cd0d10429fc09ddb08a8d1c7244a1623772113af" }

View file

@ -54,4 +54,4 @@ workspace = true
sigstore = ["dep:tokio", "dep:sigstore"]
[patch.crates-io]
sigstore = { git = "https://github.com/gmpinder/sigstore-rs.git", rev = "3a804bff" }
sigstore = { git = "https://github.com/gmpinder/sigstore-rs.git", rev = "cd0d10429fc09ddb08a8d1c7244a1623772113af" }