Bump fs4 from 0.6.2 to 0.6.3 (#755)

This commit is contained in:
dependabot[bot] 2023-02-01 01:40:45 +00:00 committed by GitHub
parent 28449c21f4
commit 68f3eb81d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -789,9 +789,9 @@ dependencies = [
[[package]] [[package]]
name = "fs4" name = "fs4"
version = "0.6.2" version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9813c3dc174931eff4bd78609debba56465b7c1da888576d21636b601a46790" checksum = "8ea55201cc351fdb478217c0fb641b59813da9b4efe4c414a9d8f989a657d149"
dependencies = [ dependencies = [
"libc", "libc",
"rustix 0.35.13", "rustix 0.35.13",

View file

@ -10,4 +10,4 @@ edition = "2021"
license = "Apache-2.0 OR MIT" license = "Apache-2.0 OR MIT"
[dependencies] [dependencies]
fs4 = "0.6.2" fs4 = "0.6.3"