Switch from subtle-encoding to base16ct (#443)
This commit is contained in:
committed by
GitHub
parent
5c4259023f
commit
0a2e798894
+1
-1
@@ -17,10 +17,10 @@ rust-version = "1.56"
|
||||
[dependencies]
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
env_logger = "0.9"
|
||||
hex = { package = "base16ct", version = "0.1", features = ["alloc"] }
|
||||
log = "0.4"
|
||||
once_cell = "1"
|
||||
sha2 = "0.10"
|
||||
subtle-encoding = "0.5"
|
||||
termcolor = "1"
|
||||
x509-parser = "0.14"
|
||||
yubikey = { version = "0.6", path = ".." }
|
||||
|
||||
Reference in New Issue
Block a user