mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update rust-ini to v0.21.3
This removes a dependency.
This commit is contained in:
Generated
+2
-9
@@ -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"
|
||||
|
||||
@@ -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 <https://crates.io/crates/rust-ini/0.21.1>`_
|
||||
`rust-ini v0.21.3 <https://crates.io/crates/rust-ini/0.21.3>`_
|
||||
--------------------------------------------------------------
|
||||
|
||||
::
|
||||
@@ -330,13 +330,6 @@ Dependency Copyright Notices
|
||||
Copyright (c) 2015 Chen Yuheng
|
||||
Copyright (c) 2023 Ethiraric
|
||||
|
||||
`trim-in-place v0.1.7 <https://crates.io/crates/trim-in-place/0.1.7>`_
|
||||
----------------------------------------------------------------------
|
||||
|
||||
::
|
||||
|
||||
Copyright (c) 2020 magiclen.org (Ron Li)
|
||||
|
||||
`ucd-trie v0.1.7 <https://crates.io/crates/ucd-trie/0.1.7>`_
|
||||
------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -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 <git@ortham.net>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "0.21.1 -> 0.21.3"
|
||||
|
||||
[[trusted.libc]]
|
||||
criteria = "safe-to-deploy"
|
||||
user-id = 55123 # rust-lang-owner
|
||||
|
||||
Reference in New Issue
Block a user