Skip to content

Commit

Permalink
chore: v0.14.0 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
oddgrd authored Apr 12, 2023
1 parent 7bc6303 commit 54e3617
Show file tree
Hide file tree
Showing 27 changed files with 70 additions and 70 deletions.
4 changes: 2 additions & 2 deletions actix-web/hello-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ edition = "2021"

[dependencies]
actix-web = "4.3.1"
shuttle-actix-web = { version = "0.13.0" }
shuttle-runtime = { version = "0.13.0" }
shuttle-actix-web = { version = "0.14.0" }
shuttle-runtime = { version = "0.14.0" }
tokio = { version = "1.26.0" }
6 changes: 3 additions & 3 deletions actix-web/postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ edition = "2021"

[dependencies]
actix-web = "4.3.1"
shuttle-actix-web = { version = "0.13.0" }
shuttle-runtime = { version = "0.13.0" }
shuttle-actix-web = { version = "0.14.0" }
shuttle-runtime = { version = "0.14.0" }
serde = "1.0.148"
shuttle-shared-db = { version = "0.13.0", features = ["postgres"] }
shuttle-shared-db = { version = "0.14.0", features = ["postgres"] }
sqlx = { version = "0.6.2", features = ["runtime-tokio-native-tls", "postgres"] }
tokio = { version = "1.26.0" }
6 changes: 3 additions & 3 deletions actix-web/websocket-actorless/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0" }
shuttle-runtime = { version = "0.13.0" }
shuttle-static-folder = "0.13.1"
shuttle-actix-web = { version = "0.14.0" }
shuttle-runtime = { version = "0.14.0" }
shuttle-static-folder = "0.14.0"
tokio = { version = "1", features = ["rt-multi-thread", "sync"] }
tracing = "0.1"
4 changes: 2 additions & 2 deletions axum/hello-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ edition = "2021"

[dependencies]
axum = "0.6.10"
shuttle-axum = { version = "0.13.0" }
shuttle-runtime = { version = "0.13.0" }
shuttle-axum = { version = "0.14.0" }
shuttle-runtime = { version = "0.14.0" }
tokio = { version = "1.26.0" }
6 changes: 3 additions & 3 deletions axum/static-files/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
[dependencies]
axum = "0.6.10"
axum-extra = { version = "0.4.2", features = ["spa"] }
shuttle-axum = { version = "0.13.0" }
shuttle-runtime = { version = "0.13.0" }
shuttle-static-folder = "0.13.1"
shuttle-axum = { version = "0.14.0" }
shuttle-runtime = { version = "0.14.0" }
shuttle-static-folder = "0.14.0"
tokio = { version = "1.26.0" }
6 changes: 3 additions & 3 deletions axum/static-next-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
[dependencies]
axum = "0.6.10"
axum-extra = { version = "0.4.2", features = ["spa"] }
shuttle-axum = { version = "0.13.0" }
shuttle-runtime = { version = "0.13.0" }
shuttle-static-folder = "0.13.1"
shuttle-axum = { version = "0.14.0" }
shuttle-runtime = { version = "0.14.0" }
shuttle-static-folder = "0.14.0"
tokio = { version = "1.26.0" }
6 changes: 3 additions & 3 deletions axum/websocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0" }
shuttle-runtime = { version = "0.13.0" }
shuttle-static-folder = "0.13.1"
shuttle-axum = { version = "0.14.0" }
shuttle-runtime = { version = "0.14.0" }
shuttle-static-folder = "0.14.0"
tokio = { version = "1.26.0" }
tower-http = { version = "0.3.0", features = ["fs"] }
2 changes: 1 addition & 1 deletion next/hello-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ crate-type = [ "cdylib" ]

[dependencies]
# TODO: bump to 0.9 before merge
shuttle-next = "0.13.0"
shuttle-next = "0.14.0"
tracing = "0.1.37"
futures = "0.3.25"
4 changes: 2 additions & 2 deletions poem/hello-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ edition = "2021"

