update various Rust deps

This commit is contained in:
Scott Lamb
2021-09-29 11:44:29 -07:00
parent 19a9324649
commit 8da5c4aa56
3 changed files with 76 additions and 76 deletions

View File

@@ -28,7 +28,7 @@ libc = "0.2"
libpasta = "0.1.2"
log = "0.4"
mylog = { git = "https://github.com/scottlamb/mylog" }
nix = "0.22.0"
nix = "0.23.0"
num-rational = { version = "0.4.0", default-features = false, features = ["std"] }
odds = { version = "0.4.0", features = ["std-vec"] }
parking_lot = { version = "0.11.1", features = [] }