Skip to content

Commit 9afa195

Browse files
chore(deps): update jsonwebtoken requirement from 9.3.1 to 10.0.0
Updates the requirements on [jsonwebtoken](https://github.com/Keats/jsonwebtoken) to permit the latest version. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/jsonwebtoken/commits) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eb68e11 commit 9afa195

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ diesel_migrations = "2.2.0"
5555
dirs = "6.0.0"
5656
fern = { version = "0.7.1", features = ["colored"] }
5757
image = "0.25.5"
58-
jsonwebtoken = "9.3.1"
58+
jsonwebtoken = "10.0.0"
5959
libsqlite3-sys = { version = "0.35", features = ["bundled"] } # this is needed for proper linking
6060
log = "0.4.25"
6161
once_cell = "1.20.3"

0 commit comments

Comments
 (0)