mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
fix(euclid_wasm): update dependency for wasm in validate.rs (#6262)
This commit is contained in:
@ -11,6 +11,7 @@ license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
error-stack = "0.4.1"
|
||||
once_cell = "1.19.0"
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
thiserror = "1.0.58"
|
||||
time = "0.3.35"
|
||||
|
||||
@ -3,8 +3,8 @@ use std::{collections::HashMap, fmt, ops::Deref, str::FromStr};
|
||||
use common_utils::errors::ValidationError;
|
||||
use error_stack::report;
|
||||
use masking::{PeekInterface, Strategy, StrongSecret, WithType};
|
||||
use once_cell::sync::Lazy;
|
||||
use regex::Regex;
|
||||
use router_env::once_cell::sync::Lazy;
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
use router_env::{logger, which as router_env_which, Env};
|
||||
use serde::{Deserialize, Deserializer, Serialize};
|
||||
|
||||
Reference in New Issue
Block a user