Skip to content

Commit 237dd9f

Browse files
committed
update deadpool crate
1 parent 497864e commit 237dd9f

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
@@ -17,7 +17,7 @@ futures = { version = "0.3.8" }
1717
tokio = { version = "1.0.1", features = ["full"] }
1818
bytes = "1.0.0"
1919
async-trait = "0.1.42"
20-
deadpool = "0.6.0"
20+
deadpool = "0.7.0"
2121
chrono = "0.4.19"
2222
log = "0.4"
2323

lib/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
//! Start a new transaction using [`Graph::start_txn`], which will return a handle [`Txn`] that can
125125
//! be used to [`Txn::commit`] or [`Txn::rollback`] the transaction.
126126
//!
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
128128
//! the Txn is dropped
129129
//!
130130
//!

0 commit comments

Comments
 (0)