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"
10
10
version = " 0.2.9"
11
11
12
12
[dependencies ]
13
- bitflags = " 0.7.0 "
13
+ bitflags = " 0.8.2 "
14
14
bson = " 0.7.1"
15
- bufstream = " 0.1.1 "
16
- byteorder = " 0.5.3 "
15
+ bufstream = " 0.1.3 "
16
+ byteorder = " 1.0.0 "
17
17
chrono = " 0.3.1"
18
18
data-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"
23
23
separator = " 0.3.1"
24
- time = " 0.1.35 "
24
+ time = " 0.1.37 "
25
25
26
26
[dependencies .clippy ]
27
27
optional = true
28
28
version = " ~0"
29
29
30
30
[dependencies .openssl ]
31
31
optional = true
32
- version = " 0.9.3 "
32
+ version = " 0.9.12 "
33
33
34
34
[dependencies .textnonce ]
35
35
default-features = false
36
- version = " 0.4.1 "
36
+ version = " 0.6.0 "
37
37
38
38
[dev-dependencies ]
39
39
approx = " 0.1.1"
40
40
41
41
[dev-dependencies .serde_json ]
42
42
features = [" preserve_order" ]
43
- version = " 1.0.0 "
43
+ version = " 1.0.2 "
44
44
45
45
[features ]
46
46
default = []
You can’t perform that action at this time.
0 commit comments