chore(deps): update module github.com/refraction-networking/utls to v1.6.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/refraction-networking/utls | require | patch |
v1.6.2 -> v1.6.3
|
Release Notes
refraction-networking/utls (github.com/refraction-networking/utls)
v1.6.3
: Cryptographically Secured Shuffle
Don't panic! This does not cause any significant security concern, since modern platforms are doing fine with limited randomness from math/rand
. This patch is for some much restrictive platforms such as WebAssembly -- on which math/rand
may generate deterministic output (e.g., same random number series from each cold start).
What's Changed
- security: crypto/rand ShuffleChromeTLSExtensions by @gaukas in https://github.com/refraction-networking/utls/pull/286
Full Changelog: https://github.com/refraction-networking/utls/compare/v1.6.2...v1.6.3
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.