File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ See [#618](https://github.com/graphql-rust/juniper/pull/618).
51
51
52
52
- Improved lookahead visibility for aliased fields (see [ #662 ] ( https://github.com/graphql-rust/juniper/pull/662 ) )
53
53
54
- - Bumped bson crate's version to 0.15. 0 (see [ #674 ] ( https://github.com/graphql-rust/juniper/pull/674 ) )
54
+ - Bumped bson crate's version to 1.0. 0 (see [ #678 ] ( https://github.com/graphql-rust/juniper/pull/678 ) )
55
55
56
56
## Breaking Changes
57
57
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ scalar-naivetime = []
39
39
[dependencies ]
40
40
juniper_codegen = { version = " 0.14.2" , path = " ../juniper_codegen" }
41
41
42
- bson = { version = " 0.15 .0" , optional = true }
42
+ bson = { version = " 1.0 .0" , optional = true }
43
43
chrono = { version = " 0.4.0" , optional = true }
44
44
fnv = " 1.0.3"
45
45
futures = " 0.3.1"
You can’t perform that action at this time.
0 commit comments