Skip to content

Commit 6df4a99

Browse files
authored
Merge pull request #2044 from mintlayer/fix_ci
Update `rustls-webpki`
2 parents 6080135 + 06e5b1f commit 6df4a99

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

supply-chain/config.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,10 +1408,6 @@ criteria = "safe-to-deploy"
14081408
version = "1.1.0"
14091409
criteria = "safe-to-deploy"
14101410

1411-
[[exemptions.unarray]]
1412-
version = "0.1.4"
1413-
criteria = "safe-to-deploy"
1414-
14151411
[[exemptions.unicode-bidi-mirroring]]
14161412
version = "0.2.0"
14171413
criteria = "safe-to-deploy"

supply-chain/imports.lock

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,8 +1430,8 @@ user-login = "cpu"
14301430
user-name = "Daniel McCarney"
14311431

14321432
[[publisher.rustls-webpki]]
1433-
version = "0.103.12"
1434-
when = "2026-04-14"
1433+
version = "0.103.13"
1434+
when = "2026-04-21"
14351435
user-id = 2751
14361436
user-login = "ctz"
14371437
user-name = "Joe Birr-Pixton"
@@ -3147,6 +3147,15 @@ criteria = "safe-to-deploy"
31473147
version = "0.2.4"
31483148
notes = "Implements a concurrency primitive with atomics, and is not obviously incorrect"
31493149

3150+
[[audits.bytecode-alliance.audits.unarray]]
3151+
who = "Alex Crichton <alex@alexcrichton.com>"
3152+
criteria = "safe-to-deploy"
3153+
version = "0.1.4"
3154+
notes = """
3155+
Crate is sound, albeit leaky, and not actively malicious. Probably not the best
3156+
crate to use in practice but it's suitable for testing dependencies.
3157+
"""
3158+
31503159
[[audits.bytecode-alliance.audits.vcpkg]]
31513160
who = "Pat Hickey <phickey@fastly.com>"
31523161
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)