summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 721d6a1..7a5b880 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,9 +28,11 @@ multi-threaded-cf = []
[dependencies]
libc = "0.2"
-librocksdb-sys = { path = "librocksdb-sys", version = "6.19.3" }
+librocksdb-sys = { path = "librocksdb-sys", version = "6.20.3" }
[dev-dependencies]
trybuild = "1.0"
tempfile = "3.1"
pretty_assertions = "0.7"
+bincode = "1.3"
+serde = { version = "1", features = [ "derive" ] } \ No newline at end of file