google / trillian

A transparent, highly scalable and cryptographically verifiable data store.
Apache License 2.0
3.53k stars 379 forks source link

Bump the go-deps group with 8 updates #3538

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Bumps the go-deps group with 8 updates:

Package From To
golang.org/x/crypto 0.23.0 0.24.0
golang.org/x/sys 0.20.0 0.21.0
golang.org/x/tools 0.21.0 0.21.1-0.20240508182429-e35e4ccd0d2d
google.golang.org/api 0.182.0 0.183.0
google.golang.org/genproto 0.0.0-20240401170217-c3f982113cda 0.0.0-20240528184218-531527333157
google.golang.org/genproto/googleapis/api 0.0.0-20240513163218-0867130af1f8 0.0.0-20240521202816-d264139d666e
google.golang.org/genproto/googleapis/rpc 0.0.0-20240521202816-d264139d666e 0.0.0-20240528184218-531527333157
google.golang.org/grpc/cmd/protoc-gen-go-grpc 1.3.0 1.4.0

Updates golang.org/x/crypto from 0.23.0 to 0.24.0

Commits
  • 332fd65 go.mod: update golang.org/x dependencies
  • 0b431c7 x509roots/fallback: update bundle
  • 349231f ssh: implement CryptoPublicKey on sk keys
  • 44c9b0f ssh: allow server auth callbacks to send additional banners
  • 67b1361 sha3: reenable s390x assembly
  • 477a5b4 sha3: make APIs usable with zero allocations
  • 59b5a86 sha3: disable s390x assembly
  • 10f366e sha3: simplify XOR functions
  • See full diff in compare view


Updates golang.org/x/sys from 0.20.0 to 0.21.0

Commits
  • 673e0f9 unix: skip ethtool driver test for busy interface
  • 6943ab6 unix/linux: update glibc to 2.39
  • 92f3ad6 unix: update to Linux kernel 6.9
  • f34bb9f windows: add net user enum
  • 6dfb94e unix: add types for SOCK_DIAG
  • See full diff in compare view


Updates golang.org/x/tools from 0.21.0 to 0.21.1-0.20240508182429-e35e4ccd0d2d

Commits


Updates google.golang.org/api from 0.182.0 to 0.183.0

Release notes

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

v0.183.0

0.183.0 (2024-06-04)

Features

Bug Fixes

Changelog

Sourced from google.golang.org/api's changelog.

0.183.0 (2024-06-04)

Features

Bug Fixes

Commits


Updates google.golang.org/genproto from 0.0.0-20240401170217-c3f982113cda to 0.0.0-20240528184218-531527333157

Commits


Updates google.golang.org/genproto/googleapis/api from 0.0.0-20240513163218-0867130af1f8 to 0.0.0-20240521202816-d264139d666e

Commits


Updates google.golang.org/genproto/googleapis/rpc from 0.0.0-20240521202816-d264139d666e to 0.0.0-20240528184218-531527333157

Commits


Updates google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.3.0 to 1.4.0

Release notes

Sourced from google.golang.org/grpc/cmd/protoc-gen-go-grpc's releases.

protoc-gen-go-grpc v1.4.0

New Features

  • Add an optional implementation of streams using generics (Experimental) (#7057)
    • The new use_generic_stream_experimental=true option will cause the gRPC codegen to use prebuilt generic types to implement client and server stream objects, rather than generating new types and implementations for every RPC method. We intend to transition this to the default behavior in the next release. Please test it and provide any feedback.
    • Special Thanks: @​aarongable
  • Copy service comments to interfaces in generated code (#7243)
  • Generated code includes static method gRPC call options for integration with the upcoming OpenTelemetry metrics support (#6960)

Dependencies

Commits
  • d8960bd Change version to 1.4.0
  • d2a85bf transport: fix minor typo in 'GoAway' godoc (#1284)
  • 8de2dff Piggyback window updates for connection with those of a stream. (#1273)
  • 6fecf28 Reopening: Server shouldn't Fatalf in case it fails to encode. (#1276)
  • a8cd0c1 Avoid int32 overflow when applying initial window size setting
  • 8431165 Revert "Server shouldn't Fatalf in case it fails to encode. (#1251)" (#1274)
  • d5bc85c Server shouldn't Fatalf in case it fails to encode. (#1251)
  • 1e47334 Decouple transport flow control from application read. (#1265)
  • a113590 Update references to route_guide.proto to use new directory name (#1270)
  • 6bb7648 add MaxConcurrentStreams to benchmark_test when start the server (#1271)
  • Additional commits viewable in compare view


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
roger2hk commented 4 months ago

Blocked by the generated proto files difference.

mhutchinson commented 4 months ago

/gcbrun

mhutchinson commented 3 months ago

Blocked by the generated proto files difference.

I've just pushed a commit that updates these derived files.

mhutchinson commented 3 months ago

/gcbrun