Skip to content

Commit 743a40a

Browse files
author
Pat Hickey
authored
Cargo update cap-std family, and audit deps (#5710)
* update cap-std family and its deps, and audit them * audit base64: append a safe-to-deploy entry I mistakenly marked it safe-to-run not understanding that safe-to-deploy was required. * update to fd-lock 3.0.10 eliminates duplicate dep on windows-sys
1 parent 23e1d6b commit 743a40a

File tree

3 files changed

+206
-45
lines changed

3 files changed

+206
-45
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ wasm-encoder = "0.22.0"
168168
wasm-smith = "0.12.0"
169169
wasm-mutate = "0.2.16"
170170
wit-parser = "0.5.0"
171-
windows-sys = "0.42.0"
171+
windows-sys = "0.45.0"
172172
env_logger = "0.9"
173173
rustix = "0.36.7"
174174
log = { version = "0.4.8", default-features = false }

0 commit comments

Comments
 (0)