update various other deps

This commit is contained in:
Scott Lamb
2021-05-17 11:05:54 -07:00
parent f922afaa26
commit ef0bc8acf9
3 changed files with 36 additions and 32 deletions

View File

@@ -21,13 +21,13 @@ cstr = "0.2.5"
failure = "0.1.1"
fnv = "1.0"
h264-reader = { git = "https://github.com/dholroyd/h264-reader" }
hashlink = "0.6.0"
hashlink = "0.7.0"
lazy_static = "1.0"
libc = "0.2"
libpasta = { git = "https://github.com/scottlamb/libpasta", branch = "pr-deps" }
log = "0.4"
mylog = { git = "https://github.com/scottlamb/mylog" }
nix = "0.19.0"
nix = "0.20.0"
odds = { version = "0.4.0", features = ["std-vec"] }
parking_lot = { version = "0.11.1", features = [] }
pretty-hex = "0.2.1"