[U] Update deps

This commit is contained in:
2026-05-09 17:07:45 +00:00
parent 513bda3696
commit f3c0b90a0d
4 changed files with 358 additions and 193 deletions
+1 -1
View File
@@ -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};