graphql-rust / juniper

GraphQL server library for Rust
Other
5.72k stars 425 forks source link

fix: bump bson version from 2.4 to 2.7 #1202

Closed rishadbaniya closed 4 months ago

rishadbaniya commented 1 year ago

Was exploring the mongodb driver in rust with juniper, i was trying to retrieve the _id of the mongodb with ObjectId, found out that the traits in this juniper crate were implemented for the bson of version 2.4 and there in mongodb it's 2.7 that we are allowed to use, so to keep juniper compatible with the latest version of mongodb, juniper's bson crate version must be updated.

tyranron commented 1 year ago

ping @rishadbaniya

LegNeato commented 4 months ago

Closing this due to inactivity. Please feel free to reopen if it is still relevant.