[NSS] Fix response API by using recent libnss-rs version
Also, fix types for stub implementations
... | ... | @@ -14,7 +14,7 @@ crate-type = [ "cdylib" ] |
[dependencies] | ||
pamsm = { version = "^0.4.2", features = ["libpam"] } | ||
libnss = "^0.1.0" | ||
libnss = "^0.4.0" | ||
paste = "^0.1" | ||
libc = "^0.2.0" | ||
lazy_static = "^1.3.0" | ||
... | ... |
Please register or sign in to comment