Skip to content

Commit

Permalink
update version (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
khangkontum authored Feb 20, 2024
1 parent 5fa0c3d commit 1b0d81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundation/auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tracing = "0.1"
reqwest = { version="0.11", features = ["json"], default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
jsonwebtoken = { version = "8" }
jsonwebtoken = { version = "9.2.0" }
thiserror = "1.0"
async-trait = "0.1"
home = "0.5"
Expand Down

0 comments on commit 1b0d81c

Please sign in to comment.