Skip to content

Commit

Permalink
Update ParityDB version to avoid database corruption in some cases
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Mar 14, 2023
1 parent cea0fd5 commit 906f496
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 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 crates/subspace-farmer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jsonrpsee = { version = "0.16.2", features = ["client", "macros", "server"] }
lru = "0.8.1"
memmap2 = "0.5.8"
num-traits = "0.2.15"
parity-db = "0.4.2"
parity-db = "0.4.4"
parity-scale-codec = "3.2.1"
parking_lot = "0.12.1"
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion crates/subspace-networking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ futures = "0.3.26"
hex = "0.4.3"
lru = "0.8.1"
nohash-hasher = "0.2.0"
parity-db = "0.4.2"
parity-db = "0.4.4"
parity-scale-codec = "3.2.1"
parking_lot = "0.12.1"
pin-project = "1.0.11"
Expand Down

0 comments on commit 906f496

Please sign in to comment.