Skip to content

Replace forked jsonwebtoken crate#5397

Open
Shiven0504 wants to merge 1 commit into
clockworklabs:masterfrom
Shiven0504:codex/replace-jsonwebtoken-5379
Open

Replace forked jsonwebtoken crate#5397
Shiven0504 wants to merge 1 commit into
clockworklabs:masterfrom
Shiven0504:codex/replace-jsonwebtoken-5379

Conversation

@Shiven0504

Copy link
Copy Markdown
Contributor

Summary

  • Replace the workspace jsonwebtoken dependency alias from spacetimedb-jsonwebtoken 9.3.0 to upstream jsonwebtoken 10.4.0.
  • Replace spacetimedb-jwks 0.1.3 with upstream jwks 0.5.3 so the forked JWT crate is removed transitively too.
  • Refresh Cargo.lock.

Fixes #5379.

Tests

  • cargo check -p spacetimedb-auth
  • cargo tree -i spacetimedb-jsonwebtoken (expected failure: package no longer exists in the resolved graph)
  • cargo check -p spacetimedb-core (blocked locally after dependency compilation reached jsonwebtoken 10.4.0: vendored openssl-sys requires perl, which is not installed in this Windows environment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace spacetimedb-jsonwebtoken crate

1 participant