chore: eliminate rocksdb which makes everything better

This commit is contained in:
2026-04-16 19:29:21 -04:00
parent 50230c43b8
commit 2bf42e47c5
3 changed files with 51 additions and 185 deletions

View File

@@ -11,7 +11,7 @@ clap = { version = "4.5.40", features = ["derive", "env"] }
dashmap = "6.1.0"
futures = "0.3.32"
hound = "3.5.1"
opendal = { git = "https://github.com/babichjacob/opendal", branch = "rocksdb-0.24.0", features = [
opendal = { git = "https://github.com/apache/opendal", features = [
"services-azfile",
"services-aliyun-drive",
"services-alluxio",
@@ -44,7 +44,6 @@ opendal = { git = "https://github.com/babichjacob/opendal", branch = "rocksdb-0.
"services-postgresql",
"services-redb",
"services-redis",
"services-rocksdb",
"services-s3",
"services-sled",
"services-webdav",