File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ readme = "../README.md"
14
14
[dependencies ]
15
15
neo4rs-macros = { version = " 0.2.0" , path = " ../macros" }
16
16
futures = { version = " 0.3.1" }
17
- tokio = { version = " 0.3 .1" , features = [" full" ] }
17
+ tokio = { version = " 1.0 .1" , features = [" full" ] }
18
18
bytes = " 0.5"
19
19
async-trait = " 0.1.42"
20
20
deadpool = " 0.6.0"
Original file line number Diff line number Diff line change 1
1
//! Neo4j driver compatible with neo4j 4.x versions
2
2
//!
3
3
//! * An implementation of the [bolt protocol][bolt] to interact with Neo4j server
4
- //! * async/await apis using [tokio executor ][tokio]
4
+ //! * async/await apis using [tokio][tokio]
5
5
//! * Supports bolt 4.2 specification
6
6
//! * tested with Neo4j versions: 4.0, 4.1, 4.2
7
7
//!
You can’t perform that action at this time.
0 commit comments