[dependencies]
poem = "1.3.55"
shuttle-poem = { version = "0.13.0" }
shuttle-runtime = { version = "0.13.0" }
shuttle-poem = { version = "0.14.0" }
shuttle-runtime = { version = "0.14.0" }
tokio = { version = "1.26.0" }
6 changes: 3 additions & 3 deletions poem/mongodb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ edition = "2021"
[dependencies]
mongodb = "2.4.0"
poem = "1.3.55"
shuttle-poem = { version = "0.13.0" }
shuttle-shared-db = { version = "0.13.0", features = ["mongodb"] }
shuttle-runtime = { version = "0.13.0" }
shuttle-poem = { version = "0.14.0" }
shuttle-shared-db = { version = "0.14.0", features = ["mongodb"] }
shuttle-runtime = { version = "0.14.0" }
serde = { version = "1.0.148", features = ["derive"] }
serde_json = "1.0.89"
tokio = { version = "1.26.0" }
6 changes: 3 additions & 3 deletions poem/postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ edition = "2021"
[dependencies]
poem = "1.3.55"
serde = "1.0.148"
shuttle-poem = { version = "0.13.0" }
shuttle-runtime = { version = "0.13.0" }
shuttle-shared-db = { version = "0.13.0", features = ["postgres"] }
shuttle-poem = { version = "0.14.0" }
shuttle-runtime = { version = "0.14.0" }
shuttle-shared-db = { version = "0.14.0", features = ["postgres"] }
sqlx = { version = "0.6.2", features = ["runtime-tokio-native-tls", "postgres"] }
tokio = { version = "1.26.0" }
6 changes: 3 additions & 3 deletions poise/hello-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ publish = false
[dependencies]
anyhow = "1.0.68"
poise = "0.5.2"
shuttle-poise = { version = "0.13.0" }
shuttle-runtime = { version = "0.13.0" }
shuttle-secrets = "0.13.0"
shuttle-poise = { version = "0.14.0" }
shuttle-runtime = { version = "0.14.0" }
shuttle-secrets = "0.14.0"
tracing = "0.1.37"
tokio = { version = "1.26.0" }
4 changes: 2 additions & 2 deletions rocket/authentication/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0" }
shuttle-runtime = { version = "0.13.0" }
shuttle-rocket = { version = "0.14.0" }
shuttle-runtime = { version = "0.14.0" }
tokio = { version = "1.26.0" }
4 changes: 2 additions & 2 deletions rocket/hello-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ edition = "2021"

[dependencies]
rocket = "0.5.0-rc.2"
shuttle-rocket = { version = "0.13.0" }
shuttle-runtime = { version = "0.13.0" }
shuttle-rocket = { version = "0.14.0" }
shuttle-runtime = { version = "0.14.0" }
tokio = { version = "1.26.0" }
6 changes: 3 additions & 3 deletions rocket/persist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0"
shuttle-rocket = { version = "0.13.0" }
shuttle-runtime = { version = "0.13.0" }
shuttle-persist = "0.14.0"
shuttle-rocket = { version = "0.14.0" }
shuttle-runtime = { version = "0.14.0" }
tokio = { version = "1.26.0" }
6 changes: 3 additions & 3 deletions rocket/postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0", features = ["postgres"] }
shuttle-rocket = { version = "0.13.0" }
shuttle-runtime = { version = "0.13.0" }
shuttle-shared-db = { version = "0.14.0", features = ["postgres"] }
shuttle-rocket = { version = "0.14.0" }
shuttle-runtime = { version = "0.14.0" }
sqlx = { version = "0.6.2", features = ["runtime-tokio-native-tls", "postgres"] }
tokio = { version = "1.26.0" }
6 changes: 3 additions & 3 deletions rocket/secrets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.66"
rocket = "0.5.0-rc.2"
shuttle-rocket = { version = "0.13.0" }
shuttle-runtime = { version = "0.13.0" }
shuttle-secrets = "0.13.0"
shuttle-rocket = { version = "0.14.0" }
shuttle-runtime = { version = "0.14.0" }
shuttle-secrets = "0.14.0"
tokio = { version = "1.26.0" }
6 changes: 3 additions & 3 deletions rocket/url-shortener/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ edition = "2021"
[dependencies]
nanoid = "0.4.0"
rocket = { version = "0.5.0-rc.2", features = ["json"] }
shuttle-rocket = { version = "0.13.0" }
shuttle-runtime = { version = "0.13.0" }
shuttle-rocket = { version = "0.14.0" }
shuttle-runtime = { version = "0.14.0" }
serde = "1.0.148"
shuttle-shared-db = { version = "0.13.0", features = ["postgres"] }
shuttle-shared-db = { version = "0.14.0", features = ["postgres"] }
sqlx = { version = "0.6.2", features = ["runtime-tokio-native-tls", "postgres"] }
tokio = { version = "1.26.0" }
url = "2.3.1"
4 changes: 2 additions & 2 deletions salvo/hello-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
salvo = "0.37.5"
shuttle-salvo = { version = "0.13.0" }
shuttle-runtime = { version = "0.13.0" }
shuttle-salvo = { version = "0.14.0" }
shuttle-runtime = { version = "0.14.0" }
tokio = { version = "1.26.0" }

