Skip to content

Commit edfd1d0

Browse files
authored
chore: update cc exemption to 1.2.59 in cargo-vet config (#1057)
## Summary - Update `cc` crate exemption from 1.2.58 to 1.2.59 in `supply-chain/config.toml` - Fixes `cargo vet` failure blocking all PRs
1 parent 502c380 commit edfd1d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

supply-chain/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ version = "0.2.4"
155155
criteria = "safe-to-deploy"
156156

157157
[[exemptions.cc]]
158-
version = "1.2.58"
158+
version = "1.2.59"
159159
criteria = "safe-to-deploy"
160160

161161
[[exemptions.cesu8]]

0 commit comments

Comments
 (0)