Added updates check

This commit is contained in:
Shiroyasha 2024-07-21 18:35:04 +03:00
parent d101c84f21
commit 63f0b0d732
6 changed files with 157 additions and 93 deletions

View file

@ -25,8 +25,9 @@ dashmap = "6.0.1"
hex = "0.4.3"
uuid = { version = "1.8.0", features = ["serde"] }
base64 = "0.22.1"
reqwest = { version = "0.12.4" }
reqwest = { version = "0.12.4", features = ["json"] }
dotenvy = "0.15.7"
semver = "1.0.23"
# Crypto
ring = "0.17.8"
@ -44,4 +45,4 @@ cross = "0.2.5"
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get --assume-yes install libssl-dev:$CROSS_DEB_ARCH"
]
]