Skip to content

Commit

Permalink
chore(core): Avoid using mongodb 3.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Jan 17, 2025
1 parent 6734787 commit 18231ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,8 @@ mini-moka = { version = "0.10", optional = true }
# for services-moka
moka = { version = "0.12", optional = true, features = ["future", "sync"] }
# for services-mongodb
mongodb = { version = "3", optional = true }
# mongodb has known issues on 3.2.0: https://github.com/mongodb/mongo-rust-driver/issues/1287
mongodb = { version = ">=3,<3.2.0", optional = true }
# for services-sftp
openssh = { version = "0.11.0", optional = true }
openssh-sftp-client = { version = "0.15.2", optional = true, features = [
Expand Down

0 comments on commit 18231ce

Please sign in to comment.