Skip to content

Commit 7365b0f

Browse files
authored
Upgrade bson crate to 1.0 (#678)
1 parent 5b7706e commit 7365b0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

juniper/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ See [#618](https://github.com/graphql-rust/juniper/pull/618).
5151

5252
- Improved lookahead visibility for aliased fields (see [#662](https://github.com/graphql-rust/juniper/pull/662))
5353

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))
5555

5656
## Breaking Changes
5757

juniper/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ scalar-naivetime = []
3939
[dependencies]
4040
juniper_codegen = { version = "0.14.2", path = "../juniper_codegen" }
4141

42-
bson = { version = "0.15.0", optional = true }
42+
bson = { version = "1.0.0", optional = true }
4343
chrono = { version = "0.4.0", optional = true }
4444
fnv = "1.0.3"
4545
futures = "0.3.1"

0 commit comments

Comments
 (0)