Skip to content

Commit a855443

Browse files
authored
Merge pull request kkawakam#714 from kkawakam/dependabot/cargo/fd-lock-4.0.0
Update fd-lock requirement from 3.0.0 to 4.0.0
2 parents aecbf41 + 4eec70d commit a855443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cfg-if = "1.0"
2828
# For file completion
2929
home = { version = "0.5.4", optional = true }
3030
# For History
31-
fd-lock = { version = "3.0.0", optional = true }
31+
fd-lock = { version = "4.0.0", optional = true }
3232
rusqlite = { version = "0.29.0", optional = true, default-features = false, features = ["bundled", "backup"] }
3333
libc = "0.2"
3434
log = "0.4"

0 commit comments

Comments
 (0)