This is an automated email from the ASF dual-hosted git repository.

JosiahWI pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new c340299eb2 build(deps): bump golang.org/x/crypto (#13479)
c340299eb2 is described below

commit c340299eb2fed54c80b00c9fdbe8c83b6849ff32
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 5 11:30:02 2026 -0500

    build(deps): bump golang.org/x/crypto (#13479)
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.50.0 
to 0.52.0.
    - [Commits](https://github.com/golang/crypto/compare/v0.50.0...v0.52.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-version: 0.52.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 tests/gold_tests/qmux/go_qmux_client/go.mod |  6 +++---
 tests/gold_tests/qmux/go_qmux_client/go.sum | 12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/tests/gold_tests/qmux/go_qmux_client/go.mod 
b/tests/gold_tests/qmux/go_qmux_client/go.mod
index 531eb56c06..45b8d1a405 100644
--- a/tests/gold_tests/qmux/go_qmux_client/go.mod
+++ b/tests/gold_tests/qmux/go_qmux_client/go.mod
@@ -9,7 +9,7 @@ require (
 )
 
 require (
-       golang.org/x/crypto v0.50.0 // indirect
-       golang.org/x/net v0.53.0 // indirect
-       golang.org/x/sys v0.43.0 // indirect
+       golang.org/x/crypto v0.52.0 // indirect
+       golang.org/x/net v0.54.0 // indirect
+       golang.org/x/sys v0.45.0 // indirect
 )
diff --git a/tests/gold_tests/qmux/go_qmux_client/go.sum 
b/tests/gold_tests/qmux/go_qmux_client/go.sum
index b10735cd87..2218ca4f07 100644
--- a/tests/gold_tests/qmux/go_qmux_client/go.sum
+++ b/tests/gold_tests/qmux/go_qmux_client/go.sum
@@ -16,11 +16,11 @@ github.com/stretchr/testify v1.11.1 
h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
 github.com/stretchr/testify v1.11.1/go.mod 
h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
 go.uber.org/mock v0.5.2 h1:LbtPTcP8A5k9WPXj54PPPbjcI4Y6lhyOZXn+VS7wNko=
 go.uber.org/mock v0.5.2/go.mod h1:wLlUxC2vVTPTaE3UD51E0BGOAElKrILxhVSDYQLld5o=
-golang.org/x/crypto v0.50.0 h1:zO47/JPrL6vsNkINmLoo/PH1gcxpls50DNogFvB5ZGI=
-golang.org/x/crypto v0.50.0/go.mod 
h1:3muZ7vA7PBCE6xgPX7nkzzjiUq87kRItoJQM1Yo8S+Q=
-golang.org/x/net v0.53.0 h1:d+qAbo5L0orcWAr0a9JweQpjXF19LMXJE8Ey7hwOdUA=
-golang.org/x/net v0.53.0/go.mod h1:JvMuJH7rrdiCfbeHoo3fCQU24Lf5JJwT9W3sJFulfgs=
-golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI=
-golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
+golang.org/x/crypto v0.52.0 h1:RMs7fP2rXdep0CftQlK8Uf+kibLm7qkCcradZWYz988=
+golang.org/x/crypto v0.52.0/go.mod 
h1:1QgfPxDqh0T2M/elOJtp9RvuR95kVjir0e6/BvEmGbc=
+golang.org/x/net v0.54.0 h1:2zJIZAxAHV/OHCDTCOHAYehQzLfSXuf/5SoL/Dv6w/w=
+golang.org/x/net v0.54.0/go.mod h1:Sj4oj8jK6XmHpBZU/zWHw3BV3abl4Kvi+Ut7cQcY+cQ=
+golang.org/x/sys v0.45.0 h1:dO4czNzziLiiXplLQgBCEpCvXQ3dnkn0SdaZSYdQ+FY=
+golang.org/x/sys v0.45.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
 gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
 gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

Reply via email to