We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2cbcc6 commit 4eb6cdfCopy full SHA for 4eb6cdf
contrib/db_pools/lib/Cargo.toml
@@ -65,9 +65,9 @@ features = ["rt_tokio_1"]
65
optional = true
66
67
[dependencies.mongodb]
68
-version = "2"
+version = "3"
69
default-features = false
70
-features = ["tokio-runtime"]
+features = ["compat-3-0-0", "rustls-tls"]
71
72
73
[dependencies.diesel-async]
contrib/db_pools/lib/src/lib.rs
@@ -131,7 +131,7 @@
131
//! On shutdown, new connections are denied. Shutdown waits for connections to
132
//! be returned.
133
//!
134
-//! ## `mongodb` (v2)
+//! ## `mongodb` (v3)
135
136
//! | Database | Feature | [`Pool`] Type and [`Connection`] Deref |
137
//! |----------|-----------|----------------------------------------|
0 commit comments