Skip to content

Commit dd2365e

Browse files
deps: Update cc (bytecodealliance#9891)
* deps: Update cc this applies a fix for windows-gnullvm targets * Add vets for update --------- Co-authored-by: Alex Crichton <alex@alexcrichton.com>
1 parent 352c3c7 commit dd2365e

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

Cargo.lock

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

supply-chain/audits.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,6 +1387,12 @@ who = "Alex Crichton <alex@alexcrichton.com>"
13871387
criteria = "safe-to-deploy"
13881388
delta = "1.0.83 -> 1.1.6"
13891389

1390+
[[audits.cc]]
1391+
who = "Alex Crichton <alex@alexcrichton.com>"
1392+
criteria = "safe-to-deploy"
1393+
delta = "1.1.6 -> 1.2.5"
1394+
notes = "Lots of minor updates here and there along with refactorings and such. Everything in line with what `cc` is expected to do."
1395+
13901396
[[audits.cfg-if]]
13911397
who = "Alex Crichton <alex@alexcrichton.com>"
13921398
criteria = "safe-to-deploy"
@@ -2807,6 +2813,12 @@ criteria = "safe-to-deploy"
28072813
version = "0.1.4"
28082814
notes = "I always really enjoy reading eliza's code, she left perfect comments at every use of unsafe."
28092815

2816+
[[audits.shlex]]
2817+
who = "Alex Crichton <alex@alexcrichton.com>"
2818+
criteria = "safe-to-deploy"
2819+
version = "1.1.0"
2820+
notes = "Only minor `unsafe` code blocks which look valid and otherwise does what it says on the tin."
2821+
28102822
[[audits.signal-hook-registry]]
28112823
who = "Pat Hickey <phickey@fastly.com>"
28122824
criteria = "safe-to-deploy"

supply-chain/imports.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2531,6 +2531,12 @@ delta = "1.0.9 -> 1.0.14"
25312531
notes = "Doc updates, minimal CI changes and a fix to build-script reruns"
25322532
aggregated-from = "https://raw.githubusercontent.com/mozilla/glean/main/supply-chain/audits.toml"
25332533

2534+
[[audits.mozilla.audits.shlex]]
2535+
who = "Max Inden <mail@max-inden.de>"
2536+
criteria = "safe-to-deploy"
2537+
delta = "1.1.0 -> 1.3.0"
2538+
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
2539+
25342540
[[audits.mozilla.audits.similar]]
25352541
who = "Nika Layzell <nika@thelayzells.com>"
25362542
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)