-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We were essentially using it to abstract over one single libc::socket call before immediately moving to Gio sockets. We cant trivally do this call ourselves and and thus drop socket2 to shrink our cargo tree.
- Loading branch information
Showing
4 changed files
with
34 additions
and
78 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -273,13 +273,6 @@ user-id = 6743 | |
user-login = "epage" | ||
user-name = "Ed Page" | ||
|
||
[[publisher.windows-sys]] | ||
version = "0.52.0" | ||
when = "2023-11-15" | ||
user-id = 64539 | ||
user-login = "kennykerr" | ||
user-name = "Kenny Kerr" | ||
|
||
[[publisher.windows-sys]] | ||
version = "0.59.0" | ||
when = "2024-07-30" | ||
|
@@ -380,11 +373,6 @@ criteria = "safe-to-deploy" | |
delta = "0.8.0 -> 0.9.0" | ||
notes = "No major changes in the crate, mostly updates to use new nightly Rust features." | ||
|
||
[[audits.bytecode-alliance.audits.socket2]] | ||
who = "Alex Crichton <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.4.9 -> 0.4.4" | ||
|
||
[[audits.embark-studios.wildcard-audits.cfg-expr]] | ||
who = "Jake Shadle <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -837,19 +825,6 @@ criteria = "safe-to-run" | |
delta = "1.0.133 -> 1.0.134" | ||
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 = "Vovo Yang <[email protected]>" | ||
criteria = "safe-to-run" | ||
version = "0.4.9" | ||
aggregated-from = "https://chromium.googlesource.com/chromiumos/third_party/rust_crates/+/refs/heads/main/cargo-vet/audits.toml?format=TEXT" | ||
|
||
[[audits.google.audits.socket2]] | ||
who = "David Koloski <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.4.4 -> 0.5.5" | ||
notes = "Reviewed at https://fxrev.dev/946307" | ||
aggregated-from = "https://fuchsia.googlesource.com/fuchsia/+/refs/heads/main/third_party/rust_crates/supply-chain/audits.toml?format=TEXT" | ||
|
||
[[audits.google.audits.toml]] | ||
who = "George Burgess IV <[email protected]>" | ||
criteria = "safe-to-run" | ||
|
@@ -910,12 +885,6 @@ criteria = "safe-to-deploy" | |
delta = "0.2.13 -> 0.2.14" | ||
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" | ||
delta = "0.5.5 -> 0.5.7" | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.swsnr.audits.cfg-expr]] | ||
who = "Sebastian Wiesner <[email protected]>" | ||
criteria = "safe-to-run" | ||
|