Skip to content

Commit 03ca4c8

Browse files
author
Ken Simon
committed
Bump version for picky-asn1 to avoid rust incompatibility warnings
In a project with tss-esapi as a dependency, I'm getting this warning on my builds since rust 1.90: ``` warning: the following packages contain code that will be rejected by a future version of Rust: picky-asn1-x509 v0.12.0 ``` The latest versions seem to compile cleanly and works for me.
1 parent 8ee2349 commit 03ca4c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tss-esapi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ regex = "1.3.9"
2525
zeroize = { version = "1.1.0", features = ["zeroize_derive"] }
2626
tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.5.0" }
2727
oid = "0.2.1"
28-
picky-asn1 = "0.8.0"
29-
picky-asn1-x509 = "0.12.0"
28+
picky-asn1 = "0.10.0"
29+
picky-asn1-x509 = "0.15.2"
3030
getrandom = "0.2.11"
3131

3232
[dev-dependencies]

0 commit comments

Comments
 (0)