Skip to content

Commit 1d6e29a

Browse files
Update to PIV 0.5.0
1 parent 6264e86 commit 1d6e29a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ trussed-usbip = { git = "https://github.com/trussed-dev/pc-usbip-runner.git", re
2929
admin-app = { git = "https://github.com/Nitrokey/admin-app.git", tag = "v0.1.0-nitrokey.20" }
3030
fido-authenticator = { git = "https://github.com/Nitrokey/fido-authenticator.git",tag = "v0.1.1-nitrokey.25" }
3131
opcard = { git = "https://github.com/Nitrokey/opcard-rs", rev = "39ec4c37f808c0cfeb84e0a8493bbee06f02c8e2" }
32-
piv-authenticator = { git = "https://github.com/Nitrokey/piv-authenticator.git", rev = "2fec80ff825408a3d479668ff5557fdd32ead342" }
32+
piv-authenticator = { git = "https://github.com/trussed-dev/piv-authenticator.git", tag = "v0.5.0" }
3333
secrets-app = { git = "https://github.com/Nitrokey/trussed-secrets-app", rev = "700863bdfa90a3616cbb695d6638c7aea7730c03" }
3434
webcrypt = { git = "https://github.com/nitrokey/nitrokey-websmartcard-rust", tag = "v0.8.0-rc11" }
3535

components/apps/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ndef-app = { path = "../ndef-app", optional = true }
4545
webcrypt = { version = "0.8.0", optional = true }
4646
secrets-app = { version = "0.13.0", features = ["apdu-dispatch", "ctaphid"], optional = true }
4747
opcard = { version = "1.4.0", features = ["apdu-dispatch", "delog", "rsa2048-gen", "rsa4096", "admin-app"], optional = true }
48-
piv-authenticator = { version = "0.3.8", features = ["apdu-dispatch", "delog", "rsa"], optional = true }
48+
piv-authenticator = { version = "0.5.0", features = ["apdu-dispatch", "delog", "rsa"], optional = true }
4949
provisioner-app = { path = "../provisioner-app", optional = true }
5050

5151
[dev-dependencies]

0 commit comments

Comments
 (0)