mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +00:00
Bump kvdb-rocksdb from 0.15.1 to 0.15.2 (#5166)
Bumps [kvdb-rocksdb](https://github.com/paritytech/parity-common) from 0.15.1 to 0.15.2. - [Release notes](https://github.com/paritytech/parity-common/releases) - [Commits](https://github.com/paritytech/parity-common/compare/kvdb-rocksdb-v0.15.1...kvdb-rocksdb-v0.15.2) --- updated-dependencies: - dependency-name: kvdb-rocksdb 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>
This commit is contained in:
Generated
+2
-2
@@ -3640,9 +3640,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "kvdb-rocksdb"
|
name = "kvdb-rocksdb"
|
||||||
version = "0.15.1"
|
version = "0.15.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a1e72a631a32527fafe22d0751c002e67d28173c49dcaecf79d1aaa323c520e9"
|
checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fs-swap",
|
"fs-swap",
|
||||||
"kvdb",
|
"kvdb",
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ gum = { package = "tracing-gum", path = "../gum/" }
|
|||||||
serde = { version = "1.0.136", features = ["derive"] }
|
serde = { version = "1.0.136", features = ["derive"] }
|
||||||
thiserror = "1.0.30"
|
thiserror = "1.0.30"
|
||||||
kvdb = "0.11.0"
|
kvdb = "0.11.0"
|
||||||
kvdb-rocksdb = { version = "0.15.1", optional = true }
|
kvdb-rocksdb = { version = "0.15.2", optional = true }
|
||||||
parity-db = { version = "0.3.9", optional = true }
|
parity-db = { version = "0.3.9", optional = true }
|
||||||
async-trait = "0.1.53"
|
async-trait = "0.1.53"
|
||||||
lru = "0.7"
|
lru = "0.7"
|
||||||
|
|||||||
Reference in New Issue
Block a user