mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update once_cell from 1.21.3 to 1.21.4
This commit is contained in:
Generated
+2
-2
@@ -789,9 +789,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "once_cell"
|
||||
version = "1.21.3"
|
||||
version = "1.21.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
||||
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
||||
|
||||
[[package]]
|
||||
name = "option-ext"
|
||||
|
||||
@@ -953,6 +953,12 @@ who = "David Cook <dcook@divviup.org>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "0.3.1 -> 0.3.2"
|
||||
|
||||
[[audits.isrg.audits.once_cell]]
|
||||
who = "J.C. Jones <jc@divviup.org>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "1.21.3 -> 1.21.4"
|
||||
notes = "The addition is a safe while loop around prior behavior. I don't see any way for that to become malicious."
|
||||
|
||||
[[audits.isrg.audits.rayon]]
|
||||
who = "Brandon Pitman <bran@bran.land>"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
Reference in New Issue
Block a user