hdrhistogram 7.6.0

A port of HdrHistogram to Rust
Documentation
version: 2
updates:
  - package-ecosystem: github-actions
    directory: /
    schedule:
      interval: monthly
    groups:
      gha-bump:
        applies-to: version-updates
        update-types:
          - "patch"
          - "minor"
  - package-ecosystem: cargo
    directory: /
    schedule:
      interval: daily
    # already the default for libraries, but we want it for everything
    # unfortunately it's rejected in dependabot.yml at the moment despite being
    # implemented inside dependabot. see
    # https://github.com/dependabot/dependabot-core/issues/4009
    #
    # versioning-strategy: "increase-if-necessary"
    ignore:
      - dependency-name: "*"
        # patch and minor updates don't matter for libraries as consumers of this library build
        # with their own lockfile, rather than the version specified in this library's lockfile
        # remove this ignore rule if your package has binaries to ensure that the binaries are
        # built with the exact set of dependencies and those are up to date.
        update-types:
          - "version-update:semver-patch"
          - "version-update:semver-minor"