Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/quic-go/quic-go from 0.40.1 to 0.42.0 #289

Merged

Commits on Apr 2, 2024

  1. build(deps): bump github.com/quic-go/quic-go from 0.40.1 to 0.42.0

    Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.40.1 to 0.42.0.
    - [Release notes](https://github.com/quic-go/quic-go/releases)
    - [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md)
    - [Commits](quic-go/quic-go@v0.40.1...v0.42.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/quic-go/quic-go
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c5c6345 View commit details
    Browse the repository at this point in the history
  2. update: remove dependency of quic-go

    We now vendor the quicvarint submodule from quic-go for a minimal dependency tree.
    
    This also updates the minimal Go version requirement to Go 1.21, given uTLS promised to support 2 most recent minor versions of Go.
    
    Signed-off-by: Gaukas Wang <i@gaukas.wang>
    gaukas committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f0f2397 View commit details
    Browse the repository at this point in the history