chore: Update patch rev for sigstore
This commit is contained in:
parent
b60f1ada45
commit
3dfe5785f7
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue