Merge pull request #2449 from deltachat/dependabot/cargo/rustyline-8.2.0

This commit is contained in:
dependabot[bot]
2021-05-22 12:37:04 +00:00
committed by GitHub
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@@ -3180,15 +3180,14 @@ dependencies = [
[[package]]
name = "rustyline"
version = "8.1.0"
version = "8.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53e628a0a8e3e278dc96badc1f54492e5c5201037c7df14935c8b9571e9d2923"
checksum = "fbd4eaf7a7738f76c98e4f0395253ae853be3eb018f7b0bb57fe1b6c17e31874"
dependencies = [
"bitflags",
"cfg-if 1.0.0",
"clipboard-win",
"dirs-next",
"error-code",
"fd-lock",
"libc",
"log",

View File

@@ -58,7 +58,7 @@ rand = "0.7.0"
regex = "1.4.6"
rusqlite = "0.25"
rust-hsluv = "0.1.4"
rustyline = { version = "8.1.0", optional = true }
rustyline = { version = "8.2.0", optional = true }
sanitize-filename = "0.3.0"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }