Skip to content

Commit b35415b

Browse files
build(deps): bump jsonwebtoken from 9.3.1 to 10.3.0 (#9)
Bumps [jsonwebtoken](https://github.com/Keats/jsonwebtoken) from 9.3.1 to 10.3.0. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](Keats/jsonwebtoken@v9.3.1...v10.3.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93f39c3 commit b35415b

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cortex-app-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dirs = "5"
6161
fs2 = "0.4" # File locking for concurrent access
6262

6363
# Authentication
64-
jsonwebtoken = "9"
64+
jsonwebtoken = "10"
6565

6666
# File watching
6767
notify = "6"

0 commit comments

Comments
 (0)