diff options
author | gwenn <45554+gwenn@users.noreply.github.com> | 2023-07-03 18:12:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-03 18:12:46 +0200 |
commit | a855443e93bc1b31cdcee84f8ed0aa55bdc55aa1 (patch) | |
tree | 81874e922eac5bdd044cf329d14e4ede56aade34 | |
parent | aecbf41252b22c4e19785342073c5695a56c4d2b (diff) | |
parent | 4eec70d7a4a57c8321aa09e2a3924d6edc9e64a7 (diff) | |
download | rustyline-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |