Skip to content

Commit

Permalink
Bump parity-db from 0.3.9 to 0.3.13 (paritytech#686)
Browse files Browse the repository at this point in the history
Bumps [parity-db](https://github.com/paritytech/parity-db) from 0.3.9 to 0.3.13.
- [Release notes](https://github.com/paritytech/parity-db/releases)
- [Commits](https://github.com/paritytech/parity-db/commits)

---
updated-dependencies:
- dependency-name: parity-db
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 19, 2022
1 parent 27db2d8 commit 3b002ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 client/db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sp-runtime = { version = "6.0.0", git = "https://github.com/paritytech/substrate
fp-storage = { version = "2.0.0-dev", path = "../../primitives/storage" }

kvdb-rocksdb = { version = "0.15.2", optional = true }
parity-db = { version = "0.3.9", optional = true }
parity-db = { version = "0.3.13", optional = true }

[features]
default = ["kvdb-rocksdb", "parity-db"]

0 comments on commit 3b002ac

Please sign in to comment.