Skip to content

Commit

Permalink
fix(deps): update rust crate jsonwebtoken to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 16, 2023
1 parent ca52ace commit 1c029a8
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 18 deletions.
67 changes: 50 additions & 17 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 = "8.3.0"
jsonwebtoken = "9.0.0"
rand = "0.8.5"
minreq = { version = "2.8.1", features = ["serde_json", "json-using-serde", "https-rustls"] }
serde_json = "1.0.107"
Expand Down

0 comments on commit 1c029a8

Please sign in to comment.