update dependencies

rand 0.8.0 now accepts ranges
This commit is contained in:
Henrik Friedrichsen
2021-01-03 23:24:45 +01:00
parent 9639115f48
commit 63e65c32c9
3 changed files with 108 additions and 69 deletions

View File

@@ -38,7 +38,7 @@ tokio-timer = "0.2"
unicode-width = "0.1.8"
dbus = { version = "0.9.0", optional = true }
dbus-tree = { version = "0.9.0", optional = true }
rand = "0.7"
rand = "0.8"
webbrowser = "0.5"
clipboard = { version = "0.5", optional = true }
url = "1.7"