Open gahag-cw opened 1 year ago
@ThouCheese can you please approve the workflow? So I can assure the tests are passing.
@ThouCheese can you please approve the workflow? So I can assure the tests are passing.
Sure thing!
Should work now! I'll edit the description with the reasoning for this PR.
@ThouCheese can you please take a look at this? It's important so that depending on cloud-storage-rs does not trigger dependabot warnings.
Tests are failing with:
SERVICE_ACCOUNT file not valid: Error("EOF while parsing a value", line: 2, column: 0)
I believe this is unrelated to my changes...
Up to version 7,
jsonwebtoken
transitively depends on a version oftime
that has a security vulnerability, which gets reported by dependabot on all Rust repos. As of version 8, this dependency is updated, removing the security warning. This PR solves that by bumping jsonwebtoken to version 8, without changing anything else.