diff --git a/Cargo.toml b/Cargo.toml index 01e53b32..c1758410 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -232,7 +232,7 @@ rust-embed = { workspace = true, optional = true } mockito = { workspace = true } tempfile = { workspace = true } bigdecimal = { workspace = true } +ureq = { version = "2", features = ["json"] } [lints] workspace = true -ureq = { version = "2", features = ["json"] }