Skip to content

Commit

Permalink
Merge pull request #411 from Xynnn007/fix-dep-import
Browse files Browse the repository at this point in the history
cosign: fix regex dependency import
  • Loading branch information
flavio authored Oct 18, 2024
2 parents 76f95c9 + 109f165 commit 037b7be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ sigstore-trust-root = [
"futures-util",
"tough",
"reqwest_0_11",
"regex",
"tokio/sync",
]
sigstore-trust-root-native-tls = [
Expand All @@ -78,7 +77,7 @@ cosign-rustls-tls = [
"cosign",
"registry-rustls-tls",
]
cosign = ["olpc-cjson"]
cosign = ["olpc-cjson", "regex"]
cert = []

registry-native-tls = ["oci-client/native-tls", "registry"]
Expand Down

0 comments on commit 037b7be

Please sign in to comment.