divviup / janus

Experimental implementation of the Distributed Aggregation Protocol (DAP) specification.
Mozilla Public License 2.0
54 stars 15 forks source link

Update sqlx to 0.8.1 #3381

Closed inahga closed 2 months ago

inahga commented 2 months ago

Fixes security advisory https://github.com/divviup/janus/security/dependabot/41. It's not really clear to me why dependabot doesn't want to take this update https://github.com/divviup/janus/actions/runs/10459997889/job/28965218103, but so be it.

inahga commented 2 months ago

Ah, I see, the MSRV of sqlx was (mistakenly?) bumped to 1.80. https://github.com/launchbadge/sqlx/issues/3460#issuecomment-2308435214

We should wait for a release that contains https://github.com/launchbadge/sqlx/pull/3459, and I think dependabot should take it then.