From 5a50264eeb75df4ecb9811b841d52a3a32225891 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 11 Oct 2025 09:07:51 +0100 Subject: [PATCH] Update rust-ini to v0.21.3 This removes a dependency. --- Cargo.lock | 11 ++--------- docs/api/copyright/dependency-notices.rst | 11 ++--------- supply-chain/audits.toml | 5 +++++ 3 files changed, 9 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7cbba39..eea40abd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -950,13 +950,12 @@ dependencies = [ [[package]] name = "rust-ini" -version = "0.21.1" +version = "0.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e310ef0e1b6eeb79169a1171daf9abcb87a2e17c03bee2c4bb100b55c75409f" +checksum = "796e8d2b6696392a43bea58116b667fb4c29727dc5abd27d6acf338bb4f688c7" dependencies = [ "cfg-if", "ordered-multimap", - "trim-in-place", "unicase", ] @@ -1120,12 +1119,6 @@ dependencies = [ "crunchy", ] -[[package]] -name = "trim-in-place" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "343e926fc669bc8cde4fa3129ab681c63671bae288b1f1081ceee6d9d37904fc" - [[package]] name = "ucd-trie" version = "0.1.7" diff --git a/docs/api/copyright/dependency-notices.rst b/docs/api/copyright/dependency-notices.rst index 7da4d18a..baec7636 100644 --- a/docs/api/copyright/dependency-notices.rst +++ b/docs/api/copyright/dependency-notices.rst @@ -1,4 +1,4 @@ -.. This file was generated by scripts/licenses.py at 2025-10-10T23:35:16.003615. +.. This file was generated by scripts/licenses.py at 2025-10-11T09:07:39.124177. Dependency Copyright Notices ============================ @@ -307,7 +307,7 @@ Dependency Copyright Notices Copyright (c) 2020 ridiculous_fish Copyright 2020 ridiculous_fish -`rust-ini v0.21.1 `_ +`rust-ini v0.21.3 `_ -------------------------------------------------------------- :: @@ -330,13 +330,6 @@ Dependency Copyright Notices Copyright (c) 2015 Chen Yuheng Copyright (c) 2023 Ethiraric -`trim-in-place v0.1.7 `_ ----------------------------------------------------------------------- - -:: - - Copyright (c) 2020 magiclen.org (Ron Li) - `ucd-trie v0.1.7 `_ ------------------------------------------------------------ diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index 4e381e85..3a678f7e 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -19,6 +19,11 @@ criteria = "safe-to-deploy" version = "5.3.3" notes = "This is my own crate published using Trusted Publishing, but I can't mark it as trusted by cargo-vet because it doesn't support Trusted Publishing and just sees that the publisher is unknown." +[[audits.rust-ini]] +who = "Oliver Hamlet " +criteria = "safe-to-deploy" +delta = "0.21.1 -> 0.21.3" + [[trusted.libc]] criteria = "safe-to-deploy" user-id = 55123 # rust-lang-owner