mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-06-11 10:53:19 +02:00
dependency updates, fix changed method name, add base64
This commit is contained in:
@ -229,7 +229,7 @@ impl card_d_e_s_fire_e_v2::Server for User {
|
||||
|
||||
let token: Cow<'_, str> = if let Ok(uuid) = Uuid::from_slice(token) {
|
||||
Cow::Owned(
|
||||
uuid.to_hyphenated()
|
||||
uuid.hyphenated()
|
||||
.encode_lower(&mut Uuid::encode_buffer())
|
||||
.to_string(),
|
||||
)
|
||||
@ -309,7 +309,7 @@ impl card_d_e_s_fire_e_v2::Server for User {
|
||||
|
||||
let token: Cow<'_, str> = if let Ok(uuid) = Uuid::from_slice(token) {
|
||||
Cow::Owned(
|
||||
uuid.to_hyphenated()
|
||||
uuid.hyphenated()
|
||||
.encode_lower(&mut Uuid::encode_buffer())
|
||||
.to_string(),
|
||||
)
|
||||
|
Reference in New Issue
Block a user