mirror of https://github.com/rwf2/Rocket.git
Update 'mongodb' to 3.0.
This commit is contained in:
parent
e2cbcc6e2f
commit
4eb6cdf8fb
|
@ -65,9 +65,9 @@ features = ["rt_tokio_1"]
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[dependencies.mongodb]
|
[dependencies.mongodb]
|
||||||
version = "2"
|
version = "3"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["tokio-runtime"]
|
features = ["compat-3-0-0", "rustls-tls"]
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[dependencies.diesel-async]
|
[dependencies.diesel-async]
|
||||||
|
|
|
@ -131,7 +131,7 @@
|
||||||
//! On shutdown, new connections are denied. Shutdown waits for connections to
|
//! On shutdown, new connections are denied. Shutdown waits for connections to
|
||||||
//! be returned.
|
//! be returned.
|
||||||
//!
|
//!
|
||||||
//! ## `mongodb` (v2)
|
//! ## `mongodb` (v3)
|
||||||
//!
|
//!
|
||||||
//! | Database | Feature | [`Pool`] Type and [`Connection`] Deref |
|
//! | Database | Feature | [`Pool`] Type and [`Connection`] Deref |
|
||||||
//! |----------|-----------|----------------------------------------|
|
//! |----------|-----------|----------------------------------------|
|
||||||
|
|
Loading…
Reference in New Issue