🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-03-01 19:18:24.0 +00:00:00
committer GitHub <noreply@github.com> 2024-03-01 19:18:24.0 +00:00:00
commit
e7e1edeb3f19a4ec0abcb1e96868360cbd7b2921 [patch]
tree
d7bde4f0eb20e214e51b6fba9f2cf9aaa1d8b05a
parent
2afb0b0a247087c1217f54150580a7c89d5fcf36
download
e7e1edeb3f19a4ec0abcb1e96868360cbd7b2921.tar.gz

Bump rocksdb from 0.21.0 to 0.22.0

Bumps [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) from 0.21.0 to 0.22.0.
- [Release notes](https://github.com/rust-rocksdb/rust-rocksdb/releases)
- [Changelog](https://github.com/rust-rocksdb/rust-rocksdb/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-rocksdb/rust-rocksdb/compare/v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: rocksdb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Diff

 Cargo.lock | 33 ++++++++-------------------------
 Cargo.toml |  2 +-
 2 files changed, 9 insertions(+), 26 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 5c9127b..1935eef 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -304,17 +304,16 @@ dependencies = [

[[package]]
name = "bindgen"
version = "0.65.1"
version = "0.69.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"
checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
dependencies = [
 "bitflags 1.3.2",
 "bitflags 2.4.2",
 "cexpr",
 "clang-sys",
 "itertools",
 "lazy_static",
 "lazycell",
 "peeking_take_while",
 "prettyplease",
 "proc-macro2",
 "quote",
 "regex",
@@ -1275,9 +1274,9 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"

[[package]]
name = "librocksdb-sys"
version = "0.11.0+8.1.1"
version = "0.16.0+8.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3386f101bcb4bd252d8e9d2fb41ec3b0862a15a62b478c355b2982efa469e3e"
checksum = "ce3d60bc059831dc1c83903fb45c103f75db65c5a7bf22272764d9cc683e348c"
dependencies = [
 "bindgen",
 "bzip2-sys",
@@ -1652,12 +1651,6 @@ dependencies = [
]

[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"

[[package]]
name = "percent-encoding"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1728,16 +1721,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"

[[package]]
name = "prettyplease"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5"
dependencies = [
 "proc-macro2",
 "syn 2.0.48",
]

[[package]]
name = "proc-macro2"
version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1949,9 +1932,9 @@ dependencies = [

[[package]]
name = "rocksdb"
version = "0.21.0"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb6f170a4041d50a0ce04b0d2e14916d6ca863ea2e422689a5b694395d299ffe"
checksum = "6bd13e55d6d7b8cd0ea569161127567cd587676c99f4472f779a0279aa60a7a7"
dependencies = [
 "libc",
 "librocksdb-sys",
diff --git a/Cargo.toml b/Cargo.toml
index 8545710..dade7ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@ parking_lot = "0.12"
serde = { version = "1.0", features = ["derive", "rc"] }
sha2 = "0.10"
syntect = "5"
rocksdb = "0.21"
rocksdb = "0.22"
tar = "0.4"
flate2 = "1.0"
time = { version = "0.3", features = ["serde"] }