File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " parsec-client"
3- version = " 0.10 .0"
3+ version = " 0.11 .0"
44authors = [" Ionut Mihalcea <ionut.mihalcea@arm.com>" ,
55 " Hugues de Valon <hugues.devalon@arm.com>" ]
66description = " Parsec Client library for the Rust ecosystem"
@@ -13,7 +13,7 @@ edition = "2018"
1313documentation = " https://docs.rs/crate/parsec-client"
1414
1515[dependencies ]
16- parsec-interface = { git = " https://github.com/parallaxsecond/parsec-interface-rs.git " , rev = " ce3590dc0cb7f345f328fec0dc22073da1b4699c " }
16+ parsec-interface = " 0.21.0 "
1717num = " 0.3.0"
1818log = " 0.4.11"
1919derivative = " 2.1.1"
Original file line number Diff line number Diff line change @@ -826,7 +826,7 @@ fn set_default_auth_three_entries() {
826826 version_maj: 1 ,
827827 version_min: 0 ,
828828 version_rev: 0 ,
829- id: AuthType :: JWT ,
829+ id: AuthType :: Jwt ,
830830 } ,
831831 AuthenticatorInfo {
832832 description: String :: new( ) ,
You can’t perform that action at this time.
0 commit comments