Skip to content

Commit 8035018

Browse files
authoredOct 27, 2023
Merge pull request #43 from Shopify/dependabot/cargo/nonbreaking-bffd97dd1b
2 parents be61a11 + 778293d commit 8035018

File tree

4 files changed

+47
-5
lines changed

4 files changed

+47
-5
lines changed
 

‎Cargo.lock

+15-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎crates/wasm-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ edition = "2021"
55

66
[build-dependencies]
77
anyhow = { workspace = true }
8-
bindgen = "0.63.0"
8+
bindgen = "0.68.1"
99
cc = "1.0"
1010
ruby-wasm-assets = { path = "../ruby-wasm-assets" }

‎supply-chain/audits.toml

+6
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,12 @@ user-id = 3618 # David Tolnay (dtolnay)
165165
start = "2019-03-19"
166166
end = "2024-09-21"
167167

168+
[[trusted.prettyplease]]
169+
criteria = "safe-to-deploy"
170+
user-id = 3618 # David Tolnay (dtolnay)
171+
start = "2022-01-04"
172+
end = "2024-10-27"
173+
168174
[[trusted.quote]]
169175
criteria = "safe-to-deploy"
170176
user-id = 3618 # David Tolnay (dtolnay)

‎supply-chain/imports.lock

+25
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,13 @@ user-id = 3618
348348
user-login = "dtolnay"
349349
user-name = "David Tolnay"
350350

351+
[[publisher.prettyplease]]
352+
version = "0.2.15"
353+
when = "2023-09-07"
354+
user-id = 3618
355+
user-login = "dtolnay"
356+
user-name = "David Tolnay"
357+
351358
[[publisher.quote]]
352359
version = "1.0.33"
353360
when = "2023-08-17"
@@ -1629,6 +1636,24 @@ criteria = "safe-to-deploy"
16291636
delta = "0.59.2 -> 0.63.0"
16301637
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
16311638

1639+
[[audits.mozilla.audits.bindgen]]
1640+
who = "Mike Hommey <mh+mozilla@glandium.org>"
1641+
criteria = "safe-to-deploy"
1642+
delta = "0.63.0 -> 0.64.0"
1643+
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
1644+
1645+
[[audits.mozilla.audits.bindgen]]
1646+
who = "Mike Hommey <mh+mozilla@glandium.org>"
1647+
criteria = "safe-to-deploy"
1648+
delta = "0.64.0 -> 0.66.1"
1649+
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
1650+
1651+
[[audits.mozilla.audits.bindgen]]
1652+
who = "Mike Hommey <mh+mozilla@glandium.org>"
1653+
criteria = "safe-to-deploy"
1654+
delta = "0.66.1 -> 0.68.1"
1655+
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
1656+
16321657
[[audits.mozilla.audits.bitflags]]
16331658
who = "Alex Franchuk <afranchuk@mozilla.com>"
16341659
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)
Failed to load comments.