Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent b1b6fea commit e95dca6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
33 changes: 30 additions & 3 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 @@ -8,7 +8,7 @@ edition = "2021"
ironoxide = { version = "2", default-features = false, features = [
"tls-rustls",
] }
jsonwebtoken = "8.3"
jsonwebtoken = "9.2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
structopt = "0.3"
Expand Down

0 comments on commit e95dca6

Please sign in to comment.