appmgr: pin yajrc to c2952a4a

This commit is contained in:
Aiden McClelland
2021-03-02 21:22:50 -07:00
committed by Aiden McClelland
parent 6b3fa54551
commit d9894d4082
2 changed files with 2 additions and 2 deletions

2
appmgr/Cargo.lock generated
View File

@@ -2606,7 +2606,7 @@ dependencies = [
[[package]]
name = "yajrc"
version = "0.1.0"
source = "git+https://github.com/dr-bonez/yajrc#5a8df137808608accb69e78635fb6d70c4b1c2dc"
source = "git+https://github.com/dr-bonez/yajrc?rev=c2952a4a21c50f7be6f8003afa37ee77deb66d56#c2952a4a21c50f7be6f8003afa37ee77deb66d56"
dependencies = [
"anyhow",
"serde",

View File

@@ -55,4 +55,4 @@ simple-logging = "2.0"
tokio = { version = "0.3.5", features = ["full"] }
tokio-compat-02 = "0.1.2"
tokio-tar = { version = "0.3.0", git = "https://github.com/dr-bonez/tokio-tar.git", rev = "1ba710f3" }
yajrc = { version = "0.1.0", git = "https://github.com/dr-bonez/yajrc" }
yajrc = { version = "0.1.0", git = "https://github.com/dr-bonez/yajrc", rev = "c2952a4a21c50f7be6f8003afa37ee77deb66d56" }