Skip to content

Commit

Permalink
fix(deps): update rust crate jsonwebtoken to v9 (#846)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 17, 2023
1 parent 6bf8a5b commit 8dbb1a9
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 14 deletions.
70 changes: 57 additions & 13 deletions server/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 server/feedback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ regex = "1.9.6"
octocrab = "0.30.1"

# web
jsonwebtoken = "8.3.0"
jsonwebtoken = "9.0.0"
chrono= { version = "0.4.31", default-features = false }
actix-governor = { version = "0.4.1", features = ["log"] }

Expand Down

0 comments on commit 8dbb1a9

Please sign in to comment.