Srylax / mongodb-cursor-pagination

Provides cursor based pagination for the native MongoDB driver in Rust.
https://docs.rs/mongodb-cursor-pagination/
MIT License
2 stars 4 forks source link

Update Dependendencies #4

Closed dvtkrlbs closed 1 year ago

dvtkrlbs commented 1 year ago

Linked Items

Fixes #1

## Description Updates the dependencies and the code to async mongodb version ## Behaviour changes The code is no async ## Category This is related to a: - [ ] Bugfix - [ ] Feature - [ ] Packaging - [ ] Docs - [ ] Code Quality - [x] Refactoring - [x] Miscellaneous ## Tests - [ ] Unit-Tests were created - [ ] Code is already covered by Unit-Tests - [x] No tests required
dvtkrlbs commented 1 year ago

This code has been used internally for a while and so far we had no issues.

Srylax commented 1 year ago

Thank you for your contribution! I recently merged #3. I would be grateful if you could rebase on the current master

Srylax commented 1 year ago

Continuing at: #5