forge: use base64 crate for avatar payload
Per @mara on #328: the hand-rolled encoder was over-cautious. Swap for base64 = 0.22 from crates.io — a standard, widely-trusted dep, no maintenance surface to carry. Drops the 15-line encoder and its two RFC 4648 unit tests.
This commit is contained in:
parent
dbb2ca4393
commit
ce539559d5
4 changed files with 5 additions and 58 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -585,6 +585,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"axum",
|
||||
"base64",
|
||||
"clap",
|
||||
"hive-fr0nt",
|
||||
"hive-sh4re",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue