Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 97c642a

Browse files
Bump the nonbreaking group with 3 updates (#151)
* Bump the nonbreaking group with 3 updates Bumps the nonbreaking group with 3 updates: [cc](https://github.com/rust-lang/cc-rs), [criterion](https://github.com/criterion-rs/criterion.rs) and [hyper-util](https://github.com/hyperium/hyper-util). Updates `cc` from 1.2.48 to 1.2.51 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.48...cc-v1.2.51) Updates `criterion` from 0.8.0 to 0.8.1 - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](criterion-rs/criterion.rs@criterion-v0.8.0...criterion-v0.8.1) Updates `hyper-util` from 0.1.18 to 0.1.19 - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper-util@v0.1.18...v0.1.19) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: criterion dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: hyper-util dependency-version: 0.1.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking ... Signed-off-by: dependabot[bot] <support@github.com> * cargo vet --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jeff Charles <jeff.charles@shopify.com>
1 parent 08f55f1 commit 97c642a

5 files changed

Lines changed: 36 additions & 28 deletions

File tree

Cargo.lock

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

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ wasmtime-wasi = "39"
1717
wasmtime-wizer = { version = "39", features = ["wasmtime"] }
1818

1919
[dev-dependencies]
20-
criterion = "0.8.0"
20+
criterion = "0.8.1"
2121
ruby-wasm-assets = { path = "../ruby-wasm-assets" }
2222

2323
[build-dependencies]

crates/ruby-wasm-assets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ anyhow = { workspace = true }
88
http-body-util = "0.1.3"
99
hyper = "1.8"
1010
hyper-tls = "0.6.0"
11-
hyper-util = { version = "0.1.18", features = ["http1"] }
11+
hyper-util = { version = "0.1.19", features = ["http1"] }
1212
lazy_static = "1.5.0"
1313
tokio = { version = "1.48.0", features = ["rt"] }

supply-chain/config.toml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ url = "https://raw.githubusercontent.com/mozilla/supply-chain/main/audits.toml"
2626
version = "0.19.0"
2727
criteria = "safe-to-deploy"
2828

29-
[[exemptions.alloca]]
30-
version = "0.4.0"
31-
criteria = "safe-to-run"
32-
3329
[[exemptions.bindgen]]
3430
version = "0.72.1"
3531
criteria = "safe-to-deploy"
@@ -47,7 +43,7 @@ version = "0.10.4"
4743
criteria = "safe-to-deploy"
4844

4945
[[exemptions.cc]]
50-
version = "1.2.48"
46+
version = "1.2.51"
5147
criteria = "safe-to-deploy"
5248

5349
[[exemptions.ciborium]]
@@ -82,10 +78,6 @@ criteria = "safe-to-deploy"
8278
version = "0.8.0"
8379
criteria = "safe-to-run"
8480

85-
[[exemptions.criterion-plot]]
86-
version = "0.8.0"
87-
criteria = "safe-to-run"
88-
8981
[[exemptions.crossbeam-deque]]
9082
version = "0.8.3"
9183
criteria = "safe-to-deploy"
@@ -123,7 +115,7 @@ version = "4.0.0"
123115
criteria = "safe-to-deploy"
124116

125117
[[exemptions.find-msvc-tools]]
126-
version = "0.1.5"
118+
version = "0.1.6"
127119
criteria = "safe-to-deploy"
128120

129121
[[exemptions.foldhash]]
@@ -218,10 +210,6 @@ criteria = "safe-to-deploy"
218210
version = "0.9.107"
219211
criteria = "safe-to-deploy"
220212

221-
[[exemptions.page_size]]
222-
version = "0.6.0"
223-
criteria = "safe-to-run"
224-
225213
[[exemptions.petgraph]]
226214
version = "0.6.5"
227215
criteria = "safe-to-deploy"

supply-chain/imports.lock

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ user-login = "seanmonstar"
324324
user-name = "Sean McArthur"
325325

326326
[[publisher.hyper-util]]
327-
version = "0.1.18"
328-
when = "2025-11-13"
327+
version = "0.1.19"
328+
when = "2025-12-03"
329329
user-id = 359
330330
user-login = "seanmonstar"
331331
user-name = "Sean McArthur"
@@ -2509,6 +2509,11 @@ criteria = "safe-to-deploy"
25092509
version = "0.9.4"
25102510
aggregated-from = "https://chromium.googlesource.com/chromiumos/third_party/rust_crates/+/main/cargo-vet/audits.toml?format=TEXT"
25112511

2512+
[[audits.isrg.audits.alloca]]
2513+
who = "David Cook <dcook@divviup.org>"
2514+
criteria = "safe-to-run"
2515+
version = "0.4.0"
2516+
25122517
[[audits.isrg.audits.base64]]
25132518
who = "Tim Geoghegan <timg@letsencrypt.org>"
25142519
criteria = "safe-to-deploy"
@@ -2524,6 +2529,16 @@ who = "David Cook <dcook@divviup.org>"
25242529
criteria = "safe-to-deploy"
25252530
delta = "0.21.2 -> 0.21.3"
25262531

2532+
[[audits.isrg.audits.criterion]]
2533+
who = "J.C. Jones <jc@divviup.org>"
2534+
criteria = "safe-to-run"
2535+
delta = "0.8.0 -> 0.8.1"
2536+
2537+
[[audits.isrg.audits.criterion-plot]]
2538+
who = "J.C. Jones <jc@divviup.org>"
2539+
criteria = "safe-to-run"
2540+
version = "0.8.1"
2541+
25272542
[[audits.isrg.audits.once_cell]]
25282543
who = "Brandon Pitman <bran@bran.land>"
25292544
criteria = "safe-to-deploy"
@@ -2540,6 +2555,11 @@ criteria = "safe-to-deploy"
25402555
delta = "1.21.1 -> 1.21.3"
25412556
notes = "The unsafe code has moved from `compare_exchange` to a new `init` function, which makes it easier to reason about."
25422557

2558+
[[audits.isrg.audits.page_size]]
2559+
who = "David Cook <dcook@divviup.org>"
2560+
criteria = "safe-to-run"
2561+
version = "0.6.0"
2562+
25432563
[[audits.isrg.audits.rand_chacha]]
25442564
who = "David Cook <dcook@divviup.org>"
25452565
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)