Skip to content

Commit 4d563c2

Browse files
committed
Update to cap-std 3.4.4, fixing bytecodealliance#10577 on Windows
This picks up bytecodealliance/cap-std#388. Fixes bytecodealliance#10577.
1 parent 0467d6f commit 4d563c2

File tree

3 files changed

+70
-26
lines changed

3 files changed

+70
-26
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -291,12 +291,12 @@ regalloc2 = "0.12.1"
291291

292292
# cap-std family:
293293
target-lexicon = "0.13.0"
294-
cap-std = "3.4.1"
295-
cap-rand = { version = "3.4.1", features = ["small_rng"] }
296-
cap-fs-ext = "3.4.1"
297-
cap-net-ext = "3.4.1"
298-
cap-time-ext = "3.4.1"
299-
cap-tempfile = "3.4.1"
294+
cap-std = "3.4.4"
295+
cap-rand = { version = "3.4.4", features = ["small_rng"] }
296+
cap-fs-ext = "3.4.4"
297+
cap-net-ext = "3.4.4"
298+
cap-time-ext = "3.4.4"
299+
cap-tempfile = "3.4.4"
300300
fs-set-times = "0.20.1"
301301
system-interface = { version = "0.27.1", features = ["cap_std_impls"] }
302302
io-lifetimes = { version = "2.0.3", default-features = false }

supply-chain/audits.toml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,6 +1224,11 @@ who = "Dan Gohman <[email protected]>"
12241224
criteria = "safe-to-deploy"
12251225
delta = "3.4.0 -> 3.4.1"
12261226

1227+
[[audits.cap-fs-ext]]
1228+
who = "Dan Gohman <[email protected]>"
1229+
criteria = "safe-to-deploy"
1230+
delta = "3.4.1 -> 3.4.4"
1231+
12271232
[[audits.cap-net-ext]]
12281233
who = "Dan Gohman <[email protected]>"
12291234
criteria = "safe-to-deploy"
@@ -1239,6 +1244,11 @@ who = "Dan Gohman <[email protected]>"
12391244
criteria = "safe-to-deploy"
12401245
delta = "3.4.0 -> 3.4.1"
12411246

1247+
[[audits.cap-net-ext]]
1248+
who = "Dan Gohman <[email protected]>"
1249+
criteria = "safe-to-deploy"
1250+
delta = "3.4.1 -> 3.4.4"
1251+
12421252
[[audits.cap-primitives]]
12431253
who = "Dan Gohman <[email protected]>"
12441254
criteria = "safe-to-deploy"
@@ -1278,6 +1288,11 @@ who = "Dan Gohman <[email protected]>"
12781288
criteria = "safe-to-deploy"
12791289
delta = "3.4.0 -> 3.4.1"
12801290

1291+
[[audits.cap-primitives]]
1292+
who = "Dan Gohman <[email protected]>"
1293+
criteria = "safe-to-deploy"
1294+
delta = "3.4.1 -> 3.4.4"
1295+
12811296
[[audits.cap-rand]]
12821297
who = "Alex Crichton <[email protected]>"
12831298
criteria = "safe-to-deploy"
@@ -1311,6 +1326,11 @@ who = "Dan Gohman <[email protected]>"
13111326
criteria = "safe-to-deploy"
13121327
delta = "3.4.0 -> 3.4.1"
13131328

1329+
[[audits.cap-rand]]
1330+
who = "Dan Gohman <[email protected]>"
1331+
criteria = "safe-to-deploy"
1332+
delta = "3.4.1 -> 3.4.4"
1333+
13141334
[[audits.cap-std]]
13151335
who = "Dan Gohman <[email protected]>"
13161336
criteria = "safe-to-deploy"
@@ -1350,6 +1370,11 @@ who = "Dan Gohman <[email protected]>"
13501370
criteria = "safe-to-deploy"
13511371
delta = "3.4.0 -> 3.4.1"
13521372

1373+
[[audits.cap-std]]
1374+
who = "Dan Gohman <[email protected]>"
1375+
criteria = "safe-to-deploy"
1376+
delta = "3.4.1 -> 3.4.4"
1377+
13531378
[[audits.cap-tempfile]]
13541379
who = "Dan Gohman <[email protected]>"
13551380
criteria = "safe-to-run"
@@ -1407,6 +1432,11 @@ who = "Dan Gohman <[email protected]>"
14071432
criteria = "safe-to-deploy"
14081433
delta = "3.4.0 -> 3.4.1"
14091434

1435+
[[audits.cap-time-ext]]
1436+
who = "Dan Gohman <[email protected]>"
1437+
criteria = "safe-to-deploy"
1438+
delta = "3.4.1 -> 3.4.4"
1439+
14101440
[[audits.capstone]]
14111441
who = "Alex Crichton <[email protected]>"
14121442
criteria = "safe-to-deploy"
@@ -2956,6 +2986,11 @@ who = "Dan Gohman <[email protected]>"
29562986
criteria = "safe-to-deploy"
29572987
delta = "0.38.39 -> 0.38.43"
29582988

2989+
[[audits.rustix-linux-procfs]]
2990+
who = "Dan Gohman <[email protected]>"
2991+
criteria = "safe-to-deploy"
2992+
version = "0.1.1"
2993+
29592994
[[audits.rustls]]
29602995
who = "Pat Hickey <[email protected]>"
29612996
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)