From 1313de7c17cf5541c25fa634e98e0e0d0971f3b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 21:32:43 +0000 Subject: [PATCH] chore(cargo): bump fd-lock from 4.0.1 to 4.0.2 Bumps [fd-lock](https://github.com/yoshuawuyts/fd-lock) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/yoshuawuyts/fd-lock/releases) - [Commits](https://github.com/yoshuawuyts/fd-lock/compare/v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: fd-lock dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1060f1f58..d660f2c69b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1109,7 +1109,7 @@ dependencies = [ "encoded-words", "escaper", "fast-socks5", - "fd-lock 4.0.1", + "fd-lock 4.0.2", "format-flowed", "futures", "futures-lite", @@ -1874,9 +1874,9 @@ dependencies = [ [[package]] name = "fd-lock" -version = "4.0.1" +version = "4.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b93f7a0db71c99f68398f80653ed05afb0b00e062e1a20c7ff849c4edfabbbcc" +checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947" dependencies = [ "cfg-if", "rustix",