From a73ad8c08079a69b449db5ffc142c1949bf8ff93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 19:47:59 +0000 Subject: [PATCH] build(deps): Bump rustix from 0.37.13 to 0.37.27 (#844) --- Cargo.lock | 4 ++-- supply-chain/audits.toml | 6 ++++++ supply-chain/imports.lock | 7 +++++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8af8232bf..b17edcd74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -913,9 +913,9 @@ checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" [[package]] name = "rustix" -version = "0.37.13" +version = "0.37.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f79bef90eb6d984c72722595b5b1348ab39275a5e5123faca6863bf07d75a4e0" +checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" dependencies = [ "bitflags", "errno", diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index f95a8ac9c..11d753c78 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -710,6 +710,12 @@ user-id = 189 # Andrew Gallant (BurntSushi) start = "2019-03-30" end = "2024-06-08" +[[trusted.rustix]] +criteria = "safe-to-run" +user-id = 6825 # Dan Gohman (sunfishcode) +start = "2021-10-29" +end = "2024-11-21" + [[trusted.ryu]] criteria = "safe-to-deploy" user-id = 3618 # David Tolnay (dtolnay) diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 72ee260bb..3e2d8a96e 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -78,6 +78,13 @@ user-id = 189 user-login = "BurntSushi" user-name = "Andrew Gallant" +[[publisher.rustix]] +version = "0.37.27" +when = "2023-10-26" +user-id = 6825 +user-login = "sunfishcode" +user-name = "Dan Gohman" + [[publisher.ryu]] version = "1.0.11" when = "2022-08-03"