This repository was archived by the owner on Oct 18, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -10,37 +10,37 @@ repository = "https://github.com/mongodb-labs/mongo-rust-driver-prototype"
1010version = " 0.2.9"
1111
1212[dependencies ]
13- bitflags = " 0.7.0 "
13+ bitflags = " 0.8.2 "
1414bson = " 0.7.1"
15- bufstream = " 0.1.1 "
16- byteorder = " 0.5.3 "
15+ bufstream = " 0.1.3 "
16+ byteorder = " 1.0.0 "
1717chrono = " 0.3.1"
1818data-encoding = " 1.2.0"
19- rand = " 0.3.14 "
20- rust-crypto = " 0.2.31 "
21- scan_fmt = " 0.1.0 "
22- semver = " 0.5 .0"
19+ rand = " 0.3.15 "
20+ rust-crypto = " 0.2.36 "
21+ scan_fmt = " 0.1.1 "
22+ semver = " 0.7 .0"
2323separator = " 0.3.1"
24- time = " 0.1.35 "
24+ time = " 0.1.37 "
2525
2626[dependencies .clippy ]
2727optional = true
2828version = " ~0"
2929
3030[dependencies .openssl ]
3131optional = true
32- version = " 0.9.3 "
32+ version = " 0.9.12 "
3333
3434[dependencies .textnonce ]
3535default-features = false
36- version = " 0.4.1 "
36+ version = " 0.6.0 "
3737
3838[dev-dependencies ]
3939approx = " 0.1.1"
4040
4141[dev-dependencies .serde_json ]
4242features = [" preserve_order" ]
43- version = " 1.0.0 "
43+ version = " 1.0.2 "
4444
4545[features ]
4646default = []
You can’t perform that action at this time.
0 commit comments