bson 3.1.0

Encoding and decoding support for BSON in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: 2
updates:
  - package-ecosystem: cargo
    directory: /
    schedule:
      interval: weekly
    # Only bump to the latest version compatible with the dependency's version
    # in Cargo.toml. This is the equivalent of running `cargo update`.
    versioning-strategy: lockfile-only
    # Update all dependencies in a single PR.
    groups:
      rust-dependencies:
        patterns:
          - "*"
    # Include transitive dependencies.
    allow:
      - dependency-type: all