chore: drop base64 dependency

This commit is contained in:
Grimmauld 2025-02-15 17:04:22 +01:00
parent d29370d398
commit a4d5826c0e
No known key found for this signature in database
2 changed files with 0 additions and 8 deletions

7
Cargo.lock generated
View file

@ -23,12 +23,6 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c5ab921a56bbe68325ba6d3711ee2c681239fe4c9c295c6a1c2fe6992e27f86"
[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "bitflags"
version = "2.8.0"
@ -420,7 +414,6 @@ name = "ykoath2"
version = "0.1.0"
dependencies = [
"apdu-core",
"base64",
"getrandom",
"hmac",
"iso7816-tlv",

View file

@ -1,6 +1,5 @@
[dependencies]
apdu-core = "0.4.0"
base64 = "0.22.1"
getrandom = "0.3.1"
hmac = "0.12.1"
iso7816-tlv = "0.4.4"