summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgwenn <45554+gwenn@users.noreply.github.com>2023-07-03 18:12:46 +0200
committerGitHub <noreply@github.com>2023-07-03 18:12:46 +0200
commita855443e93bc1b31cdcee84f8ed0aa55bdc55aa1 (patch)
tree81874e922eac5bdd044cf329d14e4ede56aade34
parentaecbf41252b22c4e19785342073c5695a56c4d2b (diff)
parent4eec70d7a4a57c8321aa09e2a3924d6edc9e64a7 (diff)
downloadrustyline-a855443e93bc1b31cdcee84f8ed0aa55bdc55aa1.zip
Merge pull request #714 from kkawakam/dependabot/cargo/fd-lock-4.0.0master
Update fd-lock requirement from 3.0.0 to 4.0.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 313db8e..c19750c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ cfg-if = "1.0"
# For file completion
home = { version = "0.5.4", optional = true }
# For History
-fd-lock = { version = "3.0.0", optional = true }
+fd-lock = { version = "4.0.0", optional = true }
rusqlite = { version = "0.29.0", optional = true, default-features = false, features = ["bundled", "backup"] }
libc = "0.2"
log = "0.4"