mirror of
https://github.com/element-hq/dendrite.git
synced 2025-09-13 12:52:24 +03:00
Bump github.com/yggdrasil-network/yggdrasil-go from 0.5.11 to 0.5.12 (#3505)
Bumps [github.com/yggdrasil-network/yggdrasil-go](https://github.com/yggdrasil-network/yggdrasil-go) from 0.5.11 to 0.5.12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/yggdrasil-network/yggdrasil-go/releases">github.com/yggdrasil-network/yggdrasil-go's releases</a>.</em></p> <blockquote> <h2>Version 0.5.12</h2> <ul> <li>Go 1.22 is now required to build Yggdrasil</li> </ul> <h3>Changed</h3> <ul> <li>The <code>latency_ms</code> field in the admin socket <code>getPeers</code> response has been renamed to <code>latency</code></li> </ul> <h3>Fixed</h3> <ul> <li>A timing regression which causes a higher level of idle protocol traffic on each peering has been fixed</li> <li>The <code>-user</code> flag now correctly detects an empty user/group specification</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/yggdrasil-network/yggdrasil-go/blob/develop/CHANGELOG.md">github.com/yggdrasil-network/yggdrasil-go's changelog</a>.</em></p> <blockquote> <h2>[0.5.12] - 2024-12-18</h2> <ul> <li>Go 1.22 is now required to build Yggdrasil</li> </ul> <h3>Changed</h3> <ul> <li>The <code>latency_ms</code> field in the admin socket <code>getPeers</code> response has been renamed to <code>latency</code></li> </ul> <h3>Fixed</h3> <ul> <li>A timing regression which causes a higher level of idle protocol traffic on each peering has been fixed</li> <li>The <code>-user</code> flag now correctly detects an empty user/group specification</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="213f72b840
"><code>213f72b</code></a> Yggdrasil 0.5.12</li> <li><a href="1fbcf3b3c2
"><code>1fbcf3b</code></a> Rename <code>latency_ms</code> to <code>latency</code> in <code>getPeers</code> response since it isn't even m...</li> <li><a href="22bc9c44e2
"><code>22bc9c4</code></a> genkeys print the number of generated keys (<a href="https://redirect.github.com/yggdrasil-network/yggdrasil-go/issues/1217">#1217</a>)</li> <li><a href="9c73bacab9
"><code>9c73bac</code></a> Update to Go 1.22, quic-go/quic-go@v0.48.2 (<a href="https://redirect.github.com/yggdrasil-network/yggdrasil-go/issues/1218">#1218</a>)</li> <li><a href="04be129878
"><code>04be129</code></a> Update to Arceliar/ironwood@743fe2f</li> <li><a href="657f7e0db3
"><code>657f7e0</code></a> Fix empty user/group detection on <code>chuser</code></li> <li>See full diff in <a href="https://github.com/yggdrasil-network/yggdrasil-go/compare/v0.5.11...v0.5.12">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Devon Hudson <devon.dmytro@gmail.com>
This commit is contained in:
parent
f2a48c352a
commit
1b8b88cd3d
2 changed files with 9 additions and 9 deletions
6
go.mod
6
go.mod
|
@ -42,7 +42,7 @@ require (
|
|||
github.com/tidwall/sjson v1.2.5
|
||||
github.com/uber/jaeger-client-go v2.30.0+incompatible
|
||||
github.com/uber/jaeger-lib v2.4.1+incompatible
|
||||
github.com/yggdrasil-network/yggdrasil-go v0.5.11
|
||||
github.com/yggdrasil-network/yggdrasil-go v0.5.12
|
||||
github.com/yggdrasil-network/yggquic v0.0.0-20241212194307-0d495106021f
|
||||
go.uber.org/atomic v1.11.0
|
||||
golang.org/x/crypto v0.32.0
|
||||
|
@ -59,7 +59,7 @@ require (
|
|||
)
|
||||
|
||||
require (
|
||||
github.com/Arceliar/ironwood v0.0.0-20241210120540-9deb08d9f8f9 // indirect
|
||||
github.com/Arceliar/ironwood v0.0.0-20241213013129-743fe2fccbd3 // indirect
|
||||
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
|
||||
github.com/Microsoft/go-winio v0.5.2 // indirect
|
||||
github.com/RoaringBitmap/roaring v1.9.3 // indirect
|
||||
|
@ -126,7 +126,7 @@ require (
|
|||
github.com/prometheus/client_model v0.6.1 // indirect
|
||||
github.com/prometheus/common v0.55.0 // indirect
|
||||
github.com/prometheus/procfs v0.15.1 // indirect
|
||||
github.com/quic-go/quic-go v0.46.0 // indirect
|
||||
github.com/quic-go/quic-go v0.48.2 // indirect
|
||||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
||||
github.com/rogpeppe/go-internal v1.13.1 // indirect
|
||||
github.com/rs/zerolog v1.29.1 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue