Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump bson from 2.11.0 to 2.13.0 #471

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2024

Bumps bson from 2.11.0 to 2.13.0.

Release notes

Sourced from bson's releases.

v2.13.0

The MongoDB Rust driver team is pleased to announce the v2.13.0 release of the bson crate.

Highlighted Changes

This release introduces a utility type for deserializing from UTF-8 lossy BSON bytes.

Full Release Notes

New Features

  • RUST-2023 Add wrapper type for utf-8 lossy deserialization (#497)

v2.12.0

The MongoDB Rust driver team is pleased to announce the v2.12.0 release of the bson crate.

Highlighted Changes

This release was largely driven by external contributions!

  • An optional implementation of Hash and Eq for the Bson family of types
  • ObjectId::from_parts, allowing direct construction of an ObjectId from its component values
  • Helpers for serializing Option<chrono::DateTime<_>> as Option<bson::DateTime>
  • A fix for a panic when parsing specific malformed input data into a Decimal128

We've also added optional (off by default) integration with the serde_path_to_error crate, which provides paths to the precise point of failure for deserialization of nested data structures.

Full Release Notes

New Features

  • RUST-2027 Impl Hash/Eq for BSON (thanks @@​NineLord!)
  • RUST-2017 Allow constructing an ObjectId from its parts (thanks @​tyilo!)
  • RUST-1987 Support serializing Option<chrono::DateTime<_>> as Option<bson::DateTime> (thanks @​lazureykis!)
  • RUST-1874 Add optional integration with serde_path_to_error

Improvements

  • RUST-1773 Merge duplicate extjson map parsing between OwnedOrBorrowedRawBsonVisitor and SeededVisitor

Bugfixes

  • RUST-2028 Fix Decimal128 panic when parsing strings w/o a char boundary at idx 34 (thanks @​arthurprs!)
Commits
  • 401f638 release v2.13.0 (#499)
  • 0fbdeef RUST-2023 Add wrapper type for utf-8 lossy deserialization (#497)
  • 8e0fb3b release v2.12.0 (#498)
  • 692cd75 RUST-2028 Fix Decimal128 panic when parsing strings w/o a char boundary at id...
  • 28e3925 RUST-2027 Impl Hash/Eq for BSON (#495)
  • 20c56f0 RUST-2017 Add method to construct an ObjectId from its parts (#492)
  • a72431e RUST-1874 Add optional integration with serde_path_to_error (#488)
  • d0f5d23 minor: update bson to clippy 1.80.0 (#487)
  • 2e8fb00 RUST-1992 Factor raw bson encoding out of RawDocumentBuf (#486)
  • 1c6e65a RUST-1992 Minor parsing cleanup (#485)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [bson](https://github.com/mongodb/bson-rust) from 2.11.0 to 2.13.0.
- [Release notes](https://github.com/mongodb/bson-rust/releases)
- [Commits](mongodb/bson-rust@v2.11.0...v2.13.0)

---
updated-dependencies:
- dependency-name: bson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants