dependency updates, fix changed method name, add base64

This commit is contained in:
2025-03-07 01:41:27 +01:00
parent bd46188d6e
commit de0deaa638
10 changed files with 2166 additions and 1120 deletions

View File

@ -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(),
)