summaryrefslogtreecommitdiffstats
path: root/vendor/fd-lock/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fd-lock/Cargo.toml')
-rw-r--r--vendor/fd-lock/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/fd-lock/Cargo.toml b/vendor/fd-lock/Cargo.toml
index d995177bf..8d0b8f014 100644
--- a/vendor/fd-lock/Cargo.toml
+++ b/vendor/fd-lock/Cargo.toml
@@ -12,7 +12,7 @@
[package]
edition = "2018"
name = "fd-lock"
-version = "3.0.11"
+version = "3.0.13"
authors = ["Yoshua Wuyts <yoshuawuyts@gmail.com>"]
description = "Advisory cross-platform lock on a file using a file descriptor to it."
documentation = "https://docs.rs/fd-lock"
@@ -41,11 +41,11 @@ version = "1.0.0"
version = "3.0.8"
[target."cfg(unix)".dependencies.rustix]
-version = "0.37.0"
+version = "0.38.0"
features = ["fs"]
[target."cfg(windows)".dependencies.windows-sys]
-version = "0.45.0"
+version = "0.48.0"
features = [
"Win32_Foundation",
"Win32_Storage_FileSystem",