Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
835fe99a
Unverified
Commit
835fe99a
authored
May 22, 2021
by
stanly-johnson
Committed by
GitHub
May 22, 2021
Browse files
bump rocksdb to 6.17.3 (again) (#3077)
parent
f25465e8
Pipeline
#139036
passed with stages
in 26 minutes and 46 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
835fe99a
...
...
@@ -529,26 +529,21 @@ dependencies = [
[[package]]
name = "bindgen"
version = "0.5
4
.0"
version = "0.5
7
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
66c0bb6167449588ff70803f4127f0684f9063097eca5016f37eb52b92c2cf36
"
checksum = "
fd4865004a46a0aafb2a0a5eb19d3c9fc46ee5f063a6cfc605c69ac9ecf5263d
"
dependencies = [
"bitflags",
"cexpr",
"cfg-if 0.1.10",
"clang-sys",
"clap",
"env_logger 0.7.1",
"lazy_static",
"lazycell",
"log",
"peeking_take_while",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
"which 3.1.1",
]
[[package]]
...
...
@@ -986,13 +981,13 @@ dependencies = [
[[package]]
name = "clang-sys"
version = "
0
.2
9.3
"
version = "
1
.2
.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a
"
checksum = "
853eda514c284c2287f4bf20ae614f8781f40a81d32ecda6e91449304dfe077c
"
dependencies = [
"glob",
"libc",
"libloading",
"libloading
0.7.0
",
]
[[package]]
...
...
@@ -2084,7 +2079,7 @@ checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"
dependencies = [
"lazy_static",
"libc",
"libloading",
"libloading
0.5.2
",
"winapi 0.3.9",
]
...
...
@@ -3349,6 +3344,16 @@ dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "libloading"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"
dependencies = [
"cfg-if 1.0.0",
"winapi 0.3.9",
]
[[package]]
name = "libm"
version = "0.2.1"
...
...
@@ -3791,9 +3796,9 @@ dependencies = [
[[package]]
name = "librocksdb-sys"
version = "6.1
1.4
"
version = "6.1
7.3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
eb5b56f651c204634b936be2f92dbb42c36867e00ff7fe2405591f3b9fa66f0
9"
checksum = "
5da125e1c0f22c7cae785982115523a0738728498547f415c9054cb17c7e89f
9"
dependencies = [
"bindgen",
"cc",
...
...
@@ -6959,7 +6964,7 @@ dependencies = [
"prost",
"prost-types",
"tempfile",
"which
4.0.2
",
"which",
]
[[package]]
...
...
@@ -11423,15 +11428,6 @@ dependencies = [
"xcm-executor",
]
[[package]]
name = "which"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
dependencies = [
"libc",
]
[[package]]
name = "which"
version = "4.0.2"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment