diff --git a/Cargo.toml b/Cargo.toml index 3ec7ae7..14e7bac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ axum = "0.5" rustls = { version = "0.20.6", features = ["dangerous_configuration"] } scraper = "0.13.0" serde_json = "1.0" -shuttle-service = { version = "0.5.2", features = ["web-axum"] } +shuttle-service = { version = "0.38.0", features = ["web-axum"] } sync_wrapper = "0.1" tokio = { version = "1", features = ["full"] } ureq = { version = "2.5", features = ["rustls"] }