chore: update nix to 0.23 (#4255)

This commit is contained in:
Taiki Endo
2021-11-22 06:13:14 +09:00
committed by GitHub
parent b1afd95994
commit 8b6542fc3e
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -4,4 +4,7 @@
ignore = [
# https://github.com/tokio-rs/tokio/issues/4177
"RUSTSEC-2020-0159",
# We depend on nix 0.22 only via mio-aio, a dev-dependency.
# https://github.com/tokio-rs/tokio/pull/4255#issuecomment-974786349
"RUSTSEC-2021-0119",
]