Feat: Compare versions for update

This commit is contained in:
Justin Miller
2021-09-24 16:33:18 -06:00
committed by Aiden McClelland
parent c24d63d65c
commit 4d110eb613
7 changed files with 84 additions and 0 deletions

View File

@@ -119,3 +119,7 @@ tokio-util = { version = "0.6.8", features = ["io"] }
torut = "0.2.0"
typed-builder = "0.9.1"
url = { version = "2.2.2", features = ["serde"] }
[dependencies.serde_with]
version = "1.10.0"
features = [ "macros", "json" ]