Skip to content

Commit

Permalink
fix(deps): update rust crate jsonwebtoken to 9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 22, 2024
1 parent 1dd5c41 commit 3f827b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ chrono = "0.4"
clap = {version = "4.5", features = ["derive", "unicode"]}
futures-util = {version = "0.3", default-features = false}
hyper = {version = "1.2", features = ["full"]}
jsonwebtoken = "9.2"
jsonwebtoken = "9.3"
lazy_static = "1.4"
lettre = {version = "0.11", default-features = false, features = ["smtp-transport", "pool", "hostname", "builder", "rustls-tls", "tokio1-rustls-tls"]}
log = "0.4"
Expand Down

0 comments on commit 3f827b4

Please sign in to comment.