From 42fea7391e1a93a3e7d17930fda5d6516cd0fd8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:15:23 -1000 Subject: [PATCH] build(deps): update aquamarine requirement from 0.5.0 to 0.6.0 (#727) 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 e0908f191..9d6006974 100644 --- a/firewood/Cargo.toml +++ b/firewood/Cargo.toml @@ -16,7 +16,7 @@ homepage = "https://avalabs.org" readme = "../README.md" [dependencies] -aquamarine = "0.5.0" +aquamarine = "0.6.0" async-trait = "0.1.77" storage = { version = "0.0.4", path = "../storage" } futures = "0.3.30"