From 8a5eb1474cf677635fb741ed9da02e4cbe863a13 Mon Sep 17 00:00:00 2001 From: pingcap-github-bot Date: Tue, 21 Apr 2020 23:11:59 +0800 Subject: [PATCH] =?UTF-8?q?rust-rocksdb:=20rocksdb:=20Fix=20wrong=20key=20?= =?UTF-8?q?being=20read=20on=20ingested=20file=20with=20global=20seqno=20a?= =?UTF-8?q?nd=20delta=E2=80=A6=20(#7597)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: sre-bot --- Cargo.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b6dc5bd5d5a..e3e6a6f75ecb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -199,8 +199,8 @@ dependencies = [ [[package]] name = "bzip2-sys" -version = "0.1.7" -source = "git+https://github.com/alexcrichton/bzip2-rs.git#a8ee5cb4d0587409d03b4367bbfa8d7d6266378e" +version = "0.1.8+1.0.8" +source = "git+https://github.com/alexcrichton/bzip2-rs.git#461d66916a5e6848e455c6d4fb9a5f70f4617efd" dependencies = [ "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1284,9 +1284,9 @@ dependencies = [ [[package]] name = "librocksdb_sys" version = "0.1.0" -source = "git+https://github.com/tikv/rust-rocksdb.git?branch=tikv-3.x#7ec1dbd99d906c0098e60ccce41a2adae13fb411" +source = "git+https://github.com/tikv/rust-rocksdb.git?branch=tikv-3.x#c7c911962cb07e0941af3e37a054a1d230f46881" dependencies = [ - "bzip2-sys 0.1.7 (git+https://github.com/alexcrichton/bzip2-rs.git)", + "bzip2-sys 0.1.8+1.0.8 (git+https://github.com/alexcrichton/bzip2-rs.git)", "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", "cmake 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", "jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1301,9 +1301,9 @@ dependencies = [ [[package]] name = "libtitan_sys" version = "0.0.1" -source = "git+https://github.com/tikv/rust-rocksdb.git?branch=tikv-3.x#7ec1dbd99d906c0098e60ccce41a2adae13fb411" +source = "git+https://github.com/tikv/rust-rocksdb.git?branch=tikv-3.x#c7c911962cb07e0941af3e37a054a1d230f46881" dependencies = [ - "bzip2-sys 0.1.7 (git+https://github.com/alexcrichton/bzip2-rs.git)", + "bzip2-sys 0.1.8+1.0.8 (git+https://github.com/alexcrichton/bzip2-rs.git)", "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", "cmake 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1934,7 +1934,7 @@ name = "protoc" version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2310,7 +2310,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rocksdb" version = "0.3.0" -source = "git+https://github.com/tikv/rust-rocksdb.git?branch=tikv-3.x#7ec1dbd99d906c0098e60ccce41a2adae13fb411" +source = "git+https://github.com/tikv/rust-rocksdb.git?branch=tikv-3.x#c7c911962cb07e0941af3e37a054a1d230f46881" dependencies = [ "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3495,7 +3495,7 @@ dependencies = [ [[package]] name = "zstd-sys" version = "1.4.15+zstd.1.4.4" -source = "git+https://github.com/gyscos/zstd-rs.git#3df21bbc06a5257967ca7f30ba33a6512e0cde4b" +source = "git+https://github.com/gyscos/zstd-rs.git#3b83579b3a8b4e1d6e841fa5eb6252d4c81af040" dependencies = [ "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3526,7 +3526,7 @@ dependencies = [ "checksum byteorder 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e4ca3a1755927e5b00c3fe43250053b957b5c074d9f17782b88ef7aa0fb4dfe2" "checksum byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d" "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" -"checksum bzip2-sys 0.1.7 (git+https://github.com/alexcrichton/bzip2-rs.git)" = "" +"checksum bzip2-sys 0.1.8+1.0.8 (git+https://github.com/alexcrichton/bzip2-rs.git)" = "" "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" "checksum callgrind 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f7f788eaf239475a3c1e1acf89951255a46c4b9b46cf3e866fc4d0707b4b9e36" "checksum cargo_metadata 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "48e8d5fd5b81d86d3ec3c820ecf5a3027fa22d6aede2be981cf07a8ce16451bb"