Skip to content

Commit 398ca9f

Browse files
committed
Update version numbers
Signed-off-by: Aaron Erhardt <[email protected]>
1 parent 1ecccc7 commit 398ca9f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ tokio-runtime = ["mongodb/tokio-runtime"]
2828

2929
[dependencies]
3030
async-session = "3"
31-
mongodb = { package = "mongodb", version = "2.1", default-features = false, features = [
31+
mongodb = { package = "mongodb", version = "2.3", default-features = false, features = [
3232
"bson-chrono-0_4",
3333
] }
3434

3535
[dev-dependencies]
36-
async-std = { version = "1.10", features = ["attributes"] }
37-
lazy_static = "1"
38-
rand = { version = "0.8" }
39-
tokio = { version = "1", features = ["rt"] }
36+
async-std = { version = "1.12", features = ["attributes"] }
37+
lazy_static = "1.4"
38+
rand = "0.8.5"
39+
tokio = { version = "1.20", features = ["rt"] }

0 commit comments

Comments
 (0)