6 changes: 3 additions & 3 deletions serenity/hello-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ edition = "2021"

[dependencies]
anyhow = "1.0.66"
shuttle-serenity = { version = "0.13.0" }
shuttle-runtime = { version = "0.13.0" }
shuttle-serenity = { version = "0.14.0" }
shuttle-runtime = { version = "0.14.0" }
serenity = { version = "0.11.5", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] }
shuttle-secrets = "0.13.0"
shuttle-secrets = "0.14.0"
tokio = { version = "1.26.0" }
tracing = "0.1.37"
8 changes: 4 additions & 4 deletions serenity/postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0"
shuttle-serenity = { version = "0.13.0" }
shuttle-runtime = { version = "0.13.0" }
shuttle-shared-db = { version = "0.13.0", features = ["postgres"] }
shuttle-secrets = "0.14.0"
shuttle-serenity = { version = "0.14.0" }
shuttle-runtime = { version = "0.14.0" }
shuttle-shared-db = { version = "0.14.0", features = ["postgres"] }
sqlx = { version = "0.6.2", features = ["runtime-tokio-native-tls", "postgres"] }
tokio = { version = "1.26.0" }
tracing = "0.1.37"
4 changes: 2 additions & 2 deletions thruster/hello-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
shuttle-thruster = { version = "0.13.0" }
shuttle-runtime = { version = "0.13.0" }
shuttle-thruster = { version = "0.14.0" }
shuttle-runtime = { version = "0.14.0" }
thruster = { version = "1.3.0", features = ["hyper_server"] }
tokio = { version = "1.26.0" }
6 changes: 3 additions & 3 deletions thruster/postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0", features = ["postgres"] }
shuttle-thruster = { version = "0.13.0" }
shuttle-runtime = { version = "0.13.0" }
shuttle-aws-rds = { version = "0.14.0", features = ["postgres"] }
shuttle-thruster = { version = "0.14.0" }
shuttle-runtime = { version = "0.14.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" }
4 changes: 2 additions & 2 deletions tide/hello-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
shuttle-tide = { version = "0.13.0" }
shuttle-runtime = { version = "0.13.0" }
shuttle-tide = { version = "0.14.0" }
shuttle-runtime = { version = "0.14.0" }
tokio = { version = "1.26.0" }
tide = "0.16.0"
6 changes: 3 additions & 3 deletions tide/postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ edition = "2021"

[dependencies]
serde = { version = "1.0.148", features = ["derive"] }
shuttle-aws-rds = { version = "0.13.0", features = ["postgres"] }
shuttle-runtime = { version = "0.13.0" }
shuttle-tide = { version = "0.13.0" }
shuttle-aws-rds = { version = "0.14.0", features = ["postgres"] }
shuttle-runtime = { version = "0.14.0" }
shuttle-tide = { version = "0.14.0" }
sqlx = { version = "0.6.2", features = ["runtime-tokio-native-tls", "postgres"] }
tokio = { version = "1.26.0" }
tide = "0.16.0"
4 changes: 2 additions & 2 deletions tower/hello-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
hyper = { version = "0.14.23", features = ["full"] }
shuttle-runtime = { version = "0.13.0" }
shuttle-tower = { version = "0.13.0" }
shuttle-runtime = { version = "0.14.0" }
shuttle-tower = { version = "0.14.0" }
tower = { version = "0.4.13", features = ["full"] }
tokio = { version = "1.26.0" }
4 changes: 2 additions & 2 deletions warp/hello-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
shuttle-runtime = { version = "0.13.0" }
shuttle-warp = { version = "0.13.0" }
shuttle-runtime = { version = "0.14.0" }
shuttle-warp = { version = "0.14.0" }
tokio = { version = "1.26.0" }
warp = "0.3.3"

0 comments on commit 54e3617

Please sign in to comment.