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

Commit e9f1b8c

Browse files
committed
update bson to 0.7.0 and serde_json to 1.0.0
1 parent ace6e53 commit e9f1b8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version = "0.2.6"
1111

1212
[dependencies]
1313
bitflags = "0.7.0"
14-
bson = "0.6.1"
14+
bson = "0.7.0"
1515
bufstream = "0.1.1"
1616
byteorder = "0.5.3"
1717
chrono = "0.2.25"
@@ -40,7 +40,7 @@ approx = "0.1.1"
4040

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

4545
[features]
4646
default = []

0 commit comments

Comments
 (0)