Skip to content

Commit 00e3a20

Browse files
committed
upgrade tokio
1 parent c61c645 commit 00e3a20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "../README.md"
1414
[dependencies]
1515
neo4rs-macros = { version = "0.2.0", path = "../macros" }
1616
futures = { version = "0.3.1" }
17-
tokio = { version = "0.3.1", features = ["full"] }
17+
tokio = { version = "1.0.1", features = ["full"] }
1818
bytes = "0.5"
1919
async-trait = "0.1.42"
2020
deadpool = "0.6.0"

lib/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Neo4j driver compatible with neo4j 4.x versions
22
//!
33
//! * 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]
55
//! * Supports bolt 4.2 specification
66
//! * tested with Neo4j versions: 4.0, 4.1, 4.2
77
//!

0 commit comments

Comments
 (0)