From a639b0f465eaccac6f0464d0aaaf44f763fc26da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Wed, 13 Sep 2023 16:02:04 +0200 Subject: [PATCH] Use moved trussed-staging and trussed-rsa-alloc --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c380070..556ac61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,8 +79,8 @@ log-error = [] [patch.crates-io] trussed = { git = "https://github.com/trussed-dev/trussed" , rev = "55ea391367fce4bf5093ff2d3c79041d7aef0485" } trussed-auth = { git = "https://github.com/trussed-dev/trussed-auth.git", tag = "v0.2.2"} -trussed-rsa-alloc = { git = "https://github.com/Nitrokey/trussed-rsa-backend.git", tag = "v0.1.0"} -trussed-staging = { git = "https://github.com/Nitrokey/trussed-staging", tag = "v0.1.0" } +trussed-rsa-alloc = { git = "https://github.com/trussed-dev/trussed-rsa-backend.git", tag = "v0.1.0"} +trussed-staging = { git = "https://github.com/trussed-dev/trussed-staging", tag = "v0.1.0" } [profile.dev.package.rsa] opt-level = 2