Skip to content

Commit a6164c6

Browse files
committed
feat(foundationdb): complete rewrite, backporting flow code
1 parent 9281bd3 commit a6164c6

File tree

9 files changed

+964
-977
lines changed

9 files changed

+964
-977
lines changed

foundationdb/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,16 @@ foundationdb-gen = { version = "0.5.1", path = "../foundationdb-gen", default-fe
4343

4444
[dependencies]
4545
foundationdb-sys = { version = "0.5.1", path = "../foundationdb-sys", default-features = false }
46-
futures = "0.3.1"
46+
futures = "0.3.14"
4747
memchr = "2.2.1"
4848
rand = { version = "0.7.2", features = ["default", "small_rng"] }
4949
static_assertions = "1.1.0"
5050
uuid = { version = "0.8.1", optional = true }
5151
num-bigint = { version = "0.3.0", optional = true }
5252
byteorder = "1.3.2"
5353
async-trait = "0.1.48"
54+
async-recursion = "0.3.2"
55+
parking_lot = "0.11.1"
5456

5557
[dev-dependencies]
5658
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)