mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
Added updates check
This commit is contained in:
parent
d101c84f21
commit
63f0b0d732
6 changed files with 157 additions and 93 deletions
|
|
@ -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"
|
||||
]
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue