From 6fece5f70c88565cf31082493d1a42f617f43fc0 Mon Sep 17 00:00:00 2001 From: jonaro00 <54029719+jonaro00@users.noreply.github.com> Date: Fri, 10 Jan 2025 10:50:09 +0100 Subject: [PATCH] chore: v0.51.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 bbea1c5a..f7db8494 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.50.0" -shuttle-runtime = "0.50.0" +shuttle-actix-web = "0.51.0" +shuttle-runtime = "0.51.0" diff --git a/actix-web/cookie-authentication/Cargo.toml b/actix-web/cookie-authentication/Cargo.toml index 4c0334d0..4d65d016 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.50.0" -shuttle-runtime = "0.50.0" +shuttle-actix-web = "0.51.0" +shuttle-runtime = "0.51.0" tokio = "1.26.0" diff --git a/actix-web/hello-world/Cargo.toml b/actix-web/hello-world/Cargo.toml index 3a34717f..f0465515 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.50.0" -shuttle-runtime = "0.50.0" +shuttle-actix-web = "0.51.0" +shuttle-runtime = "0.51.0" tokio = "1.26.0" diff --git a/actix-web/postgres/Cargo.toml b/actix-web/postgres/Cargo.toml index 8c5bc3c8..e95ba01c 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.50.0" -shuttle-runtime = "0.50.0" +shuttle-actix-web = "0.51.0" +shuttle-runtime = "0.51.0" serde = "1.0.148" -shuttle-shared-db = { version = "0.50.0", features = ["postgres", "sqlx"] } +shuttle-shared-db = { version = "0.51.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 3c4d0a9d..6e597139 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.50.0" -shuttle-runtime = "0.50.0" +shuttle-actix-web = "0.51.0" +shuttle-runtime = "0.51.0" tokio = "1.26.0" diff --git a/actix-web/websocket-actorless/Cargo.toml b/actix-web/websocket-actorless/Cargo.toml index 7326a905..27352350 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.50.0" -shuttle-runtime = "0.50.0" +shuttle-actix-web = "0.51.0" +shuttle-runtime = "0.51.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 314af37d..d8720e8f 100644 --- a/axum/hello-world/Cargo.toml +++ b/axum/hello-world/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" [dependencies] axum = "0.8.1" -shuttle-axum = "0.50.0" -shuttle-runtime = "0.50.0" +shuttle-axum = "0.51.0" +shuttle-runtime = "0.51.0" tokio = "1.28.2" diff --git a/axum/htmx-crud/Cargo.toml b/axum/htmx-crud/Cargo.toml index 309dd069..ca14d53f 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 = { version = "0.50.0", default-features = false, features = ["axum-0-7"] } -shuttle-runtime = "0.50.0" -shuttle-shared-db = { version = "0.50.0", features = ["postgres", "sqlx"] } +shuttle-axum = { version = "0.51.0", default-features = false, features = ["axum-0-7"] } +shuttle-runtime = "0.51.0" +shuttle-shared-db = { version = "0.51.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 b0afb955..89a1b97c 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 = { version = "0.50.0", default-features = false, features = ["axum-0-7"] } -shuttle-runtime = "0.50.0" +shuttle-axum = { version = "0.51.0", default-features = false, features = ["axum-0-7"] } +shuttle-runtime = "0.51.0" tokio = "1.28.2" tracing-subscriber = "0.3.17" diff --git a/axum/metadata/Cargo.toml b/axum/metadata/Cargo.toml index 2746fcea..1651b0ef 100644 --- a/axum/metadata/Cargo.toml +++ b/axum/metadata/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" [dependencies] axum = "0.7.3" -shuttle-axum = { version = "0.50.0", default-features = false, features = ["axum-0-7"] } -shuttle-runtime = "0.50.0" +shuttle-axum = { version = "0.51.0", default-features = false, features = ["axum-0-7"] } +shuttle-runtime = "0.51.0" tokio = "1.28.2" diff --git a/axum/oauth2/Cargo.toml b/axum/oauth2/Cargo.toml index 3366858c..21aa6409 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 = { version = "0.50.0", default-features = false, features = ["axum-0-7"] } -shuttle-runtime = "0.50.0" -shuttle-shared-db = { version = "0.50.0", features = ["postgres", "sqlx"] } +shuttle-axum = { version = "0.51.0", default-features = false, features = ["axum-0-7"] } +shuttle-runtime = "0.51.0" +shuttle-shared-db = { version = "0.51.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 6c9d0bf8..b59db67d 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.50.0" -shuttle-axum = { version = "0.50.0", default-features = false, features = ["axum-0-7"] } -shuttle-shared-db = { version = "0.50.0", features = ["postgres"] } -shuttle-openai = "0.50.0" +shuttle-runtime = "0.51.0" +shuttle-axum = { version = "0.51.0", default-features = false, features = ["axum-0-7"] } +shuttle-shared-db = { version = "0.51.0", features = ["postgres"] } +shuttle-openai = "0.51.0" diff --git a/axum/postgres/Cargo.toml b/axum/postgres/Cargo.toml index ce5fe512..469fe8c3 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 = { version = "0.50.0", default-features = false, features = ["axum-0-7"] } -shuttle-runtime = "0.50.0" -shuttle-shared-db = { version = "0.50.0", features = ["postgres", "sqlx"] } +shuttle-axum = { version = "0.51.0", default-features = false, features = ["axum-0-7"] } +shuttle-runtime = "0.51.0" +shuttle-shared-db = { version = "0.51.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 71af347b..e7eceaaf 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 = { version = "0.50.0", default-features = false, features = ["axum-0-7"] } -shuttle-qdrant = "0.50.0" -shuttle-runtime = "0.50.0" +shuttle-axum = { version = "0.51.0", default-features = false, features = ["axum-0-7"] } +shuttle-qdrant = "0.51.0" +shuttle-runtime = "0.51.0" tokio = "1.26.0" diff --git a/axum/static-files/Cargo.toml b/axum/static-files/Cargo.toml index 94e867c5..b2527065 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 = { version = "0.50.0", default-features = false, features = ["axum-0-7"] } -shuttle-runtime = "0.50.0" +shuttle-axum = { version = "0.51.0", default-features = false, features = ["axum-0-7"] } +shuttle-runtime = "0.51.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 6be76322..4b7e06ea 100644 --- a/axum/turso/Cargo.toml +++ b/axum/turso/Cargo.toml @@ -5,9 +5,9 @@ edition = "2021" [dependencies] axum = "0.7.3" -shuttle-axum = { version = "0.50.0", default-features = false, features = ["axum-0-7"] } -shuttle-runtime = "0.50.0" -shuttle-turso = "0.50.0" +shuttle-axum = { version = "0.51.0", default-features = false, features = ["axum-0-7"] } +shuttle-runtime = "0.51.0" +shuttle-turso = "0.51.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 54f8319e..bfd83f55 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 = { version = "0.50.0", default-features = false, features = ["axum-0-7"] } -shuttle-runtime = "0.50.0" +shuttle-axum = { version = "0.51.0", default-features = false, features = ["axum-0-7"] } +shuttle-runtime = "0.51.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 36d7c5f9..24b48e1c 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 = { version = "0.50.0", default-features = false, features = ["axum-0-7"] } -shuttle-runtime = "0.50.0" +shuttle-axum = { version = "0.51.0", default-features = false, features = ["axum-0-7"] } +shuttle-runtime = "0.51.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 69a82ef3..a39d12d0 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.50.0" -shuttle-axum = { version = "0.50.0", default-features = false, features = ["axum-0-7"] } -shuttle-runtime = "0.50.0" +shuttle-service = "0.51.0" +shuttle-axum = { version = "0.51.0", default-features = false, features = ["axum-0-7"] } +shuttle-runtime = "0.51.0" tokio = "1.28.2" diff --git a/custom-service/none/Cargo.toml b/custom-service/none/Cargo.toml index f1d1aca2..707a53e9 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.50.0" +shuttle-runtime = "0.51.0" tokio = "1" diff --git a/custom-service/request-scheduler/Cargo.toml b/custom-service/request-scheduler/Cargo.toml index c639c01c..1a56bebe 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.50.0" -shuttle-runtime = "0.50.0" +shuttle-persist = "0.51.0" +shuttle-runtime = "0.51.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 03e2e0d8..90e3aa36 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 = { version = "0.50.0", default-features = false, features = ["axum-0-7"] } -shuttle-runtime = "0.50.0" -shuttle-shared-db = { version = "0.50.0", features = ["postgres", "sqlx"] } +shuttle-axum = { version = "0.51.0", default-features = false, features = ["axum-0-7"] } +shuttle-runtime = "0.51.0" +shuttle-shared-db = { version = "0.51.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 55a340a9..938594dc 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 = { version = "0.50.0", default-features = false, features = ["axum-0-7"] } -shuttle-runtime = { version = "0.50.0", default-features = false } +shuttle-axum = { version = "0.51.0", default-features = false, features = ["axum-0-7"] } +shuttle-runtime = { version = "0.51.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 de89805a..22d37b3b 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 = { version = "0.50.0", default-features = false, features = ["axum-0-7"] } -shuttle-runtime = "0.50.0" +shuttle-axum = { version = "0.51.0", default-features = false, features = ["axum-0-7"] } +shuttle-runtime = "0.51.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 3e4aa9c1..42c9f7b7 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 = { version = "0.50.0", default-features = false, features = ["axum-0-7"] } -shuttle-runtime = "0.50.0" +shuttle-axum = { version = "0.51.0", default-features = false, features = ["axum-0-7"] } +shuttle-runtime = "0.51.0" tokio = "1.28.2" diff --git a/poem/hello-world/Cargo.toml b/poem/hello-world/Cargo.toml index ce90682c..3e7dc6cf 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.50.0" -shuttle-runtime = "0.50.0" +shuttle-poem = "0.51.0" +shuttle-runtime = "0.51.0" tokio = "1.26.0" diff --git a/poise/hello-world/Cargo.toml b/poise/hello-world/Cargo.toml index 127326d7..0c49c726 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.50.0" +shuttle-runtime = "0.51.0" # Since poise is a serenity command framework, it can run on Shuttle with shuttle-serenity -shuttle-serenity = "0.50.0" +shuttle-serenity = "0.51.0" tracing = "0.1.37" tokio = "1.26.0" diff --git a/rocket/dyn-templates/Cargo.toml b/rocket/dyn-templates/Cargo.toml index 21e6706f..481e7b17 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.50.0" -shuttle-runtime = "0.50.0" +shuttle-rocket = "0.51.0" +shuttle-runtime = "0.51.0" tokio = "1.26.0" diff --git a/rocket/hello-world/Cargo.toml b/rocket/hello-world/Cargo.toml index 7a158916..9fb826e1 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.50.0" -shuttle-runtime = "0.50.0" +shuttle-rocket = "0.51.0" +shuttle-runtime = "0.51.0" tokio = "1.26.0" diff --git a/rocket/jwt-authentication/Cargo.toml b/rocket/jwt-authentication/Cargo.toml index 348ed46b..8aef4cfb 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.50.0" -shuttle-runtime = "0.50.0" +shuttle-rocket = "0.51.0" +shuttle-runtime = "0.51.0" tokio = "1.26.0" diff --git a/rocket/opendal-memory/Cargo.toml b/rocket/opendal-memory/Cargo.toml index 68c63e27..c077515b 100644 --- a/rocket/opendal-memory/Cargo.toml +++ b/rocket/opendal-memory/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" opendal = "0.51" rocket = { version = "0.5.0", features = ["json"] } serde = { version = "1.0.148", features = ["derive"] } -shuttle-opendal = "0.50.0" -shuttle-rocket = "0.50.0" -shuttle-runtime = "0.50.0" +shuttle-opendal = "0.51.0" +shuttle-rocket = "0.51.0" +shuttle-runtime = "0.51.0" tokio = "1.26.0" diff --git a/rocket/postgres/Cargo.toml b/rocket/postgres/Cargo.toml index 7a9698aa..b7161d88 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.50.0" -shuttle-runtime = "0.50.0" -shuttle-shared-db = { version = "0.50.0", features = ["postgres", "sqlx"] } +shuttle-rocket = "0.51.0" +shuttle-runtime = "0.51.0" +shuttle-shared-db = { version = "0.51.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 5768b350..2420f550 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.50.0" -shuttle-runtime = "0.50.0" +shuttle-rocket = "0.51.0" +shuttle-runtime = "0.51.0" tokio = "1.26.0" diff --git a/rocket/static-files/Cargo.toml b/rocket/static-files/Cargo.toml index 0a913f5e..e54778ad 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.50.0" -shuttle-runtime = "0.50.0" +shuttle-rocket = "0.51.0" +shuttle-runtime = "0.51.0" tokio = "1.26.0" diff --git a/rocket/url-shortener/Cargo.toml b/rocket/url-shortener/Cargo.toml index b2d3639a..b84ad615 100644 --- a/rocket/url-shortener/Cargo.toml +++ b/rocket/url-shortener/Cargo.toml @@ -8,8 +8,8 @@ nanoid = "0.4.0" opendal = "0.51" rocket = { version = "0.5.0", features = ["json"] } serde = "1.0.148" -shuttle-rocket = "0.50.0" -shuttle-runtime = "0.50.0" -shuttle-shared-db = { version = "0.50.0", features = ["opendal-postgres"] } +shuttle-rocket = "0.51.0" +shuttle-runtime = "0.51.0" +shuttle-shared-db = { version = "0.51.0", features = ["opendal-postgres"] } tokio = "1.26.0" url = "2.5.4" diff --git a/rocket/workspace/hello-world/Cargo.toml b/rocket/workspace/hello-world/Cargo.toml index 835511b3..b2ebabeb 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.50.0" -shuttle-runtime = "0.50.0" +shuttle-rocket = "0.51.0" +shuttle-runtime = "0.51.0" tokio = "1.26.0" diff --git a/salvo/hello-world/Cargo.toml b/salvo/hello-world/Cargo.toml index bd25fcbd..8d9587cd 100644 --- a/salvo/hello-world/Cargo.toml +++ b/salvo/hello-world/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" [dependencies] salvo = "0.75.0" -shuttle-salvo = "0.50.0" -shuttle-runtime = "0.50.0" +shuttle-salvo = "0.51.0" +shuttle-runtime = "0.51.0" tokio = "1.26.0" diff --git a/salvo/image-rescaler/Cargo.toml b/salvo/image-rescaler/Cargo.toml index de7f4377..12854142 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.75.0" -shuttle-salvo = "0.50.0" -shuttle-runtime = "0.50.0" +shuttle-salvo = "0.51.0" +shuttle-runtime = "0.51.0" tokio = "1.26.0" diff --git a/serenity/hello-world/Cargo.toml b/serenity/hello-world/Cargo.toml index 59c7ea3f..2e31ad6f 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.50.0" -shuttle-serenity = "0.50.0" +shuttle-runtime = "0.51.0" +shuttle-serenity = "0.51.0" tokio = "1.26.0" tracing = "0.1.37" diff --git a/serenity/postgres/Cargo.toml b/serenity/postgres/Cargo.toml index d4e99ac4..3f9ae083 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.50.0" -shuttle-serenity = "0.50.0" -shuttle-shared-db = { version = "0.50.0", features = ["postgres", "sqlx"] } +shuttle-runtime = "0.51.0" +shuttle-serenity = "0.51.0" +shuttle-shared-db = { version = "0.51.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 266c1837..4ec466d3 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.50.0" -shuttle-serenity = "0.50.0" +shuttle-runtime = "0.51.0" +shuttle-serenity = "0.51.0" tokio = "1.26.0" tracing = "0.1.37" diff --git a/shuttle-cron/Cargo.toml b/shuttle-cron/Cargo.toml index 8dffe532..e04caa75 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.50.0" -shuttle-shared-db = { version = "0.50.0", features = ["postgres"] } +shuttle-runtime = "0.51.0" +shuttle-shared-db = { version = "0.51.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 9779c562..61660527 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.50.0" -shuttle-runtime = "0.50.0" +shuttle-thruster = "0.51.0" +shuttle-runtime = "0.51.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 df764f12..7745b2b8 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.50.0" -shuttle-runtime = "0.50.0" +shuttle-tide = "0.51.0" +shuttle-runtime = "0.51.0" tokio = "1.26.0" tide = "0.16.0" diff --git a/tower/hello-world/Cargo.toml b/tower/hello-world/Cargo.toml index 4ae51a6e..807382fc 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.50.0" -shuttle-tower = "0.50.0" +shuttle-runtime = "0.51.0" +shuttle-tower = "0.51.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 dfe20e00..da0e9335 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.50.0" +shuttle-actix-web = "0.51.0" # disable default features to disable the Shuttle default tracing subscriber -shuttle-runtime = { version = "0.50.0", default-features = false } +shuttle-runtime = { version = "0.51.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 6ae1c191..f144c746 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.50.0" -shuttle-warp = "0.50.0" +shuttle-runtime = "0.51.0" +shuttle-warp = "0.51.0" tokio = "1.26.0" warp = "0.3.3"