update torut with fork for dependency fix

This commit is contained in:
Lucy Cifferello
2021-08-26 09:52:57 -06:00
committed by Aiden McClelland
parent a8db75099b
commit 89246b4dd4
2 changed files with 259 additions and 281 deletions

538
appmgr/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -108,6 +108,6 @@ tokio-stream = { version = "0.1.5", features = ["io-util", "sync"] }
tokio-tar = "0.3.0"
tokio-tungstenite = "0.14.0"
tokio-util = { version = "0.6.6", features = ["io"] }
torut = "0.1.9"
torut = { git = "https://github.com/Start9Labs/torut.git", branch = "update/dependencies" }
typed-builder = "0.9.0"
url = { version = "2.2.1", features = ["serde"] }