go-sif / sif

Sif is a framework for fast, predictable, general-purpose distributed computing in the map/reduce paradigm.
Apache License 2.0
32 stars 3 forks source link

Bump google.golang.org/protobuf from 1.28.0 to 1.28.1 #58

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps google.golang.org/protobuf from 1.28.0 to 1.28.1.

Release notes

Sourced from google.golang.org/protobuf's releases.

v1.28.1

This release contains protoc-gen-go binaries for arm64.

Notable changes since v1.28.0:

  • CL/418677: internal/impl: improve MessageInfo.New performance
  • CL/411377: proto: short-circuit Equal when inputs are identical
  • CL/419714: all: Add prebuild binaries for arm64
Commits
  • 6875c3d all: release v1.28.1
  • 881da6e all: Add prebuild binaries for arm64
  • 2a74a0e A+C: delete AUTHORS and CONTRIBUTORS
  • de9682a internal/impl: improve MessageInfo.New performance
  • b0a9446 all: reformat with go1.19 gofmt
  • c1bbc5d all: make integration test work on darwin/arm64
  • 5f429f7 proto: fix compilation failure in tests
  • fc44d00 proto: use reflect.Ptr for backward compatibility
  • 380c339 proto: short-circuit Equal when inputs are identical
  • 784c482 all: remove shorthand import aliases
  • 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 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)
codecov-commenter commented 1 year ago

Codecov Report

Merging #58 (337f1ef) into main (79c606f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #58   +/-   ##
=======================================
  Coverage   62.59%   62.59%           
=======================================
  Files          99       99           
  Lines        5681     5681           
=======================================
  Hits         3556     3556           
  Misses       1740     1740           
  Partials      385      385           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 79c606f...337f1ef. Read the comment docs.

dependabot[bot] commented 1 year ago

Superseded by #81.