dep: Upgrade transitive dependencies (#1651)

* dep: Upgrade transitive dependencies

* Apply clippy suggestions

* Apply clippy suggestion

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
github-actions[bot] 2024-03-22 16:24:21 +11:00 committed by GitHub
parent 0e9e505697
commit d76e2d8d77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 75 additions and 73 deletions

View file

@ -51,6 +51,7 @@ impl Manifests {
.read(true)
.write(true)
.create(true)
.truncate(false)
.open(manifest_path)
.and_then(FileLock::new_exclusive)?;