Skip to content

Commit

Permalink
Merge pull request #34 from astraw/dependabot/cargo/jsonwebtoken-9
Browse files Browse the repository at this point in the history
Update jsonwebtoken requirement from 8 to 9
  • Loading branch information
astraw authored Oct 17, 2023
2 parents 2391f01 + e5e3d28 commit a93fa7b
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 @@ -27,7 +27,7 @@ hyper = {version="0.14", features=["server","http1","tcp","stream"]}
log = "0.4"
serde = {version="1.0",features=["derive"]}
serde_json = {version = "1.0"}
jsonwebtoken = "8"
jsonwebtoken = "9"
uuid = { version = "1.0", features = ["v4", "serde"] }
thiserror = "1.0"
cookie = "0.17"
Expand Down

0 comments on commit a93fa7b

Please sign in to comment.