Add audits for regex v1.11.2 to v1.11.3 update

This commit is contained in:
Oliver Hamlet
2025-10-03 18:39:36 +01:00
parent 33efacb6d8
commit 966bf75a29
+12
View File
@@ -7,6 +7,18 @@ criteria = "safe-to-deploy"
version = "6.1.4" version = "6.1.4"
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." 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.regex]]
who = "Oliver Hamlet <git@ortham.net>"
criteria = "safe-to-deploy"
delta = "1.11.2 -> 1.11.3"
notes = "It just increments the minimum version of regex-automata."
[[audits.regex-automata]]
who = "Oliver Hamlet <git@ortham.net>"
criteria = "safe-to-deploy"
delta = "0.4.9 -> 0.4.11"
notes = "It's a combination of format!() syntax tweaks and added calls to .shrink_to_fit()."
[[trusted.esplugin]] [[trusted.esplugin]]
criteria = "safe-to-deploy" criteria = "safe-to-deploy"
user-id = 9999 # Oliver Hamlet (Ortham) user-id = 9999 # Oliver Hamlet (Ortham)