Skip to content

Commit

Permalink
cargo vet
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles committed Jan 7, 2025
1 parent c2a0d85 commit 2d05e04
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 11 deletions.
22 changes: 11 additions & 11 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ version = "0.5.9"
criteria = "safe-to-deploy"

[[exemptions.hstr]]
version = "0.2.12"
version = "0.2.15"
criteria = "safe-to-deploy"

[[exemptions.iana-time-zone]]
Expand Down Expand Up @@ -531,10 +531,6 @@ criteria = "safe-to-deploy"
version = "2.1.2"
criteria = "safe-to-deploy"

[[exemptions.shlex]]
version = "1.3.0"
criteria = "safe-to-deploy"

[[exemptions.simd-abstraction]]
version = "0.7.1"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -584,31 +580,31 @@ version = "2.0.0"
criteria = "safe-to-deploy"

[[exemptions.swc_atoms]]
version = "3.0.0"
version = "3.0.2"
criteria = "safe-to-deploy"

[[exemptions.swc_common]]
version = "5.0.0"
criteria = "safe-to-deploy"

[[exemptions.swc_core]]
version = "8.0.1"
version = "10.0.1"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_ast]]
version = "5.0.0"
version = "5.0.1"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_parser]]
version = "6.0.0"
version = "6.0.1"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_transforms_base]]
version = "6.0.1"
version = "7.0.0"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_utils]]
version = "6.0.0"
version = "7.0.0"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_visit]]
Expand All @@ -623,6 +619,10 @@ criteria = "safe-to-deploy"
version = "1.0.0"
criteria = "safe-to-deploy"

[[exemptions.swc_parallel]]
version = "1.0.1"
criteria = "safe-to-deploy"

[[exemptions.swc_visit]]
version = "2.0.0"
criteria = "safe-to-deploy"
Expand Down
12 changes: 12 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1641,6 +1641,12 @@ who = "Alex Crichton <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.1.21 -> 0.1.24"

[[audits.bytecode-alliance.audits.shlex]]
who = "Alex Crichton <[email protected]>"
criteria = "safe-to-deploy"
version = "1.1.0"
notes = "Only minor `unsafe` code blocks which look valid and otherwise does what it says on the tin."

[[audits.bytecode-alliance.audits.slice-group-by]]
who = "Alex Crichton <[email protected]>"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -2522,6 +2528,12 @@ which suggests no one else has found anything either.
"""
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"

[[audits.mozilla.audits.shlex]]
who = "Max Inden <[email protected]>"
criteria = "safe-to-deploy"
delta = "1.1.0 -> 1.3.0"
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"

[[audits.mozilla.audits.socket2]]
who = "Kershaw Chang <[email protected]>"
criteria = "safe-to-deploy"
Expand Down

0 comments on commit 2d05e04

Please sign in to comment.