Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Bump parity-db (#6921)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkpar authored Mar 21, 2023
1 parent ad0c8a9 commit 5dc0704
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 node/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ serde_json = "1.0.81"
thiserror = "1.0.31"
kvdb = "0.13.0"
kvdb-rocksdb = { version = "0.17.0", optional = true }
parity-db = { version = "0.4.4", optional = true }
parity-db = { version = "0.4.6", optional = true }

async-trait = "0.1.57"
lru = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion node/subsystem-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sp-application-crypto = { git = "https://github.com/paritytech/substrate", branc
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }

kvdb = "0.13.0"
parity-db = { version = "0.4.4"}
parity-db = { version = "0.4.6"}

[dev-dependencies]
assert_matches = "1.4.0"
Expand Down

0 comments on commit 5dc0704

Please sign in to comment.