File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ futures-channel = "0.3.31"
3333futures-util = { version = " 0.3.31" , default-features = false , features = [" io" ] }
3434
3535[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
36- jsonwebtoken = { version = " 9.3.1 " , default-features = false }
36+ jsonwebtoken = { version = " 10.0.0 " , default-features = false , features = [ " aws_lc_rs " ] }
3737tokio = { version = " 1.38" , optional = true , features = [" time" ] }
3838
3939[target .'cfg(target_arch = "wasm32")' .dependencies ]
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ use time::OffsetDateTime;
66#[ cfg( not( target_arch = "wasm32" ) ) ]
77use uuid:: Uuid ;
88
9+ #[ cfg_attr( test, derive( Clone ) ) ]
910#[ derive( Debug , Serialize , Deserialize ) ]
1011#[ serde( rename_all = "camelCase" ) ]
1112struct TenantTokenClaim {
You can’t perform that action at this time.
0 commit comments