From 430e19649fb30bb6d2876d44d96c3c125e523173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 19:08:09 +0000 Subject: [PATCH] build(deps): update aquamarine requirement from 0.5.0 to 0.6.0 Updates the requirements on [aquamarine](https://github.com/mersinvald/aquamarine) to permit the latest version. - [Release notes](https://github.com/mersinvald/aquamarine/releases) - [Changelog](https://github.com/mersinvald/aquamarine/blob/master/CHANGELOG.md) - [Commits](https://github.com/mersinvald/aquamarine/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: aquamarine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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"