Skip to content

Commit

Permalink
Update dependencies and audit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Dec 18, 2024
1 parent b42685d commit 75f02fc
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 248 deletions.
117 changes: 63 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ who = "Sebastian Wiesner <[email protected]>"
criteria = "safe-to-run"
delta = "0.8.15 -> 0.8.14"

[[audits.crossbeam-utils]]
who = "Sebastian Wiesner <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.8.20 -> 0.8.21"
notes = "Only changes cfg and lint annotations, no other code change"

[[audits.event-listener-strategy]]
who = "Sebastian Wiesner <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.5.2 -> 0.5.3"
notes = "Only exports a new feature and slightly changes some type signatures."

[[audits.field-offset]]
who = "Sebastian Wiesner <[email protected]>"
criteria = "safe-to-run"
Expand Down Expand Up @@ -63,6 +75,12 @@ who = "Sebastian Wiesner <[email protected]>"
criteria = "safe-to-run"
delta = "1.0.214 -> 1.0.215"

[[audits.socket2]]
who = "Sebastian Wiesner <[email protected]>"
criteria = "safe-to-run"
delta = "0.5.7 -> 0.5.8"
notes = "Only straight-forward wrappers around underlying C/syscall APIs; looks correct, but I didn't audit use of unsafe and correct use of these unsafe APIs."

[[audits.system-deps]]
who = "Sebastian Wiesner <[email protected]>"
criteria = "safe-to-run"
Expand Down Expand Up @@ -417,6 +435,18 @@ start = "2019-05-02"
end = "2025-10-26"
notes = "Trusted by mozilla"

[[trusted.serde]]
criteria = "safe-to-run"
user-id = 3618 # David Tolnay (dtolnay)
start = "2019-03-01"
end = "2025-12-18"

[[trusted.serde_derive]]
criteria = "safe-to-run"
user-id = 3618 # David Tolnay (dtolnay)
start = "2019-03-01"
end = "2025-12-18"

[[trusted.serde_spanned]]
criteria = "safe-to-run"
user-id = 6743 # Ed Page (epage)
Expand Down
Loading

0 comments on commit 75f02fc

Please sign in to comment.