Commit 71cf4a9
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.
Signed-off-by: Ken Simon <[email protected]>1 parent 8ee2349 commit 71cf4a9
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments