Skip to content

Commit

Permalink
chore: update cargo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Oct 27, 2023
1 parent b331eaf commit d42d0f9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 37 deletions.
51 changes: 16 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ futures = "0"
hex = "0"
hyper = "0"
indexmap = "2"
jsonwebtoken = "8"
jsonwebtoken = "9"
lazy_static = "1.4.0"
lettre = { version = "0", features = ["builder", "smtp-transport", "tokio1", "tokio1-native-tls", "tokio1-rustls-tls"] }
log = "0"
Expand Down Expand Up @@ -78,4 +78,4 @@ uuid = { version = "1", features = ["v4"] }
rand = "0"
tempfile = "3"
uuid = { version = "1", features = ["v4"] }
which = "4"
which = "5"

0 comments on commit d42d0f9

Please sign in to comment.