diff --git a/Cargo.lock b/Cargo.lock index 432ded2a..c9656bcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3184,7 +3184,7 @@ checksum = "1f6cc3adc849b5292b4075fc0d5fdcf2f24866e88e336dd27a8943090a520508" [[package]] name = "usbd-ccid" version = "0.2.0" -source = "git+https://github.com/sosthene-nitrokey/usbd-ccid?rev=7e1f11bd125651382d4b403226327de5df5f86b6#7e1f11bd125651382d4b403226327de5df5f86b6" +source = "git+https://github.com/trussed-dev/usbd-ccid?rev=7e1f11bd125651382d4b403226327de5df5f86b6#7e1f11bd125651382d4b403226327de5df5f86b6" dependencies = [ "delog", "embedded-time", diff --git a/Cargo.toml b/Cargo.toml index 2ab7ce98..3a0a968a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ trussed = { git = "https://github.com/sosthene-nitrokey/trussed.git", rev = "6f0 # unreleased upstream changes usbd-ctaphid = { git = "https://github.com/trussed-dev/usbd-ctaphid.git", rev = "2a35535e80255043429267d8ea07c063e76b94ab"} -usbd-ccid = { git = "https://github.com/sosthene-nitrokey/usbd-ccid", rev = "7e1f11bd125651382d4b403226327de5df5f86b6" } +usbd-ccid = { git = "https://github.com/trussed-dev/usbd-ccid", rev = "7e1f11bd125651382d4b403226327de5df5f86b6" } ctaphid-dispatch = { git = "https://github.com/sosthene-nitrokey/ctaphid-dispatch.git", rev = "a5a3696d7cf0665414cf57cdea384dbc8a157f33" } apdu-dispatch = { git = "https://github.com/trussed-dev/apdu-dispatch", rev = "6a2720d06930b715a7af9411a12c7fcf35d5995f" }