mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
fix tor addressing for realzies
This commit is contained in:
@@ -43,7 +43,7 @@ portable = []
|
||||
production = []
|
||||
|
||||
[dependencies]
|
||||
aes = { version = "0.7.5", features = ["ctr", "armv8"] }
|
||||
aes = { version = "0.7.5", features = ["ctr"] }
|
||||
anyhow = "1.0.40"
|
||||
async-trait = "0.1.42"
|
||||
avahi-sys = { git = "https://github.com/Start9Labs/avahi-sys", version = "0.10.0", branch = "feature/dynamic-linking", features = [
|
||||
@@ -76,7 +76,9 @@ log = "0.4.11"
|
||||
nix = "0.22.0"
|
||||
openssh-keys = "0.5.0"
|
||||
openssl = { version = "0.10.30", features = ["vendored"] }
|
||||
patch-db = { version = "*", path = "../../patch-db/patch-db" }
|
||||
patch-db = { version = "*", path = "../../patch-db/patch-db", features = [
|
||||
"log",
|
||||
] }
|
||||
pbkdf2 = "0.9.0"
|
||||
pin-project = "1.0.6"
|
||||
prettytable-rs = "0.8.0"
|
||||
|
||||
Reference in New Issue
Block a user