diff --git a/Cargo.lock b/Cargo.lock index 6b0c5b1..272cbc5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1355,9 +1355,9 @@ checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" [[package]] name = "linkify" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03951527dd24d2c59f407502e7d88e0948ef06fac23335b556a4c2bc03c22096" +checksum = "78d59d732ba6d7eeefc418aab8057dc8e3da4374bd5802ffa95bebc04b4d1dfb" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 61bf9a2..eb6134d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ glob = "0.3.0" http = "0.2.3" # Switch back to version on crates.io after 0.6.3+ is released hubcaps = { git="https://github.com/softprops/hubcaps.git" } -linkify = "0.4.0" +linkify = "0.5.0" regex = "1.4.3" url = "2.2.0" # Switch back to version on crates.io after