From 4707027d0fcda8d77635f97d606db346e0b6ae1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oddbj=C3=B8rn=20Gr=C3=B8dem?= <29732646+oddgrd@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:04:54 +0200 Subject: [PATCH] chore: v0.28.0 (#1293) --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 +- Cargo.lock | 32 +++++++++---------- Cargo.toml | 14 ++++---- admin/Cargo.toml | 2 +- cargo-shuttle/Cargo.toml | 2 +- cargo-shuttle/README.md | 4 +-- codegen/Cargo.toml | 2 +- common/Cargo.toml | 2 +- deployer/Cargo.toml | 2 +- .../tests/deploy_layer/bind-panic/Cargo.toml | 2 +- .../tests/deploy_layer/main-panic/Cargo.toml | 2 +- .../tests/deploy_layer/self-stop/Cargo.toml | 2 +- .../tests/deploy_layer/sleep-async/Cargo.toml | 2 +- examples | 2 +- gateway/Cargo.toml | 2 +- resources/aws-rds/Cargo.toml | 4 +-- resources/metadata/Cargo.toml | 4 +-- resources/persist/Cargo.toml | 4 +-- resources/secrets/Cargo.toml | 4 +-- resources/shared-db/Cargo.toml | 4 +-- resources/static-folder/Cargo.toml | 2 +- resources/turso/Cargo.toml | 4 +-- runtime/Cargo.toml | 2 +- runtime/src/lib.rs | 6 ++-- service/Cargo.toml | 2 +- services/shuttle-actix-web/Cargo.toml | 4 +-- services/shuttle-axum/Cargo.toml | 4 +-- services/shuttle-next/Cargo.toml | 6 ++-- services/shuttle-poem/Cargo.toml | 4 +-- services/shuttle-poise/Cargo.toml | 4 +-- services/shuttle-rocket/Cargo.toml | 4 +-- services/shuttle-salvo/Cargo.toml | 4 +-- services/shuttle-serenity/Cargo.toml | 4 +-- services/shuttle-thruster/Cargo.toml | 4 +-- services/shuttle-tide/Cargo.toml | 4 +-- services/shuttle-tower/Cargo.toml | 4 +-- services/shuttle-warp/Cargo.toml | 4 +-- 37 files changed, 80 insertions(+), 80 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 25d62aca0..de8904f3e 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -20,7 +20,7 @@ body: attributes: label: Version description: What version of `cargo-shuttle` are you running (`cargo shuttle --version`)? - placeholder: "v0.27.0" + placeholder: "v0.28.0" validations: required: true - type: dropdown diff --git a/Cargo.lock b/Cargo.lock index fdeca2ff9..69c75963f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1086,7 +1086,7 @@ dependencies = [ [[package]] name = "cargo-shuttle" -version = "0.27.0" +version = "0.28.0" dependencies = [ "anyhow", "assert_cmd", @@ -5571,7 +5571,7 @@ dependencies = [ [[package]] name = "shuttle-admin" -version = "0.27.0" +version = "0.28.0" dependencies = [ "anyhow", "clap", @@ -5588,7 +5588,7 @@ dependencies = [ [[package]] name = "shuttle-auth" -version = "0.27.0" +version = "0.28.0" dependencies = [ "anyhow", "async-trait", @@ -5617,7 +5617,7 @@ dependencies = [ [[package]] name = "shuttle-builder" -version = "0.27.0" +version = "0.28.0" dependencies = [ "async-trait", "clap", @@ -5643,7 +5643,7 @@ dependencies = [ [[package]] name = "shuttle-codegen" -version = "0.27.0" +version = "0.28.0" dependencies = [ "pretty_assertions", "proc-macro-error", @@ -5660,7 +5660,7 @@ dependencies = [ [[package]] name = "shuttle-common" -version = "0.27.0" +version = "0.28.0" dependencies = [ "anyhow", "async-trait", @@ -5709,7 +5709,7 @@ dependencies = [ [[package]] name = "shuttle-common-tests" -version = "0.27.0" +version = "0.28.0" dependencies = [ "cargo-shuttle", "hyper", @@ -5725,7 +5725,7 @@ dependencies = [ [[package]] name = "shuttle-deployer" -version = "0.27.0" +version = "0.28.0" dependencies = [ "anyhow", "async-trait", @@ -5779,7 +5779,7 @@ dependencies = [ [[package]] name = "shuttle-gateway" -version = "0.27.0" +version = "0.28.0" dependencies = [ "anyhow", "async-trait", @@ -5837,7 +5837,7 @@ dependencies = [ [[package]] name = "shuttle-logger" -version = "0.27.0" +version = "0.28.0" dependencies = [ "async-trait", "chrono", @@ -5863,11 +5863,11 @@ dependencies = [ [[package]] name = "shuttle-orchestrator" -version = "0.27.0" +version = "0.28.0" [[package]] name = "shuttle-proto" -version = "0.27.0" +version = "0.28.0" dependencies = [ "anyhow", "chrono", @@ -5886,7 +5886,7 @@ dependencies = [ [[package]] name = "shuttle-provisioner" -version = "0.27.0" +version = "0.28.0" dependencies = [ "aws-config", "aws-sdk-rds", @@ -5912,7 +5912,7 @@ dependencies = [ [[package]] name = "shuttle-resource-recorder" -version = "0.27.0" +version = "0.28.0" dependencies = [ "async-trait", "chrono", @@ -5936,7 +5936,7 @@ dependencies = [ [[package]] name = "shuttle-runtime" -version = "0.27.0" +version = "0.28.0" dependencies = [ "anyhow", "async-trait", @@ -5970,7 +5970,7 @@ dependencies = [ [[package]] name = "shuttle-service" -version = "0.27.0" +version = "0.28.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 7f7d5f2ac..8c57916cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,19 +26,19 @@ exclude = [ ] [workspace.package] -version = "0.27.0" +version = "0.28.0" edition = "2021" license = "Apache-2.0" repository = "https://github.com/shuttle-hq/shuttle" # https://doc.rust-lang.org/cargo/reference/workspaces.html#the-workspacedependencies-table [workspace.dependencies] -shuttle-codegen = { path = "codegen", version = "0.27.0" } -shuttle-common = { path = "common", version = "0.27.0" } -shuttle-common-tests = { path = "common-tests", version = "0.27.0" } -shuttle-orchestrator = { path = "orchestrator", version = "0.27.0" } -shuttle-proto = { path = "proto", version = "0.27.0" } -shuttle-service = { path = "service", version = "0.27.0" } +shuttle-codegen = { path = "codegen", version = "0.28.0" } +shuttle-common = { path = "common", version = "0.28.0" } +shuttle-common-tests = { path = "common-tests", version = "0.28.0" } +shuttle-orchestrator = { path = "orchestrator", version = "0.28.0" } +shuttle-proto = { path = "proto", version = "0.28.0" } +shuttle-service = { path = "service", version = "0.28.0" } anyhow = "1.0.66" async-trait = "0.1.58" diff --git a/admin/Cargo.toml b/admin/Cargo.toml index 2ba22bb33..33dfb7893 100644 --- a/admin/Cargo.toml +++ b/admin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttle-admin" -version = "0.27.0" +version = "0.28.0" edition = "2021" [dependencies] diff --git a/cargo-shuttle/Cargo.toml b/cargo-shuttle/Cargo.toml index d4ca91b70..7b2f67a09 100644 --- a/cargo-shuttle/Cargo.toml +++ b/cargo-shuttle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-shuttle" -version = "0.27.0" +version = "0.28.0" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/cargo-shuttle/README.md b/cargo-shuttle/README.md index bd4bfb7b0..777de02e1 100644 --- a/cargo-shuttle/README.md +++ b/cargo-shuttle/README.md @@ -135,8 +135,8 @@ This should generate the following dependency in `Cargo.toml`: ```toml rocket = "0.5.0-rc.2" -shuttle-rocket = { version = "0.27.0" } -shuttle-runtime = { version = "0.27.0" } +shuttle-rocket = { version = "0.28.0" } +shuttle-runtime = { version = "0.28.0" } tokio = { version = "1.26.0" } ``` diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index af322bc4b..0ecc4e79f 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttle-codegen" -version = "0.27.0" +version = "0.28.0" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/common/Cargo.toml b/common/Cargo.toml index b03daf746..367f5c07f 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttle-common" -version = "0.27.0" +version = "0.28.0" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/deployer/Cargo.toml b/deployer/Cargo.toml index 561a83cf2..c1c49750c 100644 --- a/deployer/Cargo.toml +++ b/deployer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttle-deployer" -version = "0.27.0" +version = "0.28.0" edition.workspace = true license.workspace = true description = "Service with instances created per project for handling the compilation, loading, and execution of Shuttle services" diff --git a/deployer/tests/deploy_layer/bind-panic/Cargo.toml b/deployer/tests/deploy_layer/bind-panic/Cargo.toml index 67b403486..6b5e04479 100644 --- a/deployer/tests/deploy_layer/bind-panic/Cargo.toml +++ b/deployer/tests/deploy_layer/bind-panic/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" [workspace] [dependencies] -shuttle-runtime = "0.27.0" +shuttle-runtime = "0.28.0" tokio = "1.22" diff --git a/deployer/tests/deploy_layer/main-panic/Cargo.toml b/deployer/tests/deploy_layer/main-panic/Cargo.toml index 5d2d796c0..779dd1bd6 100644 --- a/deployer/tests/deploy_layer/main-panic/Cargo.toml +++ b/deployer/tests/deploy_layer/main-panic/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" [workspace] [dependencies] -shuttle-runtime = "0.27.0" +shuttle-runtime = "0.28.0" tokio = "1.22" diff --git a/deployer/tests/deploy_layer/self-stop/Cargo.toml b/deployer/tests/deploy_layer/self-stop/Cargo.toml index 4d73cd91b..bb0d5008e 100644 --- a/deployer/tests/deploy_layer/self-stop/Cargo.toml +++ b/deployer/tests/deploy_layer/self-stop/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" [workspace] [dependencies] -shuttle-runtime = "0.27.0" +shuttle-runtime = "0.28.0" tokio = "1.22" diff --git a/deployer/tests/deploy_layer/sleep-async/Cargo.toml b/deployer/tests/deploy_layer/sleep-async/Cargo.toml index e0d9e3d5f..8326ee689 100644 --- a/deployer/tests/deploy_layer/sleep-async/Cargo.toml +++ b/deployer/tests/deploy_layer/sleep-async/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" [workspace] [dependencies] -shuttle-runtime = "0.27.0" +shuttle-runtime = "0.28.0" tokio = { version = "1.0", features = ["time"]} diff --git a/examples b/examples index b6dd80c69..b60e7207b 160000 --- a/examples +++ b/examples @@ -1 +1 @@ -Subproject commit b6dd80c698d390d8e7b55ce392db489348ba3458 +Subproject commit b60e7207b2cc68a44d3d6ed8c67e520d48c1b6eb diff --git a/gateway/Cargo.toml b/gateway/Cargo.toml index 2acfd7a74..606badf0e 100644 --- a/gateway/Cargo.toml +++ b/gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttle-gateway" -version = "0.27.0" +version = "0.28.0" edition.workspace = true license.workspace = true publish = false diff --git a/resources/aws-rds/Cargo.toml b/resources/aws-rds/Cargo.toml index 65e40aaad..20edaaff1 100644 --- a/resources/aws-rds/Cargo.toml +++ b/resources/aws-rds/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttle-aws-rds" -version = "0.27.0" +version = "0.28.0" edition = "2021" license = "Apache-2.0" description = "Plugin to provision AWS RDS resources" @@ -10,7 +10,7 @@ keywords = ["shuttle-service", "rds"] async-trait = "0.1.56" paste = "1.0.7" serde = { version = "1.0.148", features = ["derive"] } -shuttle-service = { path = "../../service", version = "0.27.0", default-features = false } +shuttle-service = { path = "../../service", version = "0.28.0", default-features = false } sqlx = "0.7.1" [features] diff --git a/resources/metadata/Cargo.toml b/resources/metadata/Cargo.toml index ddf67ff8b..6f8ab67ce 100644 --- a/resources/metadata/Cargo.toml +++ b/resources/metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttle-metadata" -version = "0.27.0" +version = "0.28.0" edition = "2021" license = "Apache-2.0" description = "Plugin to get Shuttle service information" @@ -8,4 +8,4 @@ keywords = ["shuttle-service", "metadata"] [dependencies] async-trait = "0.1.56" -shuttle-service = { path = "../../service", version = "0.27.0" } +shuttle-service = { path = "../../service", version = "0.28.0" } diff --git a/resources/persist/Cargo.toml b/resources/persist/Cargo.toml index 8d1fb2b3d..48b078bdd 100644 --- a/resources/persist/Cargo.toml +++ b/resources/persist/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttle-persist" -version = "0.27.0" +version = "0.28.0" edition = "2021" license = "Apache-2.0" description = "Plugin for persist objects" @@ -10,5 +10,5 @@ keywords = ["shuttle-service", "persistence"] async-trait = "0.1.56" bincode = "1.2.1" serde = { version = "1.0.0", features = ["derive"] } -shuttle-service = { path = "../../service", version = "0.27.0" } +shuttle-service = { path = "../../service", version = "0.28.0" } thiserror = "1.0.32" diff --git a/resources/secrets/Cargo.toml b/resources/secrets/Cargo.toml index d8bb12145..a5206a030 100644 --- a/resources/secrets/Cargo.toml +++ b/resources/secrets/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttle-secrets" -version = "0.27.0" +version = "0.28.0" edition = "2021" license = "Apache-2.0" description = "Plugin to for managing secrets on shuttle" @@ -9,4 +9,4 @@ keywords = ["shuttle-service", "secrets"] [dependencies] async-trait = "0.1.56" serde = { version = "1.0.148", features = ["derive"] } -shuttle-service = { path = "../../service", version = "0.27.0" } +shuttle-service = { path = "../../service", version = "0.28.0" } diff --git a/resources/shared-db/Cargo.toml b/resources/shared-db/Cargo.toml index d317c4b37..faa088884 100644 --- a/resources/shared-db/Cargo.toml +++ b/resources/shared-db/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttle-shared-db" -version = "0.27.0" +version = "0.28.0" edition = "2021" license = "Apache-2.0" description = "Plugin for managing shared databases on shuttle" @@ -10,7 +10,7 @@ keywords = ["shuttle-service", "database"] async-trait = "0.1.56" mongodb = { version = "2.3.0", optional = true } serde = { version = "1.0.148", features = ["derive"] } -shuttle-service = { path = "../../service", version = "0.27.0" } +shuttle-service = { path = "../../service", version = "0.28.0" } sqlx = { version = "0.7.1", optional = true } [features] diff --git a/resources/static-folder/Cargo.toml b/resources/static-folder/Cargo.toml index 8bcef35ac..db16737d7 100644 --- a/resources/static-folder/Cargo.toml +++ b/resources/static-folder/Cargo.toml @@ -1,7 +1,7 @@ [package] # TODO: remove me from shuttle repo after 0.28.0 name = "shuttle-static-folder" -version = "0.27.0" +version = "0.28.0" edition = "2021" license = "Apache-2.0" description = "Plugin to get a static folder at runtime on shuttle" diff --git a/resources/turso/Cargo.toml b/resources/turso/Cargo.toml index 172470505..d0e104e63 100644 --- a/resources/turso/Cargo.toml +++ b/resources/turso/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttle-turso" -version = "0.27.0" +version = "0.28.0" edition = "2021" license = "Apache-2.0" description = "Plugin to obtain a client connected to a Turso database" @@ -11,7 +11,7 @@ async-trait = "0.1.56" dunce = "1.0.4" libsql-client = { version = "=0.30.1" } serde = { version = "1.0.148", features = ["derive"] } -shuttle-service = { path = "../../service", version = "0.27.0", default-features = false } +shuttle-service = { path = "../../service", version = "0.28.0", default-features = false } url = { version = "2.3.1", features = ["serde"] } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 5c3ea15e4..3b9ec6a61 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttle-runtime" -version = "0.27.0" +version = "0.28.0" edition.workspace = true license.workspace = true description = "Runtime to start and manage any service that runs on shuttle" diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 314ebe672..6350dade9 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -27,9 +27,9 @@ //! be a binary crate with a few dependencies including `shuttle-runtime` and `shuttle-axum`. //! //! ```toml -//! shuttle-runtime = "0.27.0" +//! shuttle-runtime = "0.28.0" //! axum = "0.6.10" -//! shuttle-axum = "0.27.0" +//! shuttle-axum = "0.28.0" //! tokio = "1.26" //! ``` //! @@ -113,7 +113,7 @@ //! `runtime-tokio-native-tls` and `postgres` features inside `Cargo.toml`: //! //! ```toml -//! shuttle-shared-db = { version = "0.27.0", features = ["postgres"] } +//! shuttle-shared-db = { version = "0.28.0", features = ["postgres"] } //! sqlx = { version = "0.7.1", features = ["runtime-tokio-native-tls", "postgres"] } //! ``` //! diff --git a/service/Cargo.toml b/service/Cargo.toml index 472c4003e..01f78586d 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttle-service" -version = "0.27.0" +version = "0.28.0" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/services/shuttle-actix-web/Cargo.toml b/services/shuttle-actix-web/Cargo.toml index 41bfd7840..a55671af4 100644 --- a/services/shuttle-actix-web/Cargo.toml +++ b/services/shuttle-actix-web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttle-actix-web" -version = "0.27.0" +version = "0.28.0" edition = "2021" license = "Apache-2.0" description = "Service implementation to run an actix webserver on shuttle" @@ -10,7 +10,7 @@ keywords = ["shuttle-service", "actix"] [dependencies] actix-web = { version = "4.3.1" } -shuttle-runtime = { path = "../../runtime", version = "0.27.0", default-features = false } +shuttle-runtime = { path = "../../runtime", version = "0.28.0", default-features = false } num_cpus = "1.15.0" [dev-dependencies] diff --git a/services/shuttle-axum/Cargo.toml b/services/shuttle-axum/Cargo.toml index 560dd4a7f..46e749b3b 100644 --- a/services/shuttle-axum/Cargo.toml +++ b/services/shuttle-axum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttle-axum" -version = "0.27.0" +version = "0.28.0" edition = "2021" license = "Apache-2.0" description = "Service implementation to run an axum webserver on shuttle" @@ -10,7 +10,7 @@ keywords = ["shuttle-service", "axum"] [dependencies] axum = { version = "0.6.10" } -shuttle-runtime = { path = "../../runtime", version = "0.27.0", default-features = false } +shuttle-runtime = { path = "../../runtime", version = "0.28.0", default-features = false } [dev-dependencies] tokio = { version = "1.26.0", features = ["macros", "rt-multi-thread"] } diff --git a/services/shuttle-next/Cargo.toml b/services/shuttle-next/Cargo.toml index 8f0081859..816375cc3 100644 --- a/services/shuttle-next/Cargo.toml +++ b/services/shuttle-next/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttle-next" -version = "0.27.0" +version = "0.28.0" edition = "2021" license = "Apache-2.0" description = "Macros and aliases to deploy wasm on the shuttle platform (https://www.shuttle.rs/)" @@ -18,6 +18,6 @@ futures-executor = "0.3.21" http = "0.2.7" rmp-serde = "1.1.1" tower-service = "0.3.1" -shuttle-common = { path = "../../common", version = "0.27.0", features = ["wasm"] } -shuttle-codegen = { path = "../../codegen", version = "0.27.0", features = ["next"] } +shuttle-common = { path = "../../common", version = "0.28.0", features = ["wasm"] } +shuttle-codegen = { path = "../../codegen", version = "0.28.0", features = ["next"] } tracing-subscriber = { version = "0.3.16", features = ["env-filter", "registry"] } diff --git a/services/shuttle-poem/Cargo.toml b/services/shuttle-poem/Cargo.toml index fe21f46bb..2868ecda5 100644 --- a/services/shuttle-poem/Cargo.toml +++ b/services/shuttle-poem/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttle-poem" -version = "0.27.0" +version = "0.28.0" edition = "2021" license = "Apache-2.0" description = "Service implementation to run a poem webserver on shuttle" @@ -10,7 +10,7 @@ keywords = ["shuttle-service", "poem"] [dependencies] poem = { version = "1.3.55" } -shuttle-runtime = { path = "../../runtime", version = "0.27.0", default-features = false } +shuttle-runtime = { path = "../../runtime", version = "0.28.0", default-features = false } [dev-dependencies] tokio = { version = "1.26.0", features = ["macros", "rt-multi-thread"] } diff --git a/services/shuttle-poise/Cargo.toml b/services/shuttle-poise/Cargo.toml index 34bf58a07..74731b709 100644 --- a/services/shuttle-poise/Cargo.toml +++ b/services/shuttle-poise/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttle-poise" -version = "0.27.0" +version = "0.28.0" edition = "2021" license = "Apache-2.0" description = "Service implementation to run a poise discord bot on shuttle" @@ -10,7 +10,7 @@ keywords = ["shuttle-service", "poise", "discord-bot", "serenity"] [dependencies] poise = { version = "0.5.2" } -shuttle-runtime = { path = "../../runtime", version = "0.27.0", default-features = false } +shuttle-runtime = { path = "../../runtime", version = "0.28.0", default-features = false } [dev-dependencies] shuttle-secrets = { path = "../../resources/secrets" } diff --git a/services/shuttle-rocket/Cargo.toml b/services/shuttle-rocket/Cargo.toml index 0ae31a788..3e885c8c9 100644 --- a/services/shuttle-rocket/Cargo.toml +++ b/services/shuttle-rocket/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttle-rocket" -version = "0.27.0" +version = "0.28.0" edition = "2021" license = "Apache-2.0" description = "Service implementation to run a rocket webserver on shuttle" @@ -10,7 +10,7 @@ keywords = ["shuttle-service", "rocket"] [dependencies] rocket = { version = "0.5.0-rc.2" } -shuttle-runtime = { path = "../../runtime", version = "0.27.0", default-features = false } +shuttle-runtime = { path = "../../runtime", version = "0.28.0", default-features = false } [dev-dependencies] tokio = { version = "1.26.0", features = ["macros", "rt-multi-thread"] } diff --git a/services/shuttle-salvo/Cargo.toml b/services/shuttle-salvo/Cargo.toml index 01503c588..65bd00679 100644 --- a/services/shuttle-salvo/Cargo.toml +++ b/services/shuttle-salvo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttle-salvo" -version = "0.27.0" +version = "0.28.0" edition = "2021" license = "Apache-2.0" description = "Service implementation to run a salvo webserver on shuttle" @@ -10,7 +10,7 @@ keywords = ["shuttle-service", "salvo"] [dependencies] salvo = { version = "0.41.0" } -shuttle-runtime = { path = "../../runtime", version = "0.27.0", default-features = false } +shuttle-runtime = { path = "../../runtime", version = "0.28.0", default-features = false } [dev-dependencies] tokio = { version = "1.26.0", features = ["macros", "rt-multi-thread"] } diff --git a/services/shuttle-serenity/Cargo.toml b/services/shuttle-serenity/Cargo.toml index 1092f45a5..4b1fff18a 100644 --- a/services/shuttle-serenity/Cargo.toml +++ b/services/shuttle-serenity/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttle-serenity" -version = "0.27.0" +version = "0.28.0" edition = "2021" license = "Apache-2.0" description = "Service implementation to run a serenity server on shuttle" @@ -10,7 +10,7 @@ keywords = ["shuttle-service", "serenity"] [dependencies] serenity = { version = "0.11.5", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] } -shuttle-runtime = { path = "../../runtime", version = "0.27.0", default-features = false } +shuttle-runtime = { path = "../../runtime", version = "0.28.0", default-features = false } [dev-dependencies] anyhow = "1.0.69" diff --git a/services/shuttle-thruster/Cargo.toml b/services/shuttle-thruster/Cargo.toml index 35ea4b0e0..a84d7a5b3 100644 --- a/services/shuttle-thruster/Cargo.toml +++ b/services/shuttle-thruster/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttle-thruster" -version = "0.27.0" +version = "0.28.0" edition = "2021" license = "Apache-2.0" description = "Service implementation to run a thruster webserver on shuttle" @@ -10,7 +10,7 @@ keywords = ["shuttle-service", "thruster"] [dependencies] thruster = { version = "1.3.0" } -shuttle-runtime = { path = "../../runtime", version = "0.27.0", default-features = false } +shuttle-runtime = { path = "../../runtime", version = "0.28.0", default-features = false } [dev-dependencies] thruster = { version = "1.3.0", features = ["hyper_server"] } diff --git a/services/shuttle-tide/Cargo.toml b/services/shuttle-tide/Cargo.toml index bae4973c0..d4ff15755 100644 --- a/services/shuttle-tide/Cargo.toml +++ b/services/shuttle-tide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttle-tide" -version = "0.27.0" +version = "0.28.0" edition = "2021" license = "Apache-2.0" description = "Service implementation to run a tide webserver on shuttle" @@ -10,7 +10,7 @@ keywords = ["shuttle-service", "tide"] [dependencies] tide = { version = "0.16.0" } -shuttle-runtime = { path = "../../runtime", version = "0.27.0", default-features = false } +shuttle-runtime = { path = "../../runtime", version = "0.28.0", default-features = false } # Tide does not have tokio support. So make sure async-std is compatible with tokio # https://github.com/http-rs/tide/issues/791 diff --git a/services/shuttle-tower/Cargo.toml b/services/shuttle-tower/Cargo.toml index 7bf5c3eb8..ca0a69353 100644 --- a/services/shuttle-tower/Cargo.toml +++ b/services/shuttle-tower/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttle-tower" -version = "0.27.0" +version = "0.28.0" edition = "2021" license = "Apache-2.0" description = "Service implementation to run a tower webserver on shuttle" @@ -10,7 +10,7 @@ keywords = ["shuttle-service", "tower"] [dependencies] hyper = { version = "0.14.23", features = ["server", "tcp", "http1"] } -shuttle-runtime = { path = "../../runtime", version = "0.27.0", default-features = false } +shuttle-runtime = { path = "../../runtime", version = "0.28.0", default-features = false } tower = { version = "0.4.13", features = ["make"] } [dev-dependencies] diff --git a/services/shuttle-warp/Cargo.toml b/services/shuttle-warp/Cargo.toml index e045645a6..444687025 100644 --- a/services/shuttle-warp/Cargo.toml +++ b/services/shuttle-warp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttle-warp" -version = "0.27.0" +version = "0.28.0" edition = "2021" license = "Apache-2.0" description = "Service implementation to run a warp webserver on shuttle" @@ -10,7 +10,7 @@ keywords = ["shuttle-service", "warp"] [dependencies] warp = { version = "0.3.3" } -shuttle-runtime = { path = "../../runtime", version = "0.27.0", default-features = false } +shuttle-runtime = { path = "../../runtime", version = "0.28.0", default-features = false } [dev-dependencies] tokio = { version = "1.26.0", features = ["macros", "rt-multi-thread"] }