Skip to content

Commit

Permalink
Bump atomic_store from 0.1.3 to 0.1.4
Browse files Browse the repository at this point in the history
Bumps [atomic_store](https://github.com/EspressoSystems/atomicstore) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/EspressoSystems/atomicstore/releases)
- [Commits](EspressoSystems/atomicstore@9da9998...64c0925)

---
updated-dependencies:
- dependency-name: atomic_store
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 19, 2024
1 parent 12a1843 commit 29584e7
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 60 deletions.
99 changes: 40 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ typenum = "1"
tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64", tag = "0.3.4" }

# Dependencies enabled by feature "file-system-data-source".
atomic_store = { git = "https://github.com/EspressoSystems/atomicstore.git", tag = "0.1.3", optional = true }
atomic_store = { git = "https://github.com/EspressoSystems/atomicstore.git", tag = "0.1.4", optional = true }

# Dependencies enabled by feature "sql-data-source".
include_dir = { version = "0.7", optional = true }
Expand Down

0 comments on commit 29584e7

Please sign in to comment.