Skip to content

Commit 4eb6cdf

Browse files
abr-egnSergioBenitez
authored andcommitted
Update 'mongodb' to 3.0.
1 parent e2cbcc6 commit 4eb6cdf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contrib/db_pools/lib/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ features = ["rt_tokio_1"]
6565
optional = true
6666

6767
[dependencies.mongodb]
68-
version = "2"
68+
version = "3"
6969
default-features = false
70-
features = ["tokio-runtime"]
70+
features = ["compat-3-0-0", "rustls-tls"]
7171
optional = true
7272

7373
[dependencies.diesel-async]

contrib/db_pools/lib/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
//! On shutdown, new connections are denied. Shutdown waits for connections to
132132
//! be returned.
133133
//!
134-
//! ## `mongodb` (v2)
134+
//! ## `mongodb` (v3)
135135
//!
136136
//! | Database | Feature | [`Pool`] Type and [`Connection`] Deref |
137137
//! |----------|-----------|----------------------------------------|

0 commit comments

Comments
 (0)