Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.

Commit c0e728d

Browse files
lilianmorarusaghm
authored andcommitted
Update all dependencies (#217)
1 parent 9f29830 commit c0e728d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,37 +10,37 @@ repository = "https://github.com/mongodb-labs/mongo-rust-driver-prototype"
1010
version = "0.2.9"
1111

1212
[dependencies]
13-
bitflags = "0.7.0"
13+
bitflags = "0.8.2"
1414
bson = "0.7.1"
15-
bufstream = "0.1.1"
16-
byteorder = "0.5.3"
15+
bufstream = "0.1.3"
16+
byteorder = "1.0.0"
1717
chrono = "0.3.1"
1818
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"
2323
separator = "0.3.1"
24-
time = "0.1.35"
24+
time = "0.1.37"
2525

2626
[dependencies.clippy]
2727
optional = true
2828
version = "~0"
2929

3030
[dependencies.openssl]
3131
optional = true
32-
version = "0.9.3"
32+
version = "0.9.12"
3333

3434
[dependencies.textnonce]
3535
default-features = false
36-
version = "0.4.1"
36+
version = "0.6.0"
3737

3838
[dev-dependencies]
3939
approx = "0.1.1"
4040

4141
[dev-dependencies.serde_json]
4242
features = ["preserve_order"]
43-
version = "1.0.0"
43+
version = "1.0.2"
4444

4545
[features]
4646
default = []

0 commit comments

Comments
 (0)