Skip to content

Commit

Permalink
cargo vet
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles committed Nov 3, 2023
1 parent 7d6db50 commit c89505d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ version = "1.3.3"
criteria = "safe-to-deploy"

[[exemptions.bindgen]]
version = "0.69.0"
version = "0.69.1"
criteria = "safe-to-deploy"

[[exemptions.bitflags]]
Expand Down Expand Up @@ -590,23 +590,23 @@ version = "0.33.2"
criteria = "safe-to-deploy"

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

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

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

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

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

[[exemptions.swc_ecma_visit]]
Expand Down
16 changes: 8 additions & 8 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,8 @@ user-login = "dtolnay"
user-name = "David Tolnay"

[[publisher.serde_json]]
version = "1.0.107"
when = "2023-09-13"
version = "1.0.108"
when = "2023-10-30"
user-id = 3618
user-login = "dtolnay"
user-name = "David Tolnay"
Expand Down Expand Up @@ -564,15 +564,15 @@ user-login = "alexcrichton"
user-name = "Alex Crichton"

[[publisher.wasmparser]]
version = "0.115.0"
when = "2023-10-14"
version = "0.116.0"
when = "2023-10-30"
user-id = 1
user-login = "alexcrichton"
user-name = "Alex Crichton"

[[publisher.wasmprinter]]
version = "0.2.70"
when = "2023-10-14"
version = "0.2.71"
when = "2023-10-30"
user-id = 1
user-login = "alexcrichton"
user-name = "Alex Crichton"
Expand Down Expand Up @@ -720,8 +720,8 @@ user-login = "alexcrichton"
user-name = "Alex Crichton"

[[publisher.wit-parser]]
version = "0.12.1"
when = "2023-10-18"
version = "0.12.2"
when = "2023-10-30"
user-id = 1
user-login = "alexcrichton"
user-name = "Alex Crichton"
Expand Down

0 comments on commit c89505d

Please sign in to comment.