Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and BobAnkh committed Feb 14, 2025
1 parent 7e363c8 commit b268c64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 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 @@ -16,7 +16,7 @@ categories = ["network-programming", "concurrency", "command-line-utilities"]

[workspace.dependencies]
clap = { version = "4.5.27", features = ["std", "derive"] }
jsonwebtoken = "9.3.0"
jsonwebtoken = "9.3.1"
md5 = "0.7.0"
redis = { version = "0.28.2", features = ["tokio-comp"] }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit b268c64

Please sign in to comment.