Skip to content

Commit

Permalink
build(deps): bump jsonwebtoken from 9.2.0 to 9.3.0
Browse files Browse the repository at this point in the history
Bumps [jsonwebtoken](https://github.com/Keats/jsonwebtoken) from 9.2.0 to 9.3.0.
- [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](Keats/jsonwebtoken@v9.2.0...v9.3.0)

---
updated-dependencies:
- dependency-name: jsonwebtoken
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 22, 2024
1 parent cf6f173 commit 14b726e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ headers = { version = "0.3.9", default-features = false }
http = { version = "0.2.12", default-features = false }
http-types = { version = "2.12.0", default-features = false }
hyper = { version = "0.14.28", default-features = false }
jsonwebtoken = { version = "9.2.0", default-features = false }
jsonwebtoken = { version = "9.3.0", default-features = false }
mediatype = { version = "0.19.18", default-features = false }
mime = { version = "0.3.17", default-features = false }
once_cell = { version = "1.19.0", default-features = false }
Expand Down

0 comments on commit 14b726e

Please sign in to comment.