use released versions of a few deps

This commit is contained in:
Scott Lamb
2021-06-09 14:36:14 -07:00
parent 3a6918f3df
commit 92a365eb73
4 changed files with 16 additions and 35 deletions

View File

@@ -21,11 +21,11 @@ cstr = "0.2.5"
failure = "0.1.1"
fnv = "1.0"
futures = "0.3"
h264-reader = { git = "https://github.com/dholroyd/h264-reader" }
h264-reader = "0.5.0"
hashlink = "0.7.0"
lazy_static = "1.0"
libc = "0.2"
libpasta = { git = "https://github.com/scottlamb/libpasta", branch = "pr-deps" }
libpasta = "0.1.2"
log = "0.4"
mylog = { git = "https://github.com/scottlamb/mylog" }
nix = "0.20.0"