Skip to content

Commit 422ff83

Browse files
chore(deps): bump jsonwebtoken from 8.3.0 to 9.3.0
Bumps [jsonwebtoken](https://github.com/Keats/jsonwebtoken) from 8.3.0 to 9.3.0. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](Keats/jsonwebtoken@v8.3.0...v9.3.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b864142 commit 422ff83

File tree

2 files changed

+34
-7
lines changed

2 files changed

+34
-7
lines changed

Cargo.lock

+33-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ google-cloud-pubsub = { version = "0.16.0", optional = true }
6767
google-cloud-googleapis = { version = "0.10.0", optional = true }
6868
google-cloud-default = { version = "0.4.0", optional = true, features = ["pubsub"] }
6969
r2d2_redis = { version = "0.14.0", optional = true }
70-
jsonwebtoken = { version = "8.3.0", optional = true }
70+
jsonwebtoken = { version = "9.3.0", optional = true }
7171
tonic = { version = "0.9.2", features = ["tls", "tls-roots"], optional = true }
7272
futures = { version = "0.3.28", optional = true }
7373
sqlx = { version = "0.7", features = ["runtime-tokio", "tls-native-tls", "any", "sqlite", "postgres"], optional = true }

0 commit comments

Comments
 (0)