Misc Cargo.lock updates
This commit is contained in:
parent
2443a96d1e
commit
41cd6feff2
950
Cargo.lock
generated
950
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -718,7 +718,7 @@ const MICROSOFT_CLIENT_ID: &str = "00000000402b5328";
|
|||||||
const AUTH_REPLY_URL: &str = "https://login.live.com/oauth20_desktop.srf";
|
const AUTH_REPLY_URL: &str = "https://login.live.com/oauth20_desktop.srf";
|
||||||
const REQUESTED_SCOPE: &str = "service::user.auth.xboxlive.com::MBI_SSL";
|
const REQUESTED_SCOPE: &str = "service::user.auth.xboxlive.com::MBI_SSL";
|
||||||
|
|
||||||
struct RequestWithDate<T> {
|
pub struct RequestWithDate<T> {
|
||||||
pub date: DateTime<Utc>,
|
pub date: DateTime<Utc>,
|
||||||
pub value: T,
|
pub value: T,
|
||||||
}
|
}
|
||||||
|
|||||||
@ -595,8 +595,8 @@ impl Profile {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[tracing::instrument(skip(self, semaphore, icon))]
|
#[tracing::instrument(skip(self, semaphore, icon))]
|
||||||
pub async fn set_icon<'a>(
|
pub async fn set_icon(
|
||||||
&'a mut self,
|
&mut self,
|
||||||
cache_dir: &Path,
|
cache_dir: &Path,
|
||||||
semaphore: &IoSemaphore,
|
semaphore: &IoSemaphore,
|
||||||
icon: bytes::Bytes,
|
icon: bytes::Bytes,
|
||||||
|
|||||||
@ -254,7 +254,7 @@ where
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[tracing::instrument(skip(bytes, semaphore))]
|
#[tracing::instrument(skip(bytes, semaphore))]
|
||||||
pub async fn write<'a>(
|
pub async fn write(
|
||||||
path: &Path,
|
path: &Path,
|
||||||
bytes: &[u8],
|
bytes: &[u8],
|
||||||
semaphore: &IoSemaphore,
|
semaphore: &IoSemaphore,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user