Skip to content

Commit

Permalink
chore(deps): update rocksdb requirement from 0.18.0 to 0.19.0 (Mysten…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 8, 2022
1 parent 9d2f63d commit 4107acf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/typed-store-macros-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ typed-store = {path = "../typed-store"}
tempfile = "3.3.0"
tokio = { version = "1.20.0", features = ["sync", "macros", "rt"] }
typed-store-macros = { path = "../typed-store-macros"}
rocksdb = { version = "0.18.0", features = ["snappy", "lz4", "zstd", "zlib", "multi-threaded-cf"], default-features = false }
rocksdb = { version = "0.19.0", features = ["snappy", "lz4", "zstd", "zlib", "multi-threaded-cf"], default-features = false }
eyre = "0.6.8"
serde = { version = "1.0.139", features = ["derive"] }
bincode = "1.3.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/typed-store-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ anyhow = { version = "1.0.58", features = ["backtrace"] }
typed-store = {path = "../typed-store"}
tokio = { version = "1.20.0", features = ["sync", "macros", "rt"] }
tempfile = "3.3.0"
rocksdb = { version = "0.18.0", features = ["snappy", "lz4", "zstd", "zlib", "multi-threaded-cf"], default-features = false }
rocksdb = { version = "0.19.0", features = ["snappy", "lz4", "zstd", "zlib", "multi-threaded-cf"], default-features = false }
fdlimit = "0.2.1"
pre = "0.2.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/typed-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false

[dependencies]
# deactivation of bzip2 due to https://github.com/rust-rocksdb/rust-rocksdb/issues/609
rocksdb = { version = "0.18.0", features = ["snappy", "lz4", "zstd", "zlib", "multi-threaded-cf"], default-features = false }
rocksdb = { version = "0.19.0", features = ["snappy", "lz4", "zstd", "zlib", "multi-threaded-cf"], default-features = false }
eyre = "0.6.8"
serde = { version = "1.0.140", features = ["derive"] }
bincode = "1.3.3"
Expand Down

0 comments on commit 4107acf

Please sign in to comment.