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
|
||||
|
||||
[dependencies.mongodb]
|
||||
version = "2"
|
||||
version = "3"
|
||||
default-features = false
|
||||
features = ["tokio-runtime"]
|
||||
features = ["compat-3-0-0", "rustls-tls"]
|
||||
optional = true
|
||||
|
||||
[dependencies.diesel-async]
|
||||
|
|
|
@ -131,7 +131,7 @@
|
|||
//! On shutdown, new connections are denied. Shutdown waits for connections to
|
||||
//! be returned.
|
||||
//!
|
||||
//! ## `mongodb` (v2)
|
||||
//! ## `mongodb` (v3)
|
||||
//!
|
||||
//! | Database | Feature | [`Pool`] Type and [`Connection`] Deref |
|
||||
//! |----------|-----------|----------------------------------------|
|
||||
|
|
Loading…
Reference in New Issue