chore: ⬆️ updated deps

This commit is contained in:
2026-05-20 22:52:20 +02:00
parent d9f27c1775
commit 43f4680176
374 changed files with 295527 additions and 301467 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ func (dst *Parse) Decode(src []byte) error {
}
parameterOIDCount := int(binary.BigEndian.Uint16(buf.Next(2)))
for i := 0; i < parameterOIDCount; i++ {
for range parameterOIDCount {
if buf.Len() < 4 {
return &invalidMessageFormatErr{messageType: "Parse"}
}