Skip to content

Commit

Permalink
Update Rustix to address security notification (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles authored Oct 27, 2023
1 parent bb007bc commit b574e2f
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 44 deletions.
35 changes: 22 additions & 13 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,6 @@ criteria = "safe-to-deploy"
version = "2.0.2"
criteria = "safe-to-deploy"

[[exemptions.instant]]
version = "0.1.12"
criteria = "safe-to-deploy"

[[exemptions.ipnet]]
version = "2.3.1"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -457,6 +453,10 @@ criteria = "safe-to-deploy"
version = "0.3.5"
criteria = "safe-to-deploy"

[[exemptions.redox_syscall]]
version = "0.4.1"
criteria = "safe-to-deploy"

[[exemptions.redox_users]]
version = "0.4.0"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -618,7 +618,7 @@ version = "0.5.8"
criteria = "safe-to-deploy"

[[exemptions.tempfile]]
version = "3.4.0"
version = "3.8.1"
criteria = "safe-to-deploy"

[[exemptions.textwrap]]
Expand Down
41 changes: 15 additions & 26 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,8 @@ user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.rustix]]
version = "0.38.8"
when = "2023-08-10"
version = "0.38.21"
when = "2023-10-26"
user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"
Expand Down Expand Up @@ -1340,12 +1340,6 @@ who = "Pat Hickey <[email protected]>"
criteria = "safe-to-deploy"
version = "1.0.0-rc.2"

[[audits.bytecode-alliance.audits.http-body-util]]
who = "Pat Hickey <[email protected]>"
criteria = "safe-to-deploy"
version = "0.1.0-rc.2"
notes = "only one use of unsafe related to pin projection. unclear to me why pin_project! is used in many modules of the project, but the expanded output of that macro is inlined in either.rs"

[[audits.bytecode-alliance.audits.httpdate]]
who = "Pat Hickey <[email protected]>"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -1542,12 +1536,6 @@ criteria = "safe-to-deploy"
delta = "0.25.6 -> 0.25.7"
notes = "This is a minor bug-fix update."

[[audits.bytecode-alliance.audits.tempfile]]
who = "Alex Crichton <[email protected]>"
criteria = "safe-to-deploy"
delta = "3.5.0 -> 3.6.0"
notes = "Dependency updates and new optimized trait implementations, but otherwise everything looks normal."

[[audits.bytecode-alliance.audits.tinyvec]]
who = "Alex Crichton <[email protected]>"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -1901,6 +1889,19 @@ criteria = "safe-to-deploy"
delta = "2.2.1 -> 2.3.2"
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"

[[audits.mozilla.audits.bitflags]]
who = "Mike Hommey <[email protected]>"
criteria = "safe-to-deploy"
delta = "2.3.3 -> 2.4.0"
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"

[[audits.mozilla.audits.bitflags]]
who = "Jan-Erik Rediger <[email protected]>"
criteria = "safe-to-deploy"
delta = "2.4.0 -> 2.4.1"
notes = "Only allowing new clippy lints"
aggregated-from = "https://raw.githubusercontent.com/mozilla/glean/main/supply-chain/audits.toml"

[[audits.mozilla.audits.crypto-common]]
who = "Mike Hommey <[email protected]>"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -2140,18 +2141,6 @@ criteria = "safe-to-deploy"
delta = "0.10.2 -> 0.10.6"
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"

[[audits.mozilla.audits.tempfile]]
who = "Jan-Erik Rediger <[email protected]>"
criteria = "safe-to-deploy"
delta = "3.4.0 -> 3.5.0"
aggregated-from = "https://raw.githubusercontent.com/mozilla/glean/main/supply-chain/audits.toml"

[[audits.mozilla.audits.tempfile]]
who = "Mike Hommey <[email protected]>"
criteria = "safe-to-deploy"
delta = "3.6.0 -> 3.8.0"
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"

[[audits.mozilla.audits.unicode-bidi]]
who = "Makoto Kato <[email protected]>"
criteria = "safe-to-deploy"
Expand Down

0 comments on commit b574e2f

Please sign in to comment.