[U] Update deps
This commit is contained in:
@@ -7,7 +7,7 @@ use std::thread;
|
||||
use std::time::{Duration, SystemTime, UNIX_EPOCH};
|
||||
|
||||
use anyhow::{Context, Result, anyhow, bail};
|
||||
use hmac::{Hmac, Mac};
|
||||
use hmac::{Hmac, KeyInit, Mac};
|
||||
use reqwest::blocking::{Client, RequestBuilder};
|
||||
use reqwest::header::{ACCEPT, AUTHORIZATION, HeaderMap, HeaderValue, USER_AGENT};
|
||||
use serde_json::{Value, json};
|
||||
|
||||
Reference in New Issue
Block a user