Skip to content

Commit

Permalink
Update 'mongodb' to 3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
abr-egn authored and SergioBenitez committed Jul 22, 2024
1 parent f50b604 commit 35aca64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contrib/db_pools/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion contrib/db_pools/lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
//! |----------|-----------|----------------------------------------|
Expand Down

0 comments on commit 35aca64

Please sign in to comment.