Audit object crate update to 0.30.3 (#5827)

This audit is needed for #5619. I'm going ahead and updating Cargo.toml
and Cargo.lock at the same time because no source code changes are
required for this update.
This commit is contained in:
Jamey Sharp
2023-02-17 16:36:21 -08:00
committed by GitHub
parent 7ec925122d
commit 539c42e590
3 changed files with 12 additions and 3 deletions

View File

@@ -517,6 +517,15 @@ who = "Chris Fallin <chris@cfallin.org>"
criteria = "safe-to-deploy"
delta = "0.29.0 -> 0.30.1"
[[audits.object]]
who = "Jamey Sharp <jsharp@fastly.com>"
criteria = "safe-to-deploy"
delta = "0.30.1 -> 0.30.3"
notes = """
No unsafe blocks or I/O in the diff. The only changes clearly implement what
the changelog says is new in these versions.
"""
[[audits.once_cell]]
who = "Chris Fallin <chris@cfallin.org>"
criteria = "safe-to-deploy"