From 047f5122523eb221a7d89ddd3250553f1961532c Mon Sep 17 00:00:00 2001 From: Abdul Basit <45506001+imabdulbasit@users.noreply.github.com> Date: Fri, 28 Feb 2025 19:10:25 +0500 Subject: [PATCH] update atomicstore to 0.1.5 (#2698) --- Cargo.lock | 2 +- hotshot-query-service/Cargo.toml | 2 +- sequencer-sqlite/Cargo.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23b30af2c9..0e70eb9ff2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1598,7 +1598,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "atomic_store" version = "0.1.3" -source = "git+https://github.com/EspressoSystems/atomicstore.git?tag=0.1.4#64c092596e889b9f376fd4bae8974404c43cd12c" +source = "git+https://github.com/EspressoSystems/atomicstore.git?tag=0.1.5#6d2bbaf0bb3b5cd49e9907e60738bccbd4b8c374" dependencies = [ "ark-serialize 0.4.2", "bincode", diff --git a/hotshot-query-service/Cargo.toml b/hotshot-query-service/Cargo.toml index 26384ad291..8a8d2a830b 100644 --- a/hotshot-query-service/Cargo.toml +++ b/hotshot-query-service/Cargo.toml @@ -101,7 +101,7 @@ vbs = "0.1" vec1 = "1.12" # Dependencies enabled by feature "file-system-data-source". -atomic_store = { git = "https://github.com/EspressoSystems/atomicstore.git", tag = "0.1.4", optional = true } +atomic_store = { git = "https://github.com/EspressoSystems/atomicstore.git", tag = "0.1.5", optional = true } # Dependencies enabled by feature "sql-data-source". include_dir = { version = "0.7", optional = true } diff --git a/sequencer-sqlite/Cargo.lock b/sequencer-sqlite/Cargo.lock index c3d92a660a..94186e0c30 100644 --- a/sequencer-sqlite/Cargo.lock +++ b/sequencer-sqlite/Cargo.lock @@ -1573,7 +1573,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "atomic_store" version = "0.1.3" -source = "git+https://github.com/EspressoSystems/atomicstore.git?tag=0.1.4#64c092596e889b9f376fd4bae8974404c43cd12c" +source = "git+https://github.com/EspressoSystems/atomicstore.git?tag=0.1.5#6d2bbaf0bb3b5cd49e9907e60738bccbd4b8c374" dependencies = [ "ark-serialize 0.4.2", "bincode",