diff --git a/Cargo.lock b/Cargo.lock index f34c6f19..65751faa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1203,9 +1203,9 @@ dependencies = [ [[package]] name = "linkify" -version = "0.8.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28d9967eb7d0bc31c39c6f52e8fce42991c0cd1f7a2078326f0b7a399a584c8d" +checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780" dependencies = [ "memchr", ] diff --git a/meli/Cargo.toml b/meli/Cargo.toml index ea3d866b..1593011f 100644 --- a/meli/Cargo.toml +++ b/meli/Cargo.toml @@ -30,7 +30,7 @@ futures = "0.3.5" indexmap = { version = "^1.6", features = ["serde-1"] } libc = { version = "0.2.125", default-features = false, features = ["extra_traits"] } libz-sys = { version = "1.1", features = ["static"], optional = true } -linkify = { version = "^0.8", default-features = false } +linkify = { version = "^0.10", default-features = false } melib = { path = "../melib", version = "0.8.5-rc.3", features = [] } nix = { version = "0.27", default-features = false, features = ["signal", "poll", "term", "ioctl", "process"] } notify = { version = "4.0.1", default-features = false } # >:c