From 54f8e2b37c14a8210ec5d87a2c25e5df072f3524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 10:29:28 -0500 Subject: [PATCH] build(deps): update aquamarine requirement from 0.4.0 to 0.5.0 (#496) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- firewood/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firewood/Cargo.toml b/firewood/Cargo.toml index 78a90252e..f2b077b30 100644 --- a/firewood/Cargo.toml +++ b/firewood/Cargo.toml @@ -16,7 +16,7 @@ homepage = "https://avalabs.org" readme = "../README.md" [dependencies] -aquamarine = "0.4.0" +aquamarine = "0.5.0" async-trait = "0.1.57" bytemuck = { version = "1.13.1", features = ["derive"] } enum-as-inner = "0.6.0"