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 @@ -17,7 +17,7 @@ futures = { version = "0.3.8" }
17
17
tokio = { version = " 1.0.1" , features = [" full" ] }
18
18
bytes = " 1.0.0"
19
19
async-trait = " 0.1.42"
20
- deadpool = " 0.6 .0"
20
+ deadpool = " 0.7 .0"
21
21
chrono = " 0.4.19"
22
22
log = " 0.4"
23
23
Original file line number Diff line number Diff line change 124
124
//! Start a new transaction using [`Graph::start_txn`], which will return a handle [`Txn`] that can
125
125
//! be used to [`Txn::commit`] or [`Txn::rollback`] the transaction.
126
126
//!
127
- //! Note that the handle takes a connection from the connection pool, which will be dropped once
127
+ //! Note that the handle takes a connection from the connection pool, which will be released once
128
128
//! the Txn is dropped
129
129
//!
130
130
//!
You can’t perform that action at this time.
0 commit comments