1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-23 07:56:07 +02:00

chore(deps): bump fd-lock from 3.0.8 to 3.0.9

Bumps [fd-lock](https://github.com/yoshuawuyts/fd-lock) from 3.0.8 to 3.0.9.
- [Release notes](https://github.com/yoshuawuyts/fd-lock/releases)
- [Commits](https://github.com/yoshuawuyts/fd-lock/compare/v3.0.8...v3.0.9)

---
updated-dependencies:
- dependency-name: fd-lock
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-24 00:31:34 +00:00 committed by GitHub
parent d02acbcc1a
commit 2d19c6778e
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -1038,9 +1038,9 @@ dependencies = [
[[package]]
name = "fd-lock"
version = "3.0.8"
version = "3.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb21c69b9fea5e15dbc1049e4b77145dd0ba1c84019c488102de0dc4ea4b0a27"
checksum = "28c0190ff0bd3b28bfdd4d0cf9f92faa12880fb0b8ae2054723dd6c76a4efd42"
dependencies = [
"cfg-if 1.0.0",
"rustix",