Skip to content

Commit

Permalink
cargo: bump jsonwebtoken to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestas-poskus committed Jan 31, 2024
1 parent 2f14c64 commit add79d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/pagescrape/oauth-certs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
jsonwebtoken = { version = "8", default-features = false }
jsonwebtoken = { version = "9", default-features = false }
serde_json = "1"
once_cell = "1"

Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
overflowing_literals,
path_statements,
patterns_in_fns_without_body,
private_in_public,
unconditional_recursion,
unused,
unused_allocation,
Expand Down

0 comments on commit add79d9

Please sign in to comment.