michiel / jsonapi-rust

Rust library for serialization, deserialization and working with JSON-API data
MIT License
109 stars 30 forks source link

build(deps): Update queryst to 3.x #85

Closed isobelhooper closed 4 days ago

isobelhooper commented 1 year ago

This resolves security advisories for the regex and thread_local crates, for which queryst 2.x relied on vulnerable versions.

regex: https://github.com/advisories/GHSA-m5pq-gvj9-9vr8 thread_local: https://github.com/advisories/GHSA-9hpw-r23r-xgm5

ecthiender commented 5 days ago

Hi @michiel , a friendly nudge to see if you can merge this PR. I'm building something with jsonapi and currently this package fails in cargo audit. Will be super glad if this can be fixed. Thanks!

PS: Thanks a lot for this library!

michiel commented 4 days ago

Thanks @isobelhooper and @ecthiender for the reminder, I'll bump the version later