Skip to content

Commit

Permalink
Bump the nonbreaking group across 1 directory with 10 updates (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent f4e305b commit 264ed75
Show file tree
Hide file tree
Showing 9 changed files with 141 additions and 212 deletions.
157 changes: 79 additions & 78 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ wasmtime-wasi = "23"
wasi-common = "23"
anyhow = "1.0"
javy = { path = "crates/javy", version = "3.1.1-alpha.1" }
tempfile = "3.14.0"
tempfile = "3.15.0"
uuid = { version = "1.11", features = ["v4"] }
serde = { version = "1.0", default-features = false }
serde_json = "1.0"
Expand Down
8 changes: 4 additions & 4 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ dump_wat = ["dep:wasmprinter"]
wizer = { workspace = true }
anyhow = { workspace = true }
brotli = "7.0.0"
wasmprinter = { version = "0.221.2", optional = true }
wasmprinter = { version = "0.222.0", optional = true }
wasmtime = { workspace = true }
wasmtime-wasi = { workspace = true }
wasi-common = { workspace = true }
walrus = "0.23.2"
walrus = "0.23.3"
swc_core = { version = "8.0.1", features = [
"common_sourcemap",
"ecma_ast",
Expand All @@ -39,13 +39,13 @@ serde_json = { workspace = true }
lazy_static = "1.5"
criterion = "0.5"
num-format = "0.4.4"
wasmparser = "0.221.2"
wasmparser = "0.222.0"
javy-runner = { path = "../runner/" }
uuid = { workspace = true }
javy-test-macros = { path = "../test-macros/" }

[build-dependencies]
anyhow = "1.0.94"
anyhow = "1.0.95"
wizer = { workspace = true }

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion crates/javy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rmp-serde = { version = "^1.3", optional = true }
# tests.
quickcheck = "1"
bitflags = "2.6.0"
fastrand = "2.2.0"
fastrand = "2.3.0"
simd-json = { version = "0.14.3", optional = true, default-features = false, features = [
"big-int-as-float",
"serde_impl",
Expand Down
2 changes: 1 addition & 1 deletion crates/runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ wasi-common = { workspace = true }
anyhow = { workspace = true }
tempfile = { workspace = true }
uuid = { workspace = true }
wasmparser = "0.221.2"
wasmparser = "0.222.0"
4 changes: 2 additions & 2 deletions crates/test-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ doctest = false
[dependencies]
anyhow = { workspace = true }
proc-macro2 = "1.0.92"
quote = "1.0.37"
syn = { version = "2.0.90", features = ["full"] }
quote = "1.0.38"
syn = { version = "2.0.95", features = ["full"] }
10 changes: 8 additions & 2 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,12 @@ user-id = 359 # Sean McArthur (seanmonstar)
start = "2022-01-15"
end = "2024-12-01"

[[trusted.indexmap]]
criteria = "safe-to-deploy"
user-id = 539 # Josh Stone (cuviper)
start = "2020-01-15"
end = "2026-01-07"

[[trusted.io-extras]]
criteria = "safe-to-deploy"
user-id = 6825 # Dan Gohman (sunfishcode)
Expand Down Expand Up @@ -472,7 +478,7 @@ end = "2025-02-05"
criteria = "safe-to-deploy"
user-id = 3618 # David Tolnay (dtolnay)
start = "2019-03-01"
end = "2024-07-12"
end = "2026-01-07"

[[trusted.serde_bytes]]
criteria = "safe-to-deploy"
Expand All @@ -484,7 +490,7 @@ end = "2024-07-12"
criteria = "safe-to-deploy"
user-id = 3618 # David Tolnay (dtolnay)
start = "2019-03-01"
end = "2024-07-12"
end = "2026-01-07"

[[trusted.serde_json]]
criteria = "safe-to-deploy"
Expand Down
18 changes: 3 additions & 15 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ version = "0.2.0"
criteria = "safe-to-deploy"

[[exemptions.fastrand]]
version = "2.2.0"
version = "2.3.0"
criteria = "safe-to-deploy"

[[exemptions.float-cmp]]
Expand Down Expand Up @@ -315,14 +315,6 @@ criteria = "safe-to-deploy"
version = "1.0.2"
criteria = "safe-to-deploy"

[[exemptions.indexmap]]
version = "1.9.3"
criteria = "safe-to-deploy"

[[exemptions.indexmap]]
version = "2.2.6"
criteria = "safe-to-deploy"

[[exemptions.ipnet]]
version = "2.9.0"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -531,10 +523,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 @@ -628,7 +616,7 @@ version = "2.0.0"
criteria = "safe-to-deploy"

[[exemptions.tempfile]]
version = "3.14.0"
version = "3.15.0"
criteria = "safe-to-deploy"

[[exemptions.tinyvec_macros]]
Expand Down Expand Up @@ -696,7 +684,7 @@ version = "0.1.3"
criteria = "safe-to-deploy"

[[exemptions.walrus]]
version = "0.23.2"
version = "0.23.3"
criteria = "safe-to-deploy"

[[exemptions.walrus-macro]]
Expand Down
150 changes: 42 additions & 108 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ user-login = "epage"
user-name = "Ed Page"

[[publisher.anyhow]]
version = "1.0.94"
when = "2024-12-03"
version = "1.0.95"
when = "2024-12-22"
user-id = 3618
user-login = "dtolnay"
user-name = "David Tolnay"
Expand Down Expand Up @@ -305,6 +305,20 @@ user-id = 2915
user-login = "Amanieu"
user-name = "Amanieu d'Antras"

[[publisher.indexmap]]
version = "1.9.3"
when = "2023-03-24"
user-id = 539
user-login = "cuviper"
user-name = "Josh Stone"

[[publisher.indexmap]]
version = "2.7.0"
when = "2024-12-01"
user-id = 539
user-login = "cuviper"
user-name = "Josh Stone"

[[publisher.io-extras]]
version = "0.18.2"
when = "2024-03-29"
Expand Down Expand Up @@ -411,8 +425,8 @@ user-login = "BurntSushi"
user-name = "Andrew Gallant"

[[publisher.quote]]
version = "1.0.37"
when = "2024-08-22"
version = "1.0.38"
when = "2024-12-26"
user-id = 3618
user-login = "dtolnay"
user-name = "David Tolnay"
Expand Down Expand Up @@ -502,22 +516,22 @@ user-login = "dtolnay"
user-name = "David Tolnay"

[[publisher.serde]]
version = "1.0.204"
when = "2024-07-06"
version = "1.0.217"
when = "2024-12-27"
user-id = 3618
user-login = "dtolnay"
user-name = "David Tolnay"

[[publisher.serde_derive]]
version = "1.0.204"
when = "2024-07-06"
version = "1.0.217"
when = "2024-12-27"
user-id = 3618
user-login = "dtolnay"
user-name = "David Tolnay"

[[publisher.serde_json]]
version = "1.0.133"
when = "2024-11-17"
version = "1.0.135"
when = "2025-01-07"
user-id = 3618
user-login = "dtolnay"
user-name = "David Tolnay"
Expand All @@ -544,8 +558,8 @@ user-login = "dtolnay"
user-name = "David Tolnay"

[[publisher.syn]]
version = "2.0.90"
when = "2024-11-29"
version = "2.0.95"
when = "2025-01-05"
user-id = 3618
user-login = "dtolnay"
user-name = "David Tolnay"
Expand Down Expand Up @@ -727,8 +741,8 @@ user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasmparser]]
version = "0.221.2"
when = "2024-12-02"
version = "0.222.0"
when = "2024-12-18"
user-id = 73222
user-login = "wasmtime-publish"

Expand All @@ -739,8 +753,8 @@ user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasmprinter]]
version = "0.221.2"
when = "2024-12-02"
version = "0.222.0"
when = "2024-12-18"
user-id = 73222
user-login = "wasmtime-publish"

Expand Down Expand Up @@ -1641,6 +1655,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 @@ -1922,98 +1942,6 @@ type/value always.
"""
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"

[[audits.google.audits.serde]]
who = "Lukasz Anforowicz <[email protected]>"
criteria = "safe-to-deploy"
delta = "1.0.204 -> 1.0.207"
notes = "The small change in `src/private/ser.rs` should have no impact on `ub-risk-2`."
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"

[[audits.google.audits.serde]]
who = "Lukasz Anforowicz <[email protected]>"
criteria = "safe-to-deploy"
delta = "1.0.207 -> 1.0.209"
notes = """
The delta carries fairly small changes in `src/private/de.rs` and
`src/private/ser.rs` (see https://crrev.com/c/5812194/2..5). AFAICT the
delta has no impact on the `unsafe`, `from_utf8_unchecked`-related parts
of the crate (in `src/de/format.rs` and `src/ser/impls.rs`).
"""
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"

[[audits.google.audits.serde]]
who = "Adrian Taylor <[email protected]>"
criteria = "safe-to-deploy"
delta = "1.0.209 -> 1.0.210"
notes = "Almost no new code - just feature rearrangement"
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"

[[audits.google.audits.serde]]
who = "Liza Burakova <[email protected]>"
criteria = "safe-to-deploy"
delta = "1.0.210 -> 1.0.213"
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"

[[audits.google.audits.serde]]
who = "Dustin J. Mitchell <[email protected]>"
criteria = "safe-to-deploy"
delta = "1.0.213 -> 1.0.214"
notes = "No unsafe, no crypto"
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"

[[audits.google.audits.serde]]
who = "Adrian Taylor <[email protected]>"
criteria = "safe-to-deploy"
delta = "1.0.214 -> 1.0.215"
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"

[[audits.google.audits.serde_derive]]
who = "Lukasz Anforowicz <[email protected]>"
criteria = "safe-to-deploy"
delta = "1.0.204 -> 1.0.207"
notes = 'Grepped for \"unsafe\", \"crypt\", \"cipher\", \"fs\", \"net\" - there were no hits'
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"

[[audits.google.audits.serde_derive]]
who = "Lukasz Anforowicz <[email protected]>"
criteria = "safe-to-deploy"
delta = "1.0.207 -> 1.0.209"
notes = '''
There are no code changes in this delta - see https://crrev.com/c/5812194/2..5

I've neverthless also grepped for `-i cipher`, `-i crypto`, `\bfs\b`,
`\bnet\b`, and `\bunsafe\b`. There were no hits.
'''
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"

[[audits.google.audits.serde_derive]]
who = "Adrian Taylor <[email protected]>"
criteria = "safe-to-deploy"
delta = "1.0.209 -> 1.0.210"
notes = "Almost no new code - just feature rearrangement"
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"

[[audits.google.audits.serde_derive]]
who = "Liza Burakova <[email protected]>"
criteria = "safe-to-deploy"
delta = "1.0.210 -> 1.0.213"
notes = "Grepped for 'unsafe', 'crypt', 'cipher', 'fs', 'net' - there were no hits"
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"

[[audits.google.audits.serde_derive]]
who = "Dustin J. Mitchell <[email protected]>"
criteria = "safe-to-deploy"
delta = "1.0.213 -> 1.0.214"
notes = "No changes to unsafe, no crypto"
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"

[[audits.google.audits.serde_derive]]
who = "Adrian Taylor <[email protected]>"
criteria = "safe-to-deploy"
delta = "1.0.214 -> 1.0.215"
notes = "Minor changes should not impact UB risk"
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"

[[audits.google.audits.socket2]]
who = "David Koloski <[email protected]>"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -2522,6 +2450,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 264ed75

Please sign in to comment.