Skip to content

Commit

Permalink
chore: Upgrade mongodb crate to be compatible with tokio 1.x (#6980)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Sichert <mail@pablosichert.com>
  • Loading branch information
pablosichert committed Apr 2, 2021
1 parent 4215b57 commit e27d5ff
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 105 deletions.
139 changes: 35 additions & 104 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ listenfd = { version = "0.3.3", optional = true }
logfmt = { version = "0.0.2", optional = true }
lru = { version = "0.6.3", optional = true }
maxminddb = { version = "0.17.0", optional = true }
mongodb = { version = "1.1.1", optional = true }
mongodb = { version = "2.0.0-alpha", optional = true }
async-nats = { version = "0.9.4", optional = true }
nom = { version = "6.0.1", optional = true }
notify = "4.0.14"
Expand Down

0 comments on commit e27d5ff

Please sign in to comment.