diff --git a/actix-web/hello-world/Cargo.toml b/actix-web/hello-world/Cargo.toml index fc94d578..947ace2c 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 = { version = "0.17.0" } -shuttle-runtime = { version = "0.17.0" } +shuttle-actix-web = { version = "0.18.0" } +shuttle-runtime = { version = "0.18.0" } tokio = { version = "1.26.0" } diff --git a/actix-web/postgres/Cargo.toml b/actix-web/postgres/Cargo.toml index 285962b0..7c378f9e 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 = { version = "0.17.0" } -shuttle-runtime = { version = "0.17.0" } +shuttle-actix-web = { version = "0.18.0" } +shuttle-runtime = { version = "0.18.0" } serde = "1.0.148" -shuttle-shared-db = { version = "0.17.0", features = ["postgres"] } +shuttle-shared-db = { version = "0.18.0", features = ["postgres"] } sqlx = { version = "0.6.2", features = ["runtime-tokio-native-tls", "postgres"] } tokio = { version = "1.26.0" } diff --git a/actix-web/websocket-actorless/Cargo.toml b/actix-web/websocket-actorless/Cargo.toml index a1a488dd..b07f660b 100644 --- a/actix-web/websocket-actorless/Cargo.toml +++ b/actix-web/websocket-actorless/Cargo.toml @@ -13,8 +13,8 @@ futures = "0.3" reqwest = "0.11" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -shuttle-actix-web = { version = "0.17.0" } -shuttle-runtime = { version = "0.17.0" } -shuttle-static-folder = "0.17.0" +shuttle-actix-web = { version = "0.18.0" } +shuttle-runtime = { version = "0.18.0" } +shuttle-static-folder = "0.18.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 3aecfae8..46226119 100644 --- a/axum/hello-world/Cargo.toml +++ b/axum/hello-world/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" [dependencies] axum = "0.6.10" -shuttle-axum = { version = "0.17.0" } -shuttle-runtime = { version = "0.17.0" } +shuttle-axum = { version = "0.18.0" } +shuttle-runtime = { version = "0.18.0" } tokio = { version = "1.26.0" } diff --git a/axum/static-files/Cargo.toml b/axum/static-files/Cargo.toml index 57921561..ef80e5d1 100644 --- a/axum/static-files/Cargo.toml +++ b/axum/static-files/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] axum = "0.6.10" axum-extra = { version = "0.4.2", features = ["spa"] } -shuttle-axum = { version = "0.17.0" } -shuttle-runtime = { version = "0.17.0" } -shuttle-static-folder = "0.17.0" +shuttle-axum = { version = "0.18.0" } +shuttle-runtime = { version = "0.18.0" } +shuttle-static-folder = "0.18.0" tokio = { version = "1.26.0" } diff --git a/axum/static-next-server/Cargo.toml b/axum/static-next-server/Cargo.toml index 88c9c010..d5c08326 100644 --- a/axum/static-next-server/Cargo.toml +++ b/axum/static-next-server/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] axum = "0.6.10" axum-extra = { version = "0.4.2", features = ["spa"] } -shuttle-axum = { version = "0.17.0" } -shuttle-runtime = { version = "0.17.0" } -shuttle-static-folder = "0.17.0" +shuttle-axum = { version = "0.18.0" } +shuttle-runtime = { version = "0.18.0" } +shuttle-static-folder = "0.18.0" tokio = { version = "1.26.0" } diff --git a/axum/websocket/Cargo.toml b/axum/websocket/Cargo.toml index ff7ba15a..194508b3 100644 --- a/axum/websocket/Cargo.toml +++ b/axum/websocket/Cargo.toml @@ -11,8 +11,8 @@ hyper = { version = "0.14.23", features = ["client", "http2"] } hyper-tls = "0.5.0" serde = { version = "1.0.148", features = ["derive"] } serde_json = "1.0.89" -shuttle-axum = { version = "0.17.0" } -shuttle-runtime = { version = "0.17.0" } -shuttle-static-folder = "0.17.0" +shuttle-axum = { version = "0.18.0" } +shuttle-runtime = { version = "0.18.0" } +shuttle-static-folder = "0.18.0" tokio = { version = "1.26.0" } tower-http = { version = "0.3.0", features = ["fs"] } diff --git a/custom/request-scheduler/Cargo.toml b/custom/request-scheduler/Cargo.toml index 983ee4c0..b6f443e9 100644 --- a/custom/request-scheduler/Cargo.toml +++ b/custom/request-scheduler/Cargo.toml @@ -12,6 +12,6 @@ chrono = "0.4.24" cron = "0.12.0" reqwest = "0.11.17" serde = "1.0.163" -shuttle-persist = "0.17.0" -shuttle-runtime = "0.17.0" +shuttle-persist = "0.18.0" +shuttle-runtime = "0.18.0" tokio = "1.28.0" diff --git a/fullstack-templates/saas/backend/Cargo.toml b/fullstack-templates/saas/backend/Cargo.toml index 89c37c68..231d0b86 100644 --- a/fullstack-templates/saas/backend/Cargo.toml +++ b/fullstack-templates/saas/backend/Cargo.toml @@ -16,11 +16,11 @@ lettre = "0.10.4" rand = "0.8.5" reqwest = "0.11.16" serde = { version = "1.0.160", features = ["derive"] } -shuttle-axum = "0.17.0" -shuttle-runtime = "0.17.0" -shuttle-secrets = "0.17.0" -shuttle-shared-db = { version = "0.17.0", features = ["postgres"] } -shuttle-static-folder = "0.17.0" +shuttle-axum = "0.18.0" +shuttle-runtime = "0.18.0" +shuttle-secrets = "0.18.0" +shuttle-shared-db = { version = "0.18.0", features = ["postgres"] } +shuttle-static-folder = "0.18.0" sqlx = { version = "0.6.3", features = ["runtime-tokio-native-tls", "postgres", "time"] } time = { version = "0.3.20", features = ["serde"] } tokio = "1.27.0" diff --git a/next/hello-world/Cargo.toml b/next/hello-world/Cargo.toml index f4e3dba6..d137c3d9 100644 --- a/next/hello-world/Cargo.toml +++ b/next/hello-world/Cargo.toml @@ -8,6 +8,6 @@ crate-type = [ "cdylib" ] [dependencies] # TODO: bump to 0.9 before merge -shuttle-next = "0.17.0" +shuttle-next = "0.18.0" tracing = "0.1.37" futures = "0.3.25" diff --git a/poem/hello-world/Cargo.toml b/poem/hello-world/Cargo.toml index cc1565a0..d4cd124e 100644 --- a/poem/hello-world/Cargo.toml +++ b/poem/hello-world/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" [dependencies] poem = "1.3.55" -shuttle-poem = { version = "0.17.0" } -shuttle-runtime = { version = "0.17.0" } +shuttle-poem = { version = "0.18.0" } +shuttle-runtime = { version = "0.18.0" } tokio = { version = "1.26.0" } diff --git a/poem/mongodb/Cargo.toml b/poem/mongodb/Cargo.toml index c3f179ea..ac513869 100644 --- a/poem/mongodb/Cargo.toml +++ b/poem/mongodb/Cargo.toml @@ -6,9 +6,9 @@ edition = "2021" [dependencies] mongodb = "2.4.0" poem = "1.3.55" -shuttle-poem = { version = "0.17.0" } -shuttle-shared-db = { version = "0.17.0", features = ["mongodb"] } -shuttle-runtime = { version = "0.17.0" } +shuttle-poem = { version = "0.18.0" } +shuttle-shared-db = { version = "0.18.0", features = ["mongodb"] } +shuttle-runtime = { version = "0.18.0" } serde = { version = "1.0.148", features = ["derive"] } serde_json = "1.0.89" tokio = { version = "1.26.0" } diff --git a/poem/postgres/Cargo.toml b/poem/postgres/Cargo.toml index aa54a916..ca7929bb 100644 --- a/poem/postgres/Cargo.toml +++ b/poem/postgres/Cargo.toml @@ -6,8 +6,8 @@ edition = "2021" [dependencies] poem = "1.3.55" serde = "1.0.148" -shuttle-poem = { version = "0.17.0" } -shuttle-runtime = { version = "0.17.0" } -shuttle-shared-db = { version = "0.17.0", features = ["postgres"] } +shuttle-poem = { version = "0.18.0" } +shuttle-runtime = { version = "0.18.0" } +shuttle-shared-db = { version = "0.18.0", features = ["postgres"] } sqlx = { version = "0.6.2", features = ["runtime-tokio-native-tls", "postgres"] } tokio = { version = "1.26.0" } diff --git a/poise/hello-world/Cargo.toml b/poise/hello-world/Cargo.toml index 25bfb24b..a33ad600 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.5.2" -shuttle-poise = { version = "0.17.0" } -shuttle-runtime = { version = "0.17.0" } -shuttle-secrets = "0.17.0" +shuttle-poise = { version = "0.18.0" } +shuttle-runtime = { version = "0.18.0" } +shuttle-secrets = "0.18.0" tracing = "0.1.37" tokio = { version = "1.26.0" } diff --git a/rocket/authentication/Cargo.toml b/rocket/authentication/Cargo.toml index c302a3a6..d105a877 100644 --- a/rocket/authentication/Cargo.toml +++ b/rocket/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-rc.2", features = ["json"] } serde = { version = "1.0.148", features = ["derive"] } -shuttle-rocket = { version = "0.17.0" } -shuttle-runtime = { version = "0.17.0" } +shuttle-rocket = { version = "0.18.0" } +shuttle-runtime = { version = "0.18.0" } tokio = { version = "1.26.0" } diff --git a/rocket/dyn_template_hbs/Cargo.toml b/rocket/dyn_template_hbs/Cargo.toml index 1eb5dafd..0821ab48 100644 --- a/rocket/dyn_template_hbs/Cargo.toml +++ b/rocket/dyn_template_hbs/Cargo.toml @@ -5,8 +5,8 @@ edition = "2021" [dependencies] rocket = "0.5.0-rc.2" -shuttle-rocket = { version = "0.17.0" } -shuttle-runtime = { version = "0.17.0" } -shuttle-static-folder = "0.17.0" +shuttle-rocket = { version = "0.18.0" } +shuttle-runtime = { version = "0.18.0" } +shuttle-static-folder = "0.18.0" rocket_dyn_templates = { version = "0.1.0-rc.3", features = ["handlebars"] } tokio = { version = "1.26.0" } diff --git a/rocket/hello-world/Cargo.toml b/rocket/hello-world/Cargo.toml index 7e0ccee9..a5dbb540 100644 --- a/rocket/hello-world/Cargo.toml +++ b/rocket/hello-world/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" [dependencies] rocket = "0.5.0-rc.2" -shuttle-rocket = { version = "0.17.0" } -shuttle-runtime = { version = "0.17.0" } +shuttle-rocket = { version = "0.18.0" } +shuttle-runtime = { version = "0.18.0" } tokio = { version = "1.26.0" } diff --git a/rocket/persist/Cargo.toml b/rocket/persist/Cargo.toml index 8119573f..599955d0 100644 --- a/rocket/persist/Cargo.toml +++ b/rocket/persist/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] rocket = { version = "0.5.0-rc.2", features = ["json"] } serde = { version = "1.0.148", features = ["derive"] } -shuttle-persist = "0.17.0" -shuttle-rocket = { version = "0.17.0" } -shuttle-runtime = { version = "0.17.0" } +shuttle-persist = "0.18.0" +shuttle-rocket = { version = "0.18.0" } +shuttle-runtime = { version = "0.18.0" } tokio = { version = "1.26.0" } diff --git a/rocket/postgres/Cargo.toml b/rocket/postgres/Cargo.toml index 9e3fc648..964468e6 100644 --- a/rocket/postgres/Cargo.toml +++ b/rocket/postgres/Cargo.toml @@ -6,8 +6,8 @@ edition = "2021" [dependencies] rocket = { version = "0.5.0-rc.2", features = ["json"] } serde = "1.0.148" -shuttle-shared-db = { version = "0.17.0", features = ["postgres"] } -shuttle-rocket = { version = "0.17.0" } -shuttle-runtime = { version = "0.17.0" } +shuttle-shared-db = { version = "0.18.0", features = ["postgres"] } +shuttle-rocket = { version = "0.18.0" } +shuttle-runtime = { version = "0.18.0" } sqlx = { version = "0.6.2", features = ["runtime-tokio-native-tls", "postgres"] } tokio = { version = "1.26.0" } diff --git a/rocket/secrets/Cargo.toml b/rocket/secrets/Cargo.toml index e935960c..329d34a4 100644 --- a/rocket/secrets/Cargo.toml +++ b/rocket/secrets/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] anyhow = "1.0.66" rocket = "0.5.0-rc.2" -shuttle-rocket = { version = "0.17.0" } -shuttle-runtime = { version = "0.17.0" } -shuttle-secrets = "0.17.0" +shuttle-rocket = { version = "0.18.0" } +shuttle-runtime = { version = "0.18.0" } +shuttle-secrets = "0.18.0" tokio = { version = "1.26.0" } diff --git a/rocket/url-shortener/Cargo.toml b/rocket/url-shortener/Cargo.toml index 630f05f5..fa0ae662 100644 --- a/rocket/url-shortener/Cargo.toml +++ b/rocket/url-shortener/Cargo.toml @@ -6,10 +6,10 @@ edition = "2021" [dependencies] nanoid = "0.4.0" rocket = { version = "0.5.0-rc.2", features = ["json"] } -shuttle-rocket = { version = "0.17.0" } -shuttle-runtime = { version = "0.17.0" } +shuttle-rocket = { version = "0.18.0" } +shuttle-runtime = { version = "0.18.0" } serde = "1.0.148" -shuttle-shared-db = { version = "0.17.0", features = ["postgres"] } +shuttle-shared-db = { version = "0.18.0", features = ["postgres"] } sqlx = { version = "0.6.2", features = ["runtime-tokio-native-tls", "postgres"] } tokio = { version = "1.26.0" } url = "2.3.1" diff --git a/rocket/workspace/hello-world/Cargo.toml b/rocket/workspace/hello-world/Cargo.toml index 78cb83c2..a1ae9e29 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-rc.2" shared = { path = "../shared", version = "0.1.0" } -shuttle-rocket = { version = "0.17.0" } -shuttle-runtime = { version = "0.17.0" } +shuttle-rocket = { version = "0.18.0" } +shuttle-runtime = { version = "0.18.0" } tokio = { version = "1.26.0" } diff --git a/salvo/hello-world/Cargo.toml b/salvo/hello-world/Cargo.toml index 17a30f97..72cc80cf 100644 --- a/salvo/hello-world/Cargo.toml +++ b/salvo/hello-world/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] salvo = "0.41.0" -shuttle-salvo = { version = "0.17.0" } -shuttle-runtime = { version = "0.17.0" } +shuttle-salvo = { version = "0.18.0" } +shuttle-runtime = { version = "0.18.0" } tokio = { version = "1.26.0" } diff --git a/serenity/hello-world/Cargo.toml b/serenity/hello-world/Cargo.toml index 624fa917..35ccab0a 100644 --- a/serenity/hello-world/Cargo.toml +++ b/serenity/hello-world/Cargo.toml @@ -5,9 +5,9 @@ edition = "2021" [dependencies] anyhow = "1.0.66" -shuttle-serenity = { version = "0.17.0" } -shuttle-runtime = { version = "0.17.0" } +shuttle-serenity = { version = "0.18.0" } +shuttle-runtime = { version = "0.18.0" } serenity = { version = "0.11.5", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] } -shuttle-secrets = "0.17.0" +shuttle-secrets = "0.18.0" tokio = { version = "1.26.0" } tracing = "0.1.37" diff --git a/serenity/postgres/Cargo.toml b/serenity/postgres/Cargo.toml index e0cc8144..c3f47ab7 100644 --- a/serenity/postgres/Cargo.toml +++ b/serenity/postgres/Cargo.toml @@ -7,10 +7,10 @@ edition = "2021" anyhow = "1.0.66" serde = "1.0.148" serenity = { version = "0.11.5", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] } -shuttle-secrets = "0.17.0" -shuttle-serenity = { version = "0.17.0" } -shuttle-runtime = { version = "0.17.0" } -shuttle-shared-db = { version = "0.17.0", features = ["postgres"] } +shuttle-secrets = "0.18.0" +shuttle-serenity = { version = "0.18.0" } +shuttle-runtime = { version = "0.18.0" } +shuttle-shared-db = { version = "0.18.0", features = ["postgres"] } sqlx = { version = "0.6.2", features = ["runtime-tokio-native-tls", "postgres"] } tokio = { version = "1.26.0" } tracing = "0.1.37" diff --git a/thruster/hello-world/Cargo.toml b/thruster/hello-world/Cargo.toml index 2bbccf38..14dcba73 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 = { version = "0.17.0" } -shuttle-runtime = { version = "0.17.0" } +shuttle-thruster = { version = "0.18.0" } +shuttle-runtime = { version = "0.18.0" } thruster = { version = "1.3.0", features = ["hyper_server"] } tokio = { version = "1.26.0" } diff --git a/thruster/postgres/Cargo.toml b/thruster/postgres/Cargo.toml index 6dbe9779..d8d0bf50 100644 --- a/thruster/postgres/Cargo.toml +++ b/thruster/postgres/Cargo.toml @@ -7,9 +7,9 @@ edition = "2021" hyper = "0.14.23" serde = { version = "1.0.148", features = ["derive"] } serde_json = "1.0.89" -shuttle-aws-rds = { version = "0.17.0", features = ["postgres"] } -shuttle-thruster = { version = "0.17.0" } -shuttle-runtime = { version = "0.17.0" } +shuttle-aws-rds = { version = "0.18.0", features = ["postgres"] } +shuttle-thruster = { version = "0.18.0" } +shuttle-runtime = { version = "0.18.0" } sqlx = { version = "0.6.2", features = ["runtime-tokio-native-tls", "postgres"] } thruster = { version = "1.3.0", features = ["hyper_server"] } tokio = { version = "1.26.0" } diff --git a/tide/hello-world/Cargo.toml b/tide/hello-world/Cargo.toml index 395412ac..638b946e 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 = { version = "0.17.0" } -shuttle-runtime = { version = "0.17.0" } +shuttle-tide = { version = "0.18.0" } +shuttle-runtime = { version = "0.18.0" } tokio = { version = "1.26.0" } tide = "0.16.0" diff --git a/tide/postgres/Cargo.toml b/tide/postgres/Cargo.toml index 1990e3e0..7803fa84 100644 --- a/tide/postgres/Cargo.toml +++ b/tide/postgres/Cargo.toml @@ -5,9 +5,9 @@ edition = "2021" [dependencies] serde = { version = "1.0.148", features = ["derive"] } -shuttle-aws-rds = { version = "0.17.0", features = ["postgres"] } -shuttle-runtime = { version = "0.17.0" } -shuttle-tide = { version = "0.17.0" } +shuttle-aws-rds = { version = "0.18.0", features = ["postgres"] } +shuttle-runtime = { version = "0.18.0" } +shuttle-tide = { version = "0.18.0" } sqlx = { version = "0.6.2", features = ["runtime-tokio-native-tls", "postgres"] } tokio = { version = "1.26.0" } tide = "0.16.0" diff --git a/tower/hello-world/Cargo.toml b/tower/hello-world/Cargo.toml index 3289d4db..e7abccff 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 = { version = "0.17.0" } -shuttle-tower = { version = "0.17.0" } +shuttle-runtime = { version = "0.18.0" } +shuttle-tower = { version = "0.18.0" } tower = { version = "0.4.13", features = ["full"] } tokio = { version = "1.26.0" } diff --git a/warp/hello-world/Cargo.toml b/warp/hello-world/Cargo.toml index b79e19aa..7f03f937 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 = { version = "0.17.0" } -shuttle-warp = { version = "0.17.0" } +shuttle-runtime = { version = "0.18.0" } +shuttle-warp = { version = "0.18.0" } tokio = { version = "1.26.0" } warp = "0.3.3"