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

dtls tweaks #93

Merged
merged 4 commits into from
Sep 6, 2024
Merged

dtls tweaks #93

merged 4 commits into from
Sep 6, 2024

Conversation

plorenz
Copy link
Member

@plorenz plorenz commented Sep 6, 2024

dependabot bot and others added 3 commits August 23, 2024 15:43
Bumps the non-major group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.1` | `1.5.3` |
| [github.com/openziti/dilithium](https://github.com/openziti/dilithium) | `0.3.3` | `0.3.5` |
| [github.com/pion/dtls/v3](https://github.com/pion/dtls) | `3.0.1` | `3.0.2` |
| [golang.org/x/net](https://github.com/golang/net) | `0.27.0` | `0.28.0` |
| [nhooyr.io/websocket](https://github.com/nhooyr/websocket-old) | `1.8.11` | `1.8.17` |



Updates `github.com/gorilla/websocket` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/gorilla/websocket/releases)
- [Commits](gorilla/websocket@v1.5.1...v1.5.3)

Updates `github.com/openziti/dilithium` from 0.3.3 to 0.3.5
- [Commits](openziti/dilithium@v0.3.3...v0.3.5)

Updates `github.com/pion/dtls/v3` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/pion/dtls/releases)
- [Changelog](https://github.com/pion/dtls/blob/master/.goreleaser.yml)
- [Commits](pion/dtls@v3.0.1...v3.0.2)

Updates `golang.org/x/net` from 0.27.0 to 0.28.0
- [Commits](golang/net@v0.27.0...v0.28.0)

Updates `nhooyr.io/websocket` from 1.8.11 to 1.8.17
- [Release notes](https://github.com/nhooyr/websocket-old/releases)
- [Commits](https://github.com/nhooyr/websocket-old/commits/v1.8.17)

---
updated-dependencies:
- dependency-name: github.com/gorilla/websocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: github.com/openziti/dilithium
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: github.com/pion/dtls/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: nhooyr.io/websocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@plorenz plorenz requested a review from a team as a code owner September 6, 2024 15:02
@plorenz plorenz merged commit cb73a07 into main Sep 6, 2024
6 checks passed
@plorenz plorenz deleted the dtls-tweaks branch September 6, 2024 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement simple traffic shaper
2 participants