Update to urlshortener 3

This commit is contained in:
Josh Stone 2020-03-06 19:16:29 -08:00
parent 5f21b87937
commit 37963f94e7
2 changed files with 5 additions and 398 deletions

View file

@ -125,7 +125,7 @@ serde_derive = "1"
tar = { version = "0.4", optional = true }
tempfile = "3"
toml = "0.5"
urlshortener = { version = "2", optional = true }
urlshortener = { version = "3", optional = true }
version-compare = "0.0.10"
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "openbsd", target_os = "netbsd"))'.dependencies]