Skip to content

Commit

Permalink
fix(deps): update rust crate jsonwebtoken to 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 22, 2023
1 parent 0256b29 commit c9bb938
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 @@ -30,7 +30,7 @@ futures = "0.3.28"
serde = { version = "1.0.189", features = ["derive"] }
bitflags = "2.4.1"
cached = "0.44.0"
jsonwebtoken = "9.0.0"
jsonwebtoken = "9.1.0"
rand = "0.8.5"
minreq = { version = "2.11.0", features = ["serde_json", "json-using-serde", "https-rustls"] }
serde_json = "1.0.107"
Expand Down

0 comments on commit c9bb938

Please sign in to comment.