diff --git a/Cargo.lock b/Cargo.lock index 2979b162b6..5552279a49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -244,6 +244,7 @@ dependencies = [ "anyhow", "async-trait", "avm-server", + "base64 0.21.7", "bs58", "bytesize", "chrono", diff --git a/aquamarine/Cargo.toml b/aquamarine/Cargo.toml index cff9f024b4..8768f9a9c0 100644 --- a/aquamarine/Cargo.toml +++ b/aquamarine/Cargo.toml @@ -34,6 +34,7 @@ serde_json = { workspace = true } parking_lot = { workspace = true } chrono = "0.4.33" base64 = { workspace = true } +bs58 = { workspace = true } thiserror = { workspace = true } humantime = "2.1.0" anyhow = "1.0.79"