Skip to content

Commit

Permalink
fix(deps): update rust crate jsonwebtoken to 9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 03b626d commit a754927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.0"
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 a754927

Please sign in to comment.