Skip to content

Commit

Permalink
Update jsonwebtoken requirement from 8 to 9 (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 17, 2023
1 parent 0bfd9dd commit db7f850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ either = "1.8.0"
futures = { version = "0.3.15" }
futures-core = { version = "0.3.15", optional = true }
futures-util = { version = "0.3.15", optional = true }
jsonwebtoken = "8"
jsonwebtoken = "9"
http = "0.2.5"
http-body = "0.4.5"
hyper = { version = "0.14.13", features = ["client", "http1", "stream", "tcp"] }
Expand Down

0 comments on commit db7f850

Please sign in to comment.