From 7a65de0e02fcd1ee6077506220d1b979203898f6 Mon Sep 17 00:00:00 2001 From: oddgrd <29732646+oddgrd@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:23:58 +0100 Subject: [PATCH] chore: v0.50.0 --- actix-web/clerk/backend/Cargo.toml | 4 ++-- actix-web/cookie-authentication/Cargo.toml | 4 ++-- actix-web/hello-world/Cargo.toml | 4 ++-- actix-web/postgres/Cargo.toml | 6 +++--- actix-web/static-files/Cargo.toml | 4 ++-- actix-web/websocket-actorless/Cargo.toml | 4 ++-- axum/hello-world/Cargo.toml | 4 ++-- axum/htmx-crud/Cargo.toml | 6 +++--- axum/jwt-authentication/Cargo.toml | 4 ++-- axum/metadata/Cargo.toml | 4 ++-- axum/oauth2/Cargo.toml | 6 +++--- axum/openai/Cargo.toml | 8 ++++---- axum/postgres/Cargo.toml | 6 +++--- axum/qdrant/Cargo.toml | 6 +++--- axum/static-files/Cargo.toml | 4 ++-- axum/turso/Cargo.toml | 6 +++--- axum/websocket/Cargo.toml | 4 ++-- bevy/hello-world/server/Cargo.toml | 4 ++-- custom-resource/pdo/Cargo.toml | 6 +++--- custom-service/none/Cargo.toml | 2 +- custom-service/request-scheduler/Cargo.toml | 4 ++-- fullstack-templates/saas/backend/Cargo.toml | 6 +++--- loco/hello-world/Cargo.toml | 4 ++-- other/feature-flags/Cargo.toml | 4 ++-- other/standalone-binary/Cargo.toml | 4 ++-- poem/hello-world/Cargo.toml | 4 ++-- poise/hello-world/Cargo.toml | 4 ++-- rocket/dyn-templates/Cargo.toml | 4 ++-- rocket/hello-world/Cargo.toml | 4 ++-- rocket/jwt-authentication/Cargo.toml | 4 ++-- rocket/opendal-memory/Cargo.toml | 6 +++--- rocket/postgres/Cargo.toml | 6 +++--- rocket/secrets/Cargo.toml | 4 ++-- rocket/static-files/Cargo.toml | 4 ++-- rocket/url-shortener/Cargo.toml | 6 +++--- rocket/workspace/hello-world/Cargo.toml | 4 ++-- salvo/hello-world/Cargo.toml | 4 ++-- salvo/image-rescaler/Cargo.toml | 4 ++-- serenity/hello-world/Cargo.toml | 4 ++-- serenity/postgres/Cargo.toml | 6 +++--- serenity/weather-forecast/Cargo.toml | 4 ++-- shuttle-cron/Cargo.toml | 4 ++-- thruster/hello-world/Cargo.toml | 4 ++-- tide/hello-world/Cargo.toml | 4 ++-- tower/hello-world/Cargo.toml | 4 ++-- tracing/custom-tracing-subscriber/Cargo.toml | 4 ++-- warp/hello-world/Cargo.toml | 4 ++-- 47 files changed, 107 insertions(+), 107 deletions(-) diff --git a/actix-web/clerk/backend/Cargo.toml b/actix-web/clerk/backend/Cargo.toml index 01ce5229..bbea1c5a 100644 --- a/actix-web/clerk/backend/Cargo.toml +++ b/actix-web/clerk/backend/Cargo.toml @@ -10,5 +10,5 @@ clerk-rs = "0.2.3" openssl-sys = { version = "0.9.9", features = ["vendored"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -shuttle-actix-web = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-actix-web = "0.50.0" +shuttle-runtime = "0.50.0" diff --git a/actix-web/cookie-authentication/Cargo.toml b/actix-web/cookie-authentication/Cargo.toml index 71f83ea1..4c0334d0 100644 --- a/actix-web/cookie-authentication/Cargo.toml +++ b/actix-web/cookie-authentication/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" actix-identity = "0.7.1" actix-session = { version = "0.9.0", features = ["cookie-session"] } actix-web = "4.3.1" -shuttle-actix-web = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-actix-web = "0.50.0" +shuttle-runtime = "0.50.0" tokio = "1.26.0" diff --git a/actix-web/hello-world/Cargo.toml b/actix-web/hello-world/Cargo.toml index 7838fdf4..3a34717f 100644 --- a/actix-web/hello-world/Cargo.toml +++ b/actix-web/hello-world/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" [dependencies] actix-web = "4.3.1" -shuttle-actix-web = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-actix-web = "0.50.0" +shuttle-runtime = "0.50.0" tokio = "1.26.0" diff --git a/actix-web/postgres/Cargo.toml b/actix-web/postgres/Cargo.toml index 2e935ce9..8c5bc3c8 100644 --- a/actix-web/postgres/Cargo.toml +++ b/actix-web/postgres/Cargo.toml @@ -5,9 +5,9 @@ edition = "2021" [dependencies] actix-web = "4.3.1" -shuttle-actix-web = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-actix-web = "0.50.0" +shuttle-runtime = "0.50.0" serde = "1.0.148" -shuttle-shared-db = { version = "0.49.0", features = ["postgres", "sqlx"] } +shuttle-shared-db = { version = "0.50.0", features = ["postgres", "sqlx"] } sqlx = "0.8.2" tokio = "1.26.0" diff --git a/actix-web/static-files/Cargo.toml b/actix-web/static-files/Cargo.toml index d4ab777a..3c4d0a9d 100644 --- a/actix-web/static-files/Cargo.toml +++ b/actix-web/static-files/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" [dependencies] actix-files = "0.6.2" actix-web = "4.3.1" -shuttle-actix-web = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-actix-web = "0.50.0" +shuttle-runtime = "0.50.0" tokio = "1.26.0" diff --git a/actix-web/websocket-actorless/Cargo.toml b/actix-web/websocket-actorless/Cargo.toml index f2036e76..7326a905 100644 --- a/actix-web/websocket-actorless/Cargo.toml +++ b/actix-web/websocket-actorless/Cargo.toml @@ -13,7 +13,7 @@ futures = "0.3" reqwest = "0.11" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -shuttle-actix-web = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-actix-web = "0.50.0" +shuttle-runtime = "0.50.0" tokio = { version = "1", features = ["rt-multi-thread", "sync"] } tracing = "0.1" diff --git a/axum/hello-world/Cargo.toml b/axum/hello-world/Cargo.toml index 90108dc9..d2e54c8d 100644 --- a/axum/hello-world/Cargo.toml +++ b/axum/hello-world/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" [dependencies] axum = "0.7.4" -shuttle-axum = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-axum = "0.50.0" +shuttle-runtime = "0.50.0" tokio = "1.28.2" diff --git a/axum/htmx-crud/Cargo.toml b/axum/htmx-crud/Cargo.toml index 700b0348..cf113af4 100644 --- a/axum/htmx-crud/Cargo.toml +++ b/axum/htmx-crud/Cargo.toml @@ -9,9 +9,9 @@ askama_axum = "0.4.0" axum = "0.7.4" serde = { version = "1.0.189", features = ["derive"] } serde_json = "1.0.107" -shuttle-axum = "0.49.0" -shuttle-runtime = "0.49.0" -shuttle-shared-db = { version = "0.49.0", features = ["postgres", "sqlx"] } +shuttle-axum = "0.50.0" +shuttle-runtime = "0.50.0" +shuttle-shared-db = { version = "0.50.0", features = ["postgres", "sqlx"] } sqlx = "0.8.2" tokio = "1.28.2" tokio-stream = { version = "0.1.14", features = ["sync"] } diff --git a/axum/jwt-authentication/Cargo.toml b/axum/jwt-authentication/Cargo.toml index 6965aaeb..f68a398f 100644 --- a/axum/jwt-authentication/Cargo.toml +++ b/axum/jwt-authentication/Cargo.toml @@ -10,7 +10,7 @@ jsonwebtoken = "8.3.0" once_cell = "1.18.0" serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" -shuttle-axum = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-axum = "0.50.0" +shuttle-runtime = "0.50.0" tokio = "1.28.2" tracing-subscriber = "0.3.17" diff --git a/axum/metadata/Cargo.toml b/axum/metadata/Cargo.toml index edcdec9a..9f416dbc 100644 --- a/axum/metadata/Cargo.toml +++ b/axum/metadata/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" [dependencies] axum = "0.7.3" -shuttle-axum = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-axum = "0.50.0" +shuttle-runtime = "0.50.0" tokio = "1.28.2" diff --git a/axum/oauth2/Cargo.toml b/axum/oauth2/Cargo.toml index 4f571ba5..2e06fefd 100644 --- a/axum/oauth2/Cargo.toml +++ b/axum/oauth2/Cargo.toml @@ -11,9 +11,9 @@ chrono = { version = "0.4.35", features = ["clock"] } oauth2 = "4.4.1" reqwest = { version = "0.11.18", features = ["json"] } serde = { version = "1.0.183", features = ["derive"] } -shuttle-axum = "0.49.0" -shuttle-runtime = "0.49.0" -shuttle-shared-db = { version = "0.49.0", features = ["postgres", "sqlx"] } +shuttle-axum = "0.50.0" +shuttle-runtime = "0.50.0" +shuttle-shared-db = { version = "0.50.0", features = ["postgres", "sqlx"] } sqlx = { version = "0.8.2", features = ["macros", "chrono"] } thiserror = "1.0.57" time = "0.3.25" diff --git a/axum/openai/Cargo.toml b/axum/openai/Cargo.toml index 12cc57e7..bd1bec48 100644 --- a/axum/openai/Cargo.toml +++ b/axum/openai/Cargo.toml @@ -20,7 +20,7 @@ sqlx = { version = "0.8.2", features = [ ] } tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread"] } tower-http = { version = "0.6.2", features = ["cors", "fs"] } -shuttle-runtime = "0.49.0" -shuttle-axum = "0.49.0" -shuttle-shared-db = { version = "0.49.0", features = ["postgres"] } -shuttle-openai = "0.49.0" +shuttle-runtime = "0.50.0" +shuttle-axum = "0.50.0" +shuttle-shared-db = { version = "0.50.0", features = ["postgres"] } +shuttle-openai = "0.50.0" diff --git a/axum/postgres/Cargo.toml b/axum/postgres/Cargo.toml index 2796e91f..14ee9c19 100644 --- a/axum/postgres/Cargo.toml +++ b/axum/postgres/Cargo.toml @@ -6,8 +6,8 @@ edition = "2021" [dependencies] axum = "0.7.3" serde = { version = "1.0.188", features = ["derive"] } -shuttle-axum = "0.49.0" -shuttle-runtime = "0.49.0" -shuttle-shared-db = { version = "0.49.0", features = ["postgres", "sqlx"] } +shuttle-axum = "0.50.0" +shuttle-runtime = "0.50.0" +shuttle-shared-db = { version = "0.50.0", features = ["postgres", "sqlx"] } sqlx = "0.8.2" tokio = "1.28.2" diff --git a/axum/qdrant/Cargo.toml b/axum/qdrant/Cargo.toml index 62a6b6d6..da4bf94c 100644 --- a/axum/qdrant/Cargo.toml +++ b/axum/qdrant/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] axum = "0.7.3" qdrant-client = "1.10.1" -shuttle-axum = "0.49.0" -shuttle-qdrant = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-axum = "0.50.0" +shuttle-qdrant = "0.50.0" +shuttle-runtime = "0.50.0" tokio = "1.26.0" diff --git a/axum/static-files/Cargo.toml b/axum/static-files/Cargo.toml index 6e057d9f..d6837b4c 100644 --- a/axum/static-files/Cargo.toml +++ b/axum/static-files/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] axum = "0.7.3" -shuttle-axum = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-axum = "0.50.0" +shuttle-runtime = "0.50.0" tokio = "1.28.2" tower-http = { version = "0.5.0", features = ["fs"] } diff --git a/axum/turso/Cargo.toml b/axum/turso/Cargo.toml index dd90023a..0e2759b2 100644 --- a/axum/turso/Cargo.toml +++ b/axum/turso/Cargo.toml @@ -5,9 +5,9 @@ edition = "2021" [dependencies] axum = "0.7.3" -shuttle-axum = "0.49.0" -shuttle-runtime = "0.49.0" -shuttle-turso = "0.49.0" +shuttle-axum = "0.50.0" +shuttle-runtime = "0.50.0" +shuttle-turso = "0.50.0" libsql = "0.6.0" tokio = "1.26.0" serde = { version = "1.0.164", features = ["derive"] } diff --git a/axum/websocket/Cargo.toml b/axum/websocket/Cargo.toml index be93e51b..7045afda 100644 --- a/axum/websocket/Cargo.toml +++ b/axum/websocket/Cargo.toml @@ -10,7 +10,7 @@ futures = "0.3.28" reqwest = "0.11.23" serde = { version = "1.0.163", features = ["derive"] } serde_json = "1.0.96" -shuttle-axum = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-axum = "0.50.0" +shuttle-runtime = "0.50.0" tokio = "1.28.2" tower-http = { version = "0.5.0", features = ["fs"] } diff --git a/bevy/hello-world/server/Cargo.toml b/bevy/hello-world/server/Cargo.toml index 752a60af..937d3479 100644 --- a/bevy/hello-world/server/Cargo.toml +++ b/bevy/hello-world/server/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] axum = "0.7.4" -shuttle-axum = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-axum = "0.50.0" +shuttle-runtime = "0.50.0" tokio = "1.28.2" tower-http = { version = "0.5.0", features = ["fs"] } diff --git a/custom-resource/pdo/Cargo.toml b/custom-resource/pdo/Cargo.toml index fbbdb321..e05216bf 100644 --- a/custom-resource/pdo/Cargo.toml +++ b/custom-resource/pdo/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" async-trait = "0.1.56" axum = "0.7.3" serde = { version = "1", features = ["derive"] } -shuttle-service = "0.49.0" -shuttle-axum = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-service = "0.50.0" +shuttle-axum = "0.50.0" +shuttle-runtime = "0.50.0" tokio = "1.28.2" diff --git a/custom-service/none/Cargo.toml b/custom-service/none/Cargo.toml index 93fafc26..f1d1aca2 100644 --- a/custom-service/none/Cargo.toml +++ b/custom-service/none/Cargo.toml @@ -5,5 +5,5 @@ edition = "2021" publish = false [dependencies] -shuttle-runtime = "0.49.0" +shuttle-runtime = "0.50.0" tokio = "1" diff --git a/custom-service/request-scheduler/Cargo.toml b/custom-service/request-scheduler/Cargo.toml index 23c730cf..c639c01c 100644 --- a/custom-service/request-scheduler/Cargo.toml +++ b/custom-service/request-scheduler/Cargo.toml @@ -10,7 +10,7 @@ chrono = "0.4.24" cron = "0.12.0" reqwest = "0.11.17" serde = "1.0.163" -shuttle-persist = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-persist = "0.50.0" +shuttle-runtime = "0.50.0" tokio = "1.28.0" tracing = "0.1.37" diff --git a/fullstack-templates/saas/backend/Cargo.toml b/fullstack-templates/saas/backend/Cargo.toml index db794b34..573a2168 100644 --- a/fullstack-templates/saas/backend/Cargo.toml +++ b/fullstack-templates/saas/backend/Cargo.toml @@ -16,9 +16,9 @@ lettre = "0.11.4" rand = "0.8.5" reqwest = "0.11.16" serde = { version = "1.0.160", features = ["derive"] } -shuttle-axum = "0.49.0" -shuttle-runtime = "0.49.0" -shuttle-shared-db = { version = "0.49.0", features = ["postgres", "sqlx"] } +shuttle-axum = "0.50.0" +shuttle-runtime = "0.50.0" +shuttle-shared-db = { version = "0.50.0", features = ["postgres", "sqlx"] } sqlx = { version = "0.8.2", features = ["time"] } time = { version = "0.3.20", features = ["serde"] } tokio = "1.27.0" diff --git a/loco/hello-world/Cargo.toml b/loco/hello-world/Cargo.toml index 5e904458..da874ce8 100644 --- a/loco/hello-world/Cargo.toml +++ b/loco/hello-world/Cargo.toml @@ -12,8 +12,8 @@ edition = "2021" async-trait = "0.1.74" axum = "0.7.1" loco-rs = { version = "0.9.0", default-features = false, features = ["cli"] } -shuttle-axum = "0.49.0" -shuttle-runtime = { version = "0.49.0", default-features = false } +shuttle-axum = "0.50.0" +shuttle-runtime = { version = "0.50.0", default-features = false } serde = "*" serde_json = "*" tokio = "1.33.0" diff --git a/other/feature-flags/Cargo.toml b/other/feature-flags/Cargo.toml index 48e87df8..c3aa9964 100644 --- a/other/feature-flags/Cargo.toml +++ b/other/feature-flags/Cargo.toml @@ -6,8 +6,8 @@ publish = false [dependencies] axum = "0.7.3" -shuttle-axum = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-axum = "0.50.0" +shuttle-runtime = "0.50.0" [features] # Shuttle will disable default features and enable the feature "shuttle" if it exists. diff --git a/other/standalone-binary/Cargo.toml b/other/standalone-binary/Cargo.toml index 5ce98024..bcf16e16 100644 --- a/other/standalone-binary/Cargo.toml +++ b/other/standalone-binary/Cargo.toml @@ -15,6 +15,6 @@ path = "src/bin/standalone.rs" [dependencies] axum = "0.7.3" dotenvy = "0.15.7" -shuttle-axum = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-axum = "0.50.0" +shuttle-runtime = "0.50.0" tokio = "1.28.2" diff --git a/poem/hello-world/Cargo.toml b/poem/hello-world/Cargo.toml index 50491120..ce90682c 100644 --- a/poem/hello-world/Cargo.toml +++ b/poem/hello-world/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" [dependencies] poem = "3.0.0" -shuttle-poem = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-poem = "0.50.0" +shuttle-runtime = "0.50.0" tokio = "1.26.0" diff --git a/poise/hello-world/Cargo.toml b/poise/hello-world/Cargo.toml index a93fdae6..127326d7 100644 --- a/poise/hello-world/Cargo.toml +++ b/poise/hello-world/Cargo.toml @@ -7,8 +7,8 @@ publish = false [dependencies] anyhow = "1.0.68" poise = "0.6.1" -shuttle-runtime = "0.49.0" +shuttle-runtime = "0.50.0" # Since poise is a serenity command framework, it can run on Shuttle with shuttle-serenity -shuttle-serenity = "0.49.0" +shuttle-serenity = "0.50.0" tracing = "0.1.37" tokio = "1.26.0" diff --git a/rocket/dyn-templates/Cargo.toml b/rocket/dyn-templates/Cargo.toml index 2ff700ea..21e6706f 100644 --- a/rocket/dyn-templates/Cargo.toml +++ b/rocket/dyn-templates/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" [dependencies] rocket = "0.5.0" rocket_dyn_templates = { version = "0.1.0", features = ["handlebars"] } -shuttle-rocket = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-rocket = "0.50.0" +shuttle-runtime = "0.50.0" tokio = "1.26.0" diff --git a/rocket/hello-world/Cargo.toml b/rocket/hello-world/Cargo.toml index 3b063abe..7a158916 100644 --- a/rocket/hello-world/Cargo.toml +++ b/rocket/hello-world/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" [dependencies] rocket = "0.5.0" -shuttle-rocket = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-rocket = "0.50.0" +shuttle-runtime = "0.50.0" tokio = "1.26.0" diff --git a/rocket/jwt-authentication/Cargo.toml b/rocket/jwt-authentication/Cargo.toml index b10bc8f1..348ed46b 100644 --- a/rocket/jwt-authentication/Cargo.toml +++ b/rocket/jwt-authentication/Cargo.toml @@ -9,6 +9,6 @@ jsonwebtoken = { version = "8.1.1", default-features = false } lazy_static = "1.4.0" rocket = { version = "0.5.0", features = ["json"] } serde = { version = "1.0.148", features = ["derive"] } -shuttle-rocket = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-rocket = "0.50.0" +shuttle-runtime = "0.50.0" tokio = "1.26.0" diff --git a/rocket/opendal-memory/Cargo.toml b/rocket/opendal-memory/Cargo.toml index 200832d9..56726837 100644 --- a/rocket/opendal-memory/Cargo.toml +++ b/rocket/opendal-memory/Cargo.toml @@ -4,10 +4,10 @@ version = "0.1.0" edition = "2021" [dependencies] -shuttle-runtime = "0.49.0" -shuttle-opendal = "0.49.0" +shuttle-runtime = "0.50.0" +shuttle-opendal = "0.50.0" tokio = "1.26.0" -shuttle-rocket = "0.49.0" +shuttle-rocket = "0.50.0" opendal = "0.45" rocket = { version = "0.5.0", features = ["json"] } serde = { version = "1.0.148", features = ["derive"] } diff --git a/rocket/postgres/Cargo.toml b/rocket/postgres/Cargo.toml index 9c06843f..7a9698aa 100644 --- a/rocket/postgres/Cargo.toml +++ b/rocket/postgres/Cargo.toml @@ -6,8 +6,8 @@ edition = "2021" [dependencies] rocket = { version = "0.5.0", features = ["json"] } serde = "1.0.148" -shuttle-rocket = "0.49.0" -shuttle-runtime = "0.49.0" -shuttle-shared-db = { version = "0.49.0", features = ["postgres", "sqlx"] } +shuttle-rocket = "0.50.0" +shuttle-runtime = "0.50.0" +shuttle-shared-db = { version = "0.50.0", features = ["postgres", "sqlx"] } sqlx = "0.8.2" tokio = "1.26.0" diff --git a/rocket/secrets/Cargo.toml b/rocket/secrets/Cargo.toml index 875d04b2..5768b350 100644 --- a/rocket/secrets/Cargo.toml +++ b/rocket/secrets/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" [dependencies] anyhow = "1.0.66" rocket = "0.5.0" -shuttle-rocket = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-rocket = "0.50.0" +shuttle-runtime = "0.50.0" tokio = "1.26.0" diff --git a/rocket/static-files/Cargo.toml b/rocket/static-files/Cargo.toml index 9555bf25..0a913f5e 100644 --- a/rocket/static-files/Cargo.toml +++ b/rocket/static-files/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" [dependencies] rocket = "0.5.0" -shuttle-rocket = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-rocket = "0.50.0" +shuttle-runtime = "0.50.0" tokio = "1.26.0" diff --git a/rocket/url-shortener/Cargo.toml b/rocket/url-shortener/Cargo.toml index 8e5c49e2..cd78c12f 100644 --- a/rocket/url-shortener/Cargo.toml +++ b/rocket/url-shortener/Cargo.toml @@ -7,9 +7,9 @@ edition = "2021" nanoid = "0.4.0" rocket = { version = "0.5.0", features = ["json"] } serde = "1.0.148" -shuttle-rocket = "0.49.0" -shuttle-runtime = "0.49.0" -shuttle-shared-db = { version = "0.49.0", features = ["postgres", "sqlx"] } +shuttle-rocket = "0.50.0" +shuttle-runtime = "0.50.0" +shuttle-shared-db = { version = "0.50.0", features = ["postgres", "sqlx"] } sqlx = "0.8.2" tokio = "1.26.0" url = "2.3.1" diff --git a/rocket/workspace/hello-world/Cargo.toml b/rocket/workspace/hello-world/Cargo.toml index b32ab17c..835511b3 100644 --- a/rocket/workspace/hello-world/Cargo.toml +++ b/rocket/workspace/hello-world/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" [dependencies] rocket = "0.5.0" shared = { path = "../shared", version = "0.1.0" } -shuttle-rocket = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-rocket = "0.50.0" +shuttle-runtime = "0.50.0" tokio = "1.26.0" diff --git a/salvo/hello-world/Cargo.toml b/salvo/hello-world/Cargo.toml index b988a186..5642f417 100644 --- a/salvo/hello-world/Cargo.toml +++ b/salvo/hello-world/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" [dependencies] salvo = "0.63.0" -shuttle-salvo = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-salvo = "0.50.0" +shuttle-runtime = "0.50.0" tokio = "1.26.0" diff --git a/salvo/image-rescaler/Cargo.toml b/salvo/image-rescaler/Cargo.toml index d51a68e7..8dfd3ee4 100644 --- a/salvo/image-rescaler/Cargo.toml +++ b/salvo/image-rescaler/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" [dependencies] image = "0.24.8" salvo = "0.63.0" -shuttle-salvo = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-salvo = "0.50.0" +shuttle-runtime = "0.50.0" tokio = "1.26.0" diff --git a/serenity/hello-world/Cargo.toml b/serenity/hello-world/Cargo.toml index 9030b9c2..59c7ea3f 100644 --- a/serenity/hello-world/Cargo.toml +++ b/serenity/hello-world/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] anyhow = "1.0.66" serenity = { version = "0.12.0", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] } -shuttle-runtime = "0.49.0" -shuttle-serenity = "0.49.0" +shuttle-runtime = "0.50.0" +shuttle-serenity = "0.50.0" tokio = "1.26.0" tracing = "0.1.37" diff --git a/serenity/postgres/Cargo.toml b/serenity/postgres/Cargo.toml index 9c3826e4..d4e99ac4 100644 --- a/serenity/postgres/Cargo.toml +++ b/serenity/postgres/Cargo.toml @@ -7,9 +7,9 @@ edition = "2021" anyhow = "1.0.66" serde = "1.0.148" serenity = { version = "0.12.0", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] } -shuttle-runtime = "0.49.0" -shuttle-serenity = "0.49.0" -shuttle-shared-db = { version = "0.49.0", features = ["postgres", "sqlx"] } +shuttle-runtime = "0.50.0" +shuttle-serenity = "0.50.0" +shuttle-shared-db = { version = "0.50.0", features = ["postgres", "sqlx"] } sqlx = "0.8.2" tokio = "1.26.0" tracing = "0.1.37" diff --git a/serenity/weather-forecast/Cargo.toml b/serenity/weather-forecast/Cargo.toml index fa656821..266c1837 100644 --- a/serenity/weather-forecast/Cargo.toml +++ b/serenity/weather-forecast/Cargo.toml @@ -8,7 +8,7 @@ anyhow = "1.0.66" reqwest = { version = "0.11.24", features = ["json"] } serde = "1.0.197" serenity = { version = "0.12.0", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] } -shuttle-runtime = "0.49.0" -shuttle-serenity = "0.49.0" +shuttle-runtime = "0.50.0" +shuttle-serenity = "0.50.0" tokio = "1.26.0" tracing = "0.1.37" diff --git a/shuttle-cron/Cargo.toml b/shuttle-cron/Cargo.toml index 15dad064..8dffe532 100644 --- a/shuttle-cron/Cargo.toml +++ b/shuttle-cron/Cargo.toml @@ -10,7 +10,7 @@ apalis-sql = { version = "0.6", features = ["postgres"] } apalis-cron = { version = "0.6" } chrono = { version = "0.4.32", features = ["clock", "serde"] } serde = { version = "1.0.195", features = ["derive"] } -shuttle-runtime = "0.49.0" -shuttle-shared-db = { version = "0.49.0", features = ["postgres"] } +shuttle-runtime = "0.50.0" +shuttle-shared-db = { version = "0.50.0", features = ["postgres"] } sqlx = { version = "0.8", features = ["runtime-tokio-native-tls", "postgres"] } tokio = "1" diff --git a/thruster/hello-world/Cargo.toml b/thruster/hello-world/Cargo.toml index 0d3de3e7..9779c562 100644 --- a/thruster/hello-world/Cargo.toml +++ b/thruster/hello-world/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -shuttle-thruster = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-thruster = "0.50.0" +shuttle-runtime = "0.50.0" thruster = { version = "1.3.0", features = ["hyper_server"] } tokio = "1.26.0" diff --git a/tide/hello-world/Cargo.toml b/tide/hello-world/Cargo.toml index ad7e9d00..df764f12 100644 --- a/tide/hello-world/Cargo.toml +++ b/tide/hello-world/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -shuttle-tide = "0.49.0" -shuttle-runtime = "0.49.0" +shuttle-tide = "0.50.0" +shuttle-runtime = "0.50.0" tokio = "1.26.0" tide = "0.16.0" diff --git a/tower/hello-world/Cargo.toml b/tower/hello-world/Cargo.toml index feb280c4..4ae51a6e 100644 --- a/tower/hello-world/Cargo.toml +++ b/tower/hello-world/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] hyper = { version = "0.14.23", features = ["full"] } -shuttle-runtime = "0.49.0" -shuttle-tower = "0.49.0" +shuttle-runtime = "0.50.0" +shuttle-tower = "0.50.0" tower = { version = "0.4.13", features = ["full"] } tokio = "1.26.0" diff --git a/tracing/custom-tracing-subscriber/Cargo.toml b/tracing/custom-tracing-subscriber/Cargo.toml index c6577f97..dfe20e00 100644 --- a/tracing/custom-tracing-subscriber/Cargo.toml +++ b/tracing/custom-tracing-subscriber/Cargo.toml @@ -5,9 +5,9 @@ edition = "2021" [dependencies] actix-web = "4.3.1" -shuttle-actix-web = "0.49.0" +shuttle-actix-web = "0.50.0" # disable default features to disable the Shuttle default tracing subscriber -shuttle-runtime = { version = "0.49.0", default-features = false } +shuttle-runtime = { version = "0.50.0", default-features = false } tokio = "1.26.0" tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } diff --git a/warp/hello-world/Cargo.toml b/warp/hello-world/Cargo.toml index 4ccebf21..6ae1c191 100644 --- a/warp/hello-world/Cargo.toml +++ b/warp/hello-world/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -shuttle-runtime = "0.49.0" -shuttle-warp = "0.49.0" +shuttle-runtime = "0.50.0" +shuttle-warp = "0.50.0" tokio = "1.26.0" warp = "0.3.3"