From 011b56039e335ba6b348448160b54e6ebafce122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 09:41:59 +0000 Subject: [PATCH] Bump mem_db from v1.1.6 to v1.1.9 Bumps [mem_db](https://github.com/FindoraNetwork/storage) from v1.1.6 to v1.1.9. - [Release notes](https://github.com/FindoraNetwork/storage/releases) - [Commits](https://github.com/FindoraNetwork/storage/compare/v1.1.6...f5d1912313c880a96668e52125cec34bf1304b6c) --- updated-dependencies: - dependency-name: mem_db dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- accumulators/Cargo.toml | 2 +- api/Cargo.toml | 2 +- smoke-tests/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/accumulators/Cargo.toml b/accumulators/Cargo.toml index d9156cbb..4ab9618a 100644 --- a/accumulators/Cargo.toml +++ b/accumulators/Cargo.toml @@ -26,4 +26,4 @@ tag = 'v1.1.6' [dev-dependencies.mem_db] git = 'https://github.com/FindoraNetwork/storage.git' -tag = 'v1.1.6' +tag = 'v1.1.9' diff --git a/api/Cargo.toml b/api/Cargo.toml index 48d4a7ab..e1a4ce6e 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -151,7 +151,7 @@ tag = 'v1.1.6' [dev-dependencies.mem_db] git = 'https://github.com/FindoraNetwork/storage.git' -tag = 'v1.1.6' +tag = 'v1.1.9' [features] default = ['std', 'u64_backend'] diff --git a/smoke-tests/Cargo.toml b/smoke-tests/Cargo.toml index 13a16098..a26742a2 100644 --- a/smoke-tests/Cargo.toml +++ b/smoke-tests/Cargo.toml @@ -108,7 +108,7 @@ tag = 'v1.1.6' [dev-dependencies.mem_db] git = 'https://github.com/FindoraNetwork/storage.git' -tag = 'v1.1.6' +tag = 'v1.1.9' [dev-dependencies.rand] version = '0.8'