Skip to content

Commit 7edd698

Browse files
authoredMar 3, 2025
Merge pull request #106 from Shopify/dependabot/cargo/nonbreaking-bc961c709b
2 parents 8e0b9e2 + c7b5f98 commit 7edd698

File tree

4 files changed

+22
-36
lines changed

4 files changed

+22
-36
lines changed
 

‎Cargo.lock

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

‎crates/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "ruvy"
99
path = "src/main.rs"
1010

1111
[dependencies]
12-
clap = { version = "4.5.27", features = ["derive"] }
12+
clap = { version = "4.5.31", features = ["derive"] }
1313
wizer = "7.0.0"
1414
anyhow = { workspace = true }
1515
wasmtime = "23"

‎supply-chain/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ version = "1.5.0"
5959
criteria = "safe-to-deploy"
6060

6161
[[exemptions.cc]]
62-
version = "1.2.11"
62+
version = "1.2.16"
6363
criteria = "safe-to-deploy"
6464

6565
[[exemptions.ciborium]]

‎supply-chain/imports.lock

+10-24
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ user-login = "epage"
4444
user-name = "Ed Page"
4545

4646
[[publisher.anyhow]]
47-
version = "1.0.95"
48-
when = "2024-12-22"
47+
version = "1.0.96"
48+
when = "2025-02-20"
4949
user-id = 3618
5050
user-login = "dtolnay"
5151
user-name = "David Tolnay"
@@ -128,22 +128,22 @@ user-login = "emilio"
128128
user-name = "Emilio Cobos Álvarez"
129129

130130
[[publisher.clap]]
131-
version = "4.5.27"
132-
when = "2025-01-20"
131+
version = "4.5.31"
132+
when = "2025-02-24"
133133
user-id = 6743
134134
user-login = "epage"
135135
user-name = "Ed Page"
136136

137137
[[publisher.clap_builder]]
138-
version = "4.5.27"
139-
when = "2025-01-20"
138+
version = "4.5.31"
139+
when = "2025-02-24"
140140
user-id = 6743
141141
user-login = "epage"
142142
user-name = "Ed Page"
143143

144144
[[publisher.clap_derive]]
145-
version = "4.5.24"
146-
when = "2025-01-07"
145+
version = "4.5.28"
146+
when = "2025-02-03"
147147
user-id = 6743
148148
user-login = "epage"
149149
user-name = "Ed Page"
@@ -606,12 +606,6 @@ user-id = 359
606606
user-login = "seanmonstar"
607607
user-name = "Sean McArthur"
608608

609-
[[publisher.wasi-common]]
610-
version = "23.0.2"
611-
when = "2024-08-12"
612-
user-id = 73222
613-
user-login = "wasmtime-publish"
614-
615609
[[publisher.wasm-bindgen]]
616610
version = "0.2.87"
617611
when = "2023-06-12"
@@ -1054,14 +1048,6 @@ start = "2021-12-03"
10541048
end = "2025-07-30"
10551049
notes = "We (Bytecode Alliance) are the primary authors of regalloc2 and co-develop it with Cranelift/Wasmtime, with the same code-review, testing/fuzzing, and security standards."
10561050

1057-
[[audits.bytecode-alliance.wildcard-audits.wasi-common]]
1058-
who = "Bobby Holley <bobbyholley@gmail.com>"
1059-
criteria = "safe-to-deploy"
1060-
user-id = 73222 # wasmtime-publish
1061-
start = "2021-10-29"
1062-
end = "2025-07-30"
1063-
notes = "The Bytecode Alliance is the author of this crate."
1064-
10651051
[[audits.bytecode-alliance.wildcard-audits.wasm-encoder]]
10661052
who = "Alex Crichton <alex@alexcrichton.com>"
10671053
criteria = "safe-to-deploy"
@@ -1841,7 +1827,7 @@ who = "Manish Goregaokar <manishsmail@gmail.com>"
18411827
criteria = "safe-to-deploy"
18421828
user-id = 1139 # Manish Goregaokar (Manishearth)
18431829
start = "2019-11-06"
1844-
end = "2024-05-03"
1830+
end = "2026-02-01"
18451831
notes = "All code written or reviewed by Manish"
18461832
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
18471833

@@ -1850,7 +1836,7 @@ who = "Manish Goregaokar <manishsmail@gmail.com>"
18501836
criteria = "safe-to-deploy"
18511837
user-id = 1139 # Manish Goregaokar (Manishearth)
18521838
start = "2019-12-05"
1853-
end = "2024-05-03"
1839+
end = "2026-02-01"
18541840
notes = "All code written or reviewed by Manish"
18551841
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
18561842

0 commit comments

Comments
 (0)
Failed to load comments.