diff --git a/eden/fs/Cargo.toml b/eden/fs/Cargo.toml index 3e54d75f3d3c0..b475b05e8f295 100644 --- a/eden/fs/Cargo.toml +++ b/eden/fs/Cargo.toml @@ -15,6 +15,7 @@ pyo3-build-config = { package = "pyo3-build-config", version = "0.21.2", git = " quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" } uefisettings = { git = "https://github.com/linuxboot/uefisettings", rev = "f16daed1d2bd1216204fd24e876c6477d03aebb3" } uefisettings_backend_thrift = { git = "https://github.com/linuxboot/uefisettings", rev = "f16daed1d2bd1216204fd24e876c6477d03aebb3" } +warp = { git = "https://github.com/jdthomas/warp.git", rev = "c794232d182abaa3add8184e7d661e084cc516c5", features = ["tls"] } [patch."https://github.com/rust-vmm/vfio"] vfio-bindings = "0.3.1" diff --git a/eden/mononoke/Cargo.toml b/eden/mononoke/Cargo.toml index 07aede3b64d8f..36b098f08cf55 100644 --- a/eden/mononoke/Cargo.toml +++ b/eden/mononoke/Cargo.toml @@ -99,6 +99,7 @@ pyo3-build-config = { package = "pyo3-build-config", version = "0.21.2", git = " quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" } uefisettings = { git = "https://github.com/linuxboot/uefisettings", rev = "f16daed1d2bd1216204fd24e876c6477d03aebb3" } uefisettings_backend_thrift = { git = "https://github.com/linuxboot/uefisettings", rev = "f16daed1d2bd1216204fd24e876c6477d03aebb3" } +warp = { git = "https://github.com/jdthomas/warp.git", rev = "c794232d182abaa3add8184e7d661e084cc516c5", features = ["tls"] } [patch."https://github.com/rust-vmm/vfio"] vfio-bindings = "0.3.1"