diff --git a/Cargo.toml b/Cargo.toml index 3a678d9..704401e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,10 +15,10 @@ maintenance = { status = "actively-developed" } [dependencies] async-trait = "0.1" -arangors = { version = "0.5", default-features = false } +arangors = { version = "0.6", default-features = false } bb8 = "0.8" [dev-dependencies] -arangors = "0.5" +arangors = "0.6" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } tokio-test = "0.4"