From 0af22eb5b05eea11eb8b69abacba26fc4c344868 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:42:08 +0000 Subject: [PATCH] fix(deps): update rust crate shuttle-service to 0.38.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }