Skip to content

Commit

Permalink
Bump the nonbreaking group with 1 update (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent fa18258 commit 70cae8a
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 53 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ wasmtime = { workspace = true }
wasmtime-wasi = { workspace = true }
wasi-common = { workspace = true }
walrus = "0.20.1"
swc_core = { version = "0.86.17", features = ["common_sourcemap", "ecma_ast", "ecma_parser"] }
swc_core = { version = "0.86.23", features = ["common_sourcemap", "ecma_ast", "ecma_parser"] }
wit-parser = "0.12.1"
convert_case = "0.6.0"

Expand Down
6 changes: 6 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,12 @@ user-id = 2915 # Amanieu d'Antras (Amanieu)
start = "2021-01-27"
end = "2024-07-25"

[[trusted.libc]]
criteria = "safe-to-deploy"
user-id = 51017 # Yuki Okushi (JohnTitor)
start = "2020-03-17"
end = "2024-10-30"

[[trusted.linux-raw-sys]]
criteria = "safe-to-deploy"
user-id = 6825 # Dan Gohman (sunfishcode)
Expand Down
12 changes: 4 additions & 8 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -586,23 +586,23 @@ version = "0.33.2"
criteria = "safe-to-deploy"

[[exemptions.swc_core]]
version = "0.86.17"
version = "0.86.23"
criteria = "safe-to-deploy"

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

[[exemptions.swc_ecma_parser]]
version = "0.141.5"
version = "0.141.6"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_transforms_base]]
version = "0.134.10"
version = "0.134.12"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_utils]]
version = "0.124.9"
version = "0.124.11"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_visit]]
Expand Down Expand Up @@ -637,10 +637,6 @@ criteria = "safe-to-deploy"
version = "0.3.22"
criteria = "safe-to-deploy"

[[exemptions.time-core]]
version = "0.1.1"
criteria = "safe-to-deploy"

[[exemptions.time-macros]]
version = "0.2.9"
criteria = "safe-to-deploy"
Expand Down
53 changes: 17 additions & 36 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,6 @@ user-id = 359
user-login = "seanmonstar"
user-name = "Sean McArthur"

[[publisher.hyper]]
version = "1.0.0-rc.3"
when = "2023-02-23"
user-id = 359
user-login = "seanmonstar"
user-name = "Sean McArthur"

[[publisher.hyper-tls]]
version = "0.5.0"
when = "2020-12-29"
Expand Down Expand Up @@ -272,11 +265,11 @@ user-login = "dtolnay"
user-name = "David Tolnay"

[[publisher.libc]]
version = "0.2.146"
when = "2023-06-06"
user-id = 2915
user-login = "Amanieu"
user-name = "Amanieu d'Antras"
version = "0.2.149"
when = "2023-10-06"
user-id = 51017
user-login = "JohnTitor"
user-name = "Yuki Okushi"

[[publisher.linux-raw-sys]]
version = "0.0.42"
Expand Down Expand Up @@ -1342,11 +1335,6 @@ criteria = "safe-to-deploy"
version = "0.4.0"
notes = "Contains `forbid_unsafe` and only uses `std::fmt` from the standard library. Otherwise only contains string manipulation."

[[audits.bytecode-alliance.audits.http-body]]
who = "Pat Hickey <[email protected]>"
criteria = "safe-to-deploy"
version = "1.0.0-rc.2"

[[audits.bytecode-alliance.audits.httpdate]]
who = "Pat Hickey <[email protected]>"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -1403,12 +1391,6 @@ criteria = "safe-to-deploy"
version = "0.2.5"
notes = "I am the author of this crate."

[[audits.bytecode-alliance.audits.libc]]
who = "Alex Crichton <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.2.146 -> 0.2.147"
notes = "Only new type definitions and updating others for some platforms, no major changes"

[[audits.bytecode-alliance.audits.memfd]]
who = "Dan Gohman <[email protected]>"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -1973,19 +1955,6 @@ version = "1.4.0"
notes = "I have read over the macros, and audited the unsafe code."
aggregated-from = "https://raw.githubusercontent.com/mozilla/cargo-vet/main/supply-chain/audits.toml"

[[audits.mozilla.audits.libc]]
who = "Mike Hommey <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.2.147 -> 0.2.148"
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"

[[audits.mozilla.audits.libc]]
who = "Jan-Erik Rediger <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.2.148 -> 0.2.149"
notes = "New defintions for a new target we don't use"
aggregated-from = "https://raw.githubusercontent.com/mozilla/glean/main/supply-chain/audits.toml"

[[audits.mozilla.audits.log]]
who = "Mike Hommey <[email protected]>"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -2148,6 +2117,18 @@ criteria = "safe-to-deploy"
delta = "0.10.2 -> 0.10.6"
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"

[[audits.mozilla.audits.time-core]]
who = "Kershaw Chang <[email protected]>"
criteria = "safe-to-deploy"
version = "0.1.0"
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"

[[audits.mozilla.audits.time-core]]
who = "Kershaw Chang <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.1.0 -> 0.1.1"
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"

[[audits.mozilla.audits.unicode-bidi]]
who = "Makoto Kato <[email protected]>"
criteria = "safe-to-deploy"
Expand Down

0 comments on commit 70cae8a

Please sign in to comment.