Pin older version of base64 for now

This commit is contained in:
Aram 🍐 2023-10-02 17:07:37 -04:00
parent 653c314409
commit 6f143280d1
3 changed files with 3 additions and 5 deletions

View file

@ -22,7 +22,7 @@ async-trait = "0.1"
priority-queue = "1.3.0"
smoltcp = { version = "0.8.2", default-features = false, features = ["std", "log", "medium-ip", "proto-ipv4", "proto-ipv6", "socket-udp", "socket-tcp"] }
bytes = "1"
base64 = "0.21"
base64 = "0.13"
# forward boringtuns tracing events to log
tracing = { version = "0.1", default-features = false, features = ["log"] }