Skip to content

Commit

Permalink
fix: use async_lock
Browse files Browse the repository at this point in the history
  • Loading branch information
caojen committed Sep 7, 2024
1 parent 3d28717 commit f87a68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wasm/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::ops::Add;
use std::sync::Arc;
use web_time::Instant;
use std::time::Duration;
use async_rwlock::RwLock;
use async_lock::RwLock;
use wasm_bindgen::prelude::*;
use crate::{Cert, Certs, GOOGLE_OAUTH_V3_USER_INFO_API, GOOGLE_SA_CERTS_URL, GoogleAccessTokenPayload, GooglePayload, utils};
use anyhow::bail;
Expand Down

0 comments on commit f87a68a

Please sign in to comment.