feat: Improved memfd-secret allocation

This commit is contained in:
Prabhpreet Dua
2024-06-12 17:32:11 +05:30
parent ac2aaa5fbd
commit 32d30a6f63
2 changed files with 3 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ env_logger = "0.10.2"
toml = "0.7.8"
static_assertions = "1.1.0"
allocator-api2 = "0.2.14"
memsec = { version="0.7.0", features = [ "alloc_ext", ] }
memsec = { git="https://github.com/rosenpass/memsec.git" ,rev="aceb9baee8aec6844125bd6612f92e9a281373df", features = [ "alloc_ext", ] }
rand = "0.8.5"
typenum = "1.17.0"
log = { version = "0.4.21" }