diff --git a/userspace/Cargo.toml b/userspace/Cargo.toml index cb1ad86a..aa06b2e8 100644 --- a/userspace/Cargo.toml +++ b/userspace/Cargo.toml @@ -65,8 +65,6 @@ sha2 = { version = "0.10.9" } crypto-common = "0.1.6" webpki-roots = "1.0.1" -raqote = { version = "0.8.3", default-features = false } - # Vendored/patched dependencies rand = { git = "https://git.alnyan.me/yggdrasil/rand.git", branch = "alnyan/yggdrasil-rng_core-0.6.4" } rand_core = { git = "https://git.alnyan.me/yggdrasil/rand.git", branch = "alnyan/yggdrasil-rng_core-0.6.4" }