From 78dba9d83d73683aea921e80d3e8a85309688fd0 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 25 Aug 2023 01:05:01 +0200 Subject: [PATCH] Update vets for gimli/object/etc. (#6908) Needed for #6904 --- supply-chain/audits.toml | 31 +++++++++++++++++++++++++++++++ supply-chain/imports.lock | 7 +++++++ 2 files changed, 38 insertions(+) diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index 48831c721c7e..ed41adbe96c1 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -676,6 +676,12 @@ criteria = "safe-to-deploy" delta = "0.19.0 -> 0.20.0" notes = "This version brings support for split-dwarf which while it uses the filesystem is always done at the behest of the caller, so everything is as expected for this update." +[[audits.addr2line]] +who = "Alex Crichton " +criteria = "safe-to-deploy" +delta = "0.20.0 -> 0.21.0" +notes = "This version bump updated some dependencies and optimized some internals. All looks good." + [[audits.adler]] who = "Alex Crichton " criteria = "safe-to-deploy" @@ -1138,6 +1144,16 @@ criteria = "safe-to-deploy" version = "0.1.2" notes = "This should be portable to any POSIX system and seems like it should be part of the libc crate, but at any rate it's safe as is." +[[audits.fallible-iterator]] +who = "Alex Crichton " +criteria = "safe-to-deploy" +delta = "0.2.0 -> 0.3.0" +notes = """ +This major version update has a few minor breaking changes but everything +this crate has to do with iterators and `Result` and such. No `unsafe` or +anything like that, all looks good. +""" + [[audits.fd-lock]] who = "Pat Hickey " criteria = "safe-to-deploy" @@ -1278,6 +1294,15 @@ criteria = "safe-to-deploy" delta = "0.27.0 -> 0.27.3" notes = "More support for more DWARF, nothing major in this update. Some small refactorings and updates to publication of the package but otherwise everything's in order." +[[audits.gimli]] +who = "Alex Crichton " +criteria = "safe-to-deploy" +delta = "0.27.3 -> 0.28.0" +notes = """ +Still looks like a good DWARF-parsing crate, nothing major was added or deleted +and no `unsafe` code to review here. +""" + [[audits.glob]] who = "Jamey Sharp " criteria = "safe-to-deploy" @@ -1603,6 +1628,12 @@ criteria = "safe-to-deploy" delta = "0.30.3 -> 0.31.1" notes = "A large-ish update to the crate but nothing out of the ordering. Support for new formats like xcoff, new constants, minor refactorings, etc. Nothing out of the ordinary." +[[audits.object]] +who = "Alex Crichton " +criteria = "safe-to-deploy" +delta = "0.31.1 -> 0.32.0" +notes = "Various new features and refactorings as one would expect from an object parsing crate, all looks good." + [[audits.once_cell]] who = "Chris Fallin " criteria = "safe-to-deploy" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index cfbc093764b6..8164ef4d28ce 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -260,6 +260,13 @@ user-id = 2915 user-login = "Amanieu" user-name = "Amanieu d'Antras" +[[publisher.backtrace]] +version = "0.3.69" +when = "2023-08-22" +user-id = 2915 +user-login = "Amanieu" +user-name = "Amanieu d'Antras" + [[publisher.bstr]] version = "1.6.0" when = "2023-07-05"