Skip to content

Commit a181391

Browse files
Upgrade bson crate from 2.4 to 3.0 version (#1346)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kai Ren <tyranron@gmail.com>
1 parent 05dd4e0 commit a181391

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

juniper/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
1313
### BC Breaks
1414

1515
- Upgraded [`chrono-tz` crate] integration to [0.10 version](https://github.com/chronotope/chrono-tz/releases/tag/v0.10.0). ([#1252], [#1284])
16+
- Upgraded [`bson` crate] integration to [3.0 version](https://github.com/mongodb/bson-rust/releases/tag/v3.0.0). ([#1346])
1617
- Bumped up [MSRV] to 1.85. ([#1272], [1b1fc618])
1718
- Corrected compliance with newer [graphql-scalars.dev] specs: ([#1275], [#1277])
1819
- Switched `LocalDateTime` scalars to `yyyy-MM-ddTHH:mm:ss` format in types:
@@ -157,6 +158,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
157158
[#1329]: /../../pull/1329
158159
[#1330]: /../../pull/1330
159160
[#1339]: /../../pull/1339
161+
[#1346]: /../../pull/1346
160162
[1b1fc618]: /../../commit/1b1fc61879ffdd640d741e187dc20678bf7ab295
161163
[20609366]: /../../commit/2060936635609b0186d46d8fbd06eb30fce660e3
162164
[4b14c015]: /../../commit/4b14c015018d31cb6df848efdee24d96416b76d9

juniper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ arcstr = { version = "1.1", default-features = false }
4747
async-trait = "0.1.39"
4848
auto_enums = "0.8"
4949
bigdecimal = { version = "0.4", optional = true }
50-
bson = { version = "2.4", optional = true }
50+
bson = { version = "3.0", optional = true }
5151
chrono = { version = "0.4.30", features = ["alloc"], default-features = false, optional = true }
5252
chrono-tz = { version = "0.10", default-features = false, optional = true }
5353
compact_str = "0.9"

0 commit comments

Comments
 (0)