Skip to content

Commit 42b8b9a

Browse files
committed
Switch dependencies to main repo
Signed-off-by: Ionut Mihalcea <[email protected]>
1 parent 9dde598 commit 42b8b9a

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 @@ log = { version = "0.4.14", features = ["serde"] }
2929
cryptoki = { version = "0.2.0", optional = true, features = ["psa-crypto-conversions"] }
3030
picky-asn1-der = { version = "<=0.2.4", optional = true }
3131
picky-asn1 = { version = ">=0.3.1, <=0.3.1", optional = true }
32-
tss-esapi = { git = "https://github.com/ionut-arm/rust-tss-esapi.git", branch = "tkc-activate-cred", optional = true }
32+
tss-esapi = { git = "https://github.com/parallaxsecond/rust-tss-esapi.git", rev = "62fb9b7b05b1e607518ae127406f3b85991205b9", optional = true }
3333
bincode = "1.3.1"
3434
structopt = "0.3.21"
3535
derivative = "2.2.0"

e2e_tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ num_cpus = "1.13.0"
2727
picky-asn1-der = "0.2.4"
2828
picky-asn1 = "0.3.1"
2929
sha2 = "0.9.3"
30-
tss-esapi = { git = "https://github.com/ionut-arm/rust-tss-esapi.git", branch = "tkc-activate-cred" }
30+
tss-esapi = { git = "https://github.com/parallaxsecond/rust-tss-esapi.git", rev = "62fb9b7b05b1e607518ae127406f3b85991205b9" }
3131

3232
[features]
3333
mbed-crypto-provider = []

0 commit comments

Comments
 (0)