List patched version for protobuf crate (#2250)

Update RUSTSEC-2024-0437 with the released patched version. The is on crates.io and per the changelog[1] contains a fix for the recursion issue.


[1]: 330b78658e/CHANGELOG.md (372---2025-03-10-to-be-released)
This commit is contained in:
Alex Bakon
2025-03-10 11:53:08 -04:00
committed by GitHub
parent 74ff50e899
commit 070a32475e

View File

@@ -9,7 +9,7 @@ keywords = ["panic"]
related = ["GHSA-735f-pc8j-v9w8"]
[versions]
patched = []
patched = [">= 3.7.2"]
[affected]
functions = { "protobuf::coded_input_stream::CodedInputStream::skip_group" = ["<= 3.4.0"] }