about summary refs log tree commit diff
path: root/tvix/Cargo.toml
diff options
context:
space:
mode:
authorIlan Joselevich <personal@ilanjoselevich.com>2024-10-03T17·50+0200
committerIlan Joselevich <personal@ilanjoselevich.com>2024-10-03T18·16+0000
commitab6e8d28aac851d93dd04e180fe65f1c56f69037 (patch)
treea60988b5f2e1bd82b4ca85d5023dc5819244593b /tvix/Cargo.toml
parent56b306f884d2eedeff9ed906d9c8f1b23168762d (diff)
chore(tvix/[ca]store): Drop sled support completely in favor of redb r/8752
Over the past couple of months we've been using redb instead of sled as
the default filesystem-based database in PS and DS. I am confident that
we can get rid of sled completely now, and just keep redb.

Change-Id: I11fa1e4453e280253855f8eade990b37eb6965ae
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12567
Reviewed-by: yuka <yuka@yuka.dev>
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Autosubmit: Ilan Joselevich <personal@ilanjoselevich.com>
Diffstat (limited to 'tvix/Cargo.toml')
-rw-r--r--tvix/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tvix/Cargo.toml b/tvix/Cargo.toml
index bcb8e6f7e78e..e86ae3a8f93a 100644
--- a/tvix/Cargo.toml
+++ b/tvix/Cargo.toml
@@ -123,7 +123,6 @@ serde_tagged = "0.3.0"
 serde_with = "3.9.0"
 sha1 = "0.10.6"
 sha2 = "0.10.8"
-sled = "0.34.7"
 smol_str = "0.2.2"
 tabwriter = "1.4"
 tempfile = "3.12.0"