diff --git a/Cargo.toml b/Cargo.toml index 6f05f52..0aaec47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ ctrlc = { version = "3", features = ["termination"] } tokio = { version = "1", features = ["full"] } tower-http = { version = "0.6", features = ["trace"] } tracing-subscriber = "0.3" -ureq = "2" +ureq = "3" [target.'cfg(target_family = "wasm")'.dependencies] base64 = "0.22"