Skip to content

Commit 8f72b4b

Browse files
committed
chore: 0.46.0
1 parent f335905 commit 8f72b4b

File tree

47 files changed

+108
-108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+108
-108
lines changed

actix-web/clerk/backend/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ clerk-rs = "0.2.3"
1010
openssl-sys = { version = "0.9.9", features = ["vendored"] }
1111
serde = { version = "1.0", features = ["derive"] }
1212
serde_json = "1.0"
13-
shuttle-actix-web = "0.45.0"
14-
shuttle-runtime = "0.45.0"
13+
shuttle-actix-web = "0.46.0"
14+
shuttle-runtime = "0.46.0"

actix-web/cookie-authentication/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ edition = "2021"
77
actix-identity = "0.7.1"
88
actix-session = { version = "0.9.0", features = ["cookie-session"] }
99
actix-web = "4.3.1"
10-
shuttle-actix-web = "0.45.0"
11-
shuttle-runtime = "0.45.0"
10+
shuttle-actix-web = "0.46.0"
11+
shuttle-runtime = "0.46.0"
1212
tokio = "1.26.0"

actix-web/hello-world/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ edition = "2021"
55

66
[dependencies]
77
actix-web = "4.3.1"
8-
shuttle-actix-web = "0.45.0"
9-
shuttle-runtime = "0.45.0"
8+
shuttle-actix-web = "0.46.0"
9+
shuttle-runtime = "0.46.0"
1010
tokio = "1.26.0"

actix-web/postgres/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ edition = "2021"
55

66
[dependencies]
77
actix-web = "4.3.1"
8-
shuttle-actix-web = "0.45.0"
9-
shuttle-runtime = "0.45.0"
8+
shuttle-actix-web = "0.46.0"
9+
shuttle-runtime = "0.46.0"
1010
serde = "1.0.148"
11-
shuttle-shared-db = { version = "0.45.0", features = ["postgres", "sqlx"] }
11+
shuttle-shared-db = { version = "0.46.0", features = ["postgres", "sqlx"] }
1212
sqlx = "0.7.1"
1313
tokio = "1.26.0"

actix-web/static-files/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ edition = "2021"
66
[dependencies]
77
actix-files = "0.6.2"
88
actix-web = "4.3.1"
9-
shuttle-actix-web = "0.45.0"
10-
shuttle-runtime = "0.45.0"
9+
shuttle-actix-web = "0.46.0"
10+
shuttle-runtime = "0.46.0"
1111
tokio = "1.26.0"

actix-web/websocket-actorless/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ futures = "0.3"
1313
reqwest = "0.11"
1414
serde = { version = "1.0", features = ["derive"] }
1515
serde_json = "1.0"
16-
shuttle-actix-web = "0.45.0"
17-
shuttle-runtime = "0.45.0"
16+
shuttle-actix-web = "0.46.0"
17+
shuttle-runtime = "0.46.0"
1818
tokio = { version = "1", features = ["rt-multi-thread", "sync"] }
1919
tracing = "0.1"

axum/hello-world/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ edition = "2021"
55

66
[dependencies]
77
axum = "0.7.4"
8-
shuttle-axum = "0.45.0"
9-
shuttle-runtime = "0.45.0"
8+
shuttle-axum = "0.46.0"
9+
shuttle-runtime = "0.46.0"
1010
tokio = "1.28.2"

axum/htmx-crud/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ askama_axum = "0.4.0"
99
axum = "0.7.4"
1010
serde = { version = "1.0.189", features = ["derive"] }
1111
serde_json = "1.0.107"
12-
shuttle-axum = "0.45.0"
13-
shuttle-runtime = "0.45.0"
14-
shuttle-shared-db = { version = "0.45.0", features = ["postgres", "sqlx"] }
12+
shuttle-axum = "0.46.0"
13+
shuttle-runtime = "0.46.0"
14+
shuttle-shared-db = { version = "0.46.0", features = ["postgres", "sqlx"] }
1515
sqlx = "0.7.2"
1616
tokio = "1.28.2"
1717
tokio-stream = { version = "0.1.14", features = ["sync"] }

axum/jwt-authentication/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jsonwebtoken = "8.3.0"
1010
once_cell = "1.18.0"
1111
serde = { version = "1.0.188", features = ["derive"] }
1212
serde_json = "1.0.107"
13-
shuttle-axum = "0.45.0"
14-
shuttle-runtime = "0.45.0"
13+
shuttle-axum = "0.46.0"
14+
shuttle-runtime = "0.46.0"
1515
tokio = "1.28.2"
1616
tracing-subscriber = "0.3.17"

axum/metadata/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ edition = "2021"
55

66
[dependencies]
77
axum = "0.7.3"
8-
shuttle-axum = "0.45.0"
9-
shuttle-runtime = "0.45.0"
8+
shuttle-axum = "0.46.0"
9+
shuttle-runtime = "0.46.0"
1010
tokio = "1.28.2"

axum/oauth2/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ chrono = { version = "0.4.35", features = ["clock"] }
1111
oauth2 = "4.4.1"
1212
reqwest = { version = "0.11.18", features = ["json"] }
1313
serde = { version = "1.0.183", features = ["derive"] }
14-
shuttle-axum = "0.45.0"
15-
shuttle-runtime = "0.45.0"
16-
shuttle-shared-db = { version = "0.45.0", features = ["postgres", "sqlx"] }
14+
shuttle-axum = "0.46.0"
15+
shuttle-runtime = "0.46.0"
16+
shuttle-shared-db = { version = "0.46.0", features = ["postgres", "sqlx"] }
1717
sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "macros", "chrono"] }
1818
thiserror = "1.0.57"
1919
time = "0.3.25"

axum/postgres/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ edition = "2021"
66
[dependencies]
77
axum = "0.7.3"
88
serde = { version = "1.0.188", features = ["derive"] }
9-
shuttle-axum = "0.45.0"
10-
shuttle-runtime = "0.45.0"
11-
shuttle-shared-db = { version = "0.45.0", features = ["postgres", "sqlx"] }
9+
shuttle-axum = "0.46.0"
10+
shuttle-runtime = "0.46.0"
11+
shuttle-shared-db = { version = "0.46.0", features = ["postgres", "sqlx"] }
1212
sqlx = "0.7.1"
1313
tokio = "1.28.2"

axum/qdrant/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
axum = "0.7.3"
88
qdrant-client = "1.7.0"
9-
shuttle-axum = "0.45.0"
10-
shuttle-qdrant = "0.45.0"
11-
shuttle-runtime = "0.45.0"
9+
shuttle-axum = "0.46.0"
10+
shuttle-qdrant = "0.46.0"
11+
shuttle-runtime = "0.46.0"
1212
tokio = "1.26.0"

axum/static-files/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ publish = false
66

77
[dependencies]
88
axum = "0.7.3"
9-
shuttle-axum = "0.45.0"
10-
shuttle-runtime = "0.45.0"
9+
shuttle-axum = "0.46.0"
10+
shuttle-runtime = "0.46.0"
1111
tokio = "1.28.2"
1212
tower-http = { version = "0.5.0", features = ["fs"] }

axum/turso/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ edition = "2021"
55

66
[dependencies]
77
axum = "0.7.3"
8-
shuttle-axum = "0.45.0"
9-
shuttle-runtime = "0.45.0"
10-
shuttle-turso = "0.45.0"
8+
shuttle-axum = "0.46.0"
9+
shuttle-runtime = "0.46.0"
10+
shuttle-turso = "0.46.0"
1111
libsql = "0.3.1"
1212
tokio = "1.26.0"
1313
serde = { version = "1.0.164", features = ["derive"] }

axum/websocket/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ futures = "0.3.28"
1010
reqwest = "0.11.23"
1111
serde = { version = "1.0.163", features = ["derive"] }
1212
serde_json = "1.0.96"
13-
shuttle-axum = "0.45.0"
14-
shuttle-runtime = "0.45.0"
13+
shuttle-axum = "0.46.0"
14+
shuttle-runtime = "0.46.0"
1515
tokio = "1.28.2"
1616
tower-http = { version = "0.5.0", features = ["fs"] }

bevy/hello-world/server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
axum = "0.7.4"
8-
shuttle-axum = "0.45.0"
9-
shuttle-runtime = "0.45.0"
8+
shuttle-axum = "0.46.0"
9+
shuttle-runtime = "0.46.0"
1010
tokio = "1.28.2"
1111
tower-http = { version = "0.5.0", features = ["fs"] }

custom-resource/pdo/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
async-trait = "0.1.56"
88
axum = "0.7.3"
99
serde = { version = "1", features = ["derive"] }
10-
shuttle-service = "0.45.0"
11-
shuttle-axum = "0.45.0"
12-
shuttle-runtime = "0.45.0"
10+
shuttle-service = "0.46.0"
11+
shuttle-axum = "0.46.0"
12+
shuttle-runtime = "0.46.0"
1313
tokio = "1.28.2"

custom-service/none/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ edition = "2021"
55
publish = false
66

77
[dependencies]
8-
shuttle-runtime = "0.45.0"
8+
shuttle-runtime = "0.46.0"
99
tokio = "1"

custom-service/request-scheduler/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ chrono = "0.4.24"
1010
cron = "0.12.0"
1111
reqwest = "0.11.17"
1212
serde = "1.0.163"
13-
shuttle-persist = "0.45.0"
14-
shuttle-runtime = "0.45.0"
13+
shuttle-persist = "0.46.0"
14+
shuttle-runtime = "0.46.0"
1515
tokio = "1.28.0"
1616
tracing = "0.1.37"

fullstack-templates/saas/backend/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ lettre = "0.11.4"
1616
rand = "0.8.5"
1717
reqwest = "0.11.16"
1818
serde = { version = "1.0.160", features = ["derive"] }
19-
shuttle-axum = "0.45.0"
20-
shuttle-runtime = "0.45.0"
21-
shuttle-shared-db = { version = "0.45.0", features = ["postgres", "sqlx"] }
19+
shuttle-axum = "0.46.0"
20+
shuttle-runtime = "0.46.0"
21+
shuttle-shared-db = { version = "0.46.0", features = ["postgres", "sqlx"] }
2222
sqlx = { version = "0.7.1", features = ["time"] }
2323
time = { version = "0.3.20", features = ["serde"] }
2424
tokio = "1.27.0"

loco/hello-world/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ async-trait = "0.1.74"
1313
axum = "0.7.1"
1414
eyre = "*"
1515
loco-rs = { version = "0.3.1", default-features = false, features = ["cli"] }
16-
shuttle-axum = "0.45.0"
17-
shuttle-runtime = { version = "0.45.0", default-features = false }
16+
shuttle-axum = "0.46.0"
17+
shuttle-runtime = { version = "0.46.0", default-features = false }
1818
serde = "*"
1919
serde_json = "*"
2020
tokio = "1.33.0"

other/feature-flags/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ publish = false
66

77
[dependencies]
88
axum = "0.7.3"
9-
shuttle-axum = "0.45.0"
10-
shuttle-runtime = "0.45.0"
9+
shuttle-axum = "0.46.0"
10+
shuttle-runtime = "0.46.0"
1111

1212
[features]
1313
# Shuttle will disable default features and enable the feature "shuttle" if it exists.

other/standalone-binary/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ path = "src/bin/standalone.rs"
1515
[dependencies]
1616
axum = "0.7.3"
1717
dotenvy = "0.15.7"
18-
shuttle-axum = "0.45.0"
19-
shuttle-runtime = "0.45.0"
18+
shuttle-axum = "0.46.0"
19+
shuttle-runtime = "0.46.0"
2020
tokio = "1.28.2"

poem/hello-world/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ edition = "2021"
55

66
[dependencies]
77
poem = "3.0.0"
8-
shuttle-poem = "0.45.0"
9-
shuttle-runtime = "0.45.0"
8+
shuttle-poem = "0.46.0"
9+
shuttle-runtime = "0.46.0"
1010
tokio = "1.26.0"

poem/mongodb/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ edition = "2021"
66
[dependencies]
77
mongodb = "2.4.0"
88
poem = "3.0.0"
9-
shuttle-poem = "0.45.0"
10-
shuttle-shared-db = { version = "0.45.0", features = ["mongodb"] }
11-
shuttle-runtime = "0.45.0"
9+
shuttle-poem = "0.46.0"
10+
shuttle-shared-db = { version = "0.46.0", features = ["mongodb"] }
11+
shuttle-runtime = "0.46.0"
1212
serde = { version = "1.0.148", features = ["derive"] }
1313
serde_json = "1.0.89"
1414
tokio = "1.26.0"

poise/hello-world/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ publish = false
77
[dependencies]
88
anyhow = "1.0.68"
99
poise = "0.6.1"
10-
shuttle-runtime = "0.45.0"
10+
shuttle-runtime = "0.46.0"
1111
# Since poise is a serenity command framework, it can run on Shuttle with shuttle-serenity
12-
shuttle-serenity = "0.45.0"
12+
shuttle-serenity = "0.46.0"
1313
tracing = "0.1.37"
1414
tokio = "1.26.0"

rocket/dyn-templates/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ edition = "2021"
66
[dependencies]
77
rocket = "0.5.0"
88
rocket_dyn_templates = { version = "0.1.0", features = ["handlebars"] }
9-
shuttle-rocket = "0.45.0"
10-
shuttle-runtime = "0.45.0"
9+
shuttle-rocket = "0.46.0"
10+
shuttle-runtime = "0.46.0"
1111
tokio = "1.26.0"

rocket/hello-world/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ edition = "2021"
55

66
[dependencies]
77
rocket = "0.5.0"
8-
shuttle-rocket = "0.45.0"
9-
shuttle-runtime = "0.45.0"
8+
shuttle-rocket = "0.46.0"
9+
shuttle-runtime = "0.46.0"
1010
tokio = "1.26.0"

rocket/jwt-authentication/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jsonwebtoken = { version = "8.1.1", default-features = false }
99
lazy_static = "1.4.0"
1010
rocket = { version = "0.5.0", features = ["json"] }
1111
serde = { version = "1.0.148", features = ["derive"] }
12-
shuttle-rocket = "0.45.0"
13-
shuttle-runtime = "0.45.0"
12+
shuttle-rocket = "0.46.0"
13+
shuttle-runtime = "0.46.0"
1414
tokio = "1.26.0"

rocket/opendal-memory/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
shuttle-runtime = "0.45.0"
8-
shuttle-opendal = "0.45.0"
7+
shuttle-runtime = "0.46.0"
8+
shuttle-opendal = "0.46.0"
99
tokio = "1.26.0"
10-
shuttle-rocket = "0.45.0"
11-
opendal = "0.45.0"
10+
shuttle-rocket = "0.46.0"
11+
opendal = "0.46.0"
1212
rocket = { version = "0.5.0", features = ["json"] }
1313
serde = { version = "1.0.148", features = ["derive"] }

rocket/persist/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
rocket = { version = "0.5.0", features = ["json"] }
88
serde = { version = "1.0.148", features = ["derive"] }
9-
shuttle-persist = "0.45.0"
10-
shuttle-rocket = "0.45.0"
11-
shuttle-runtime = "0.45.0"
9+
shuttle-persist = "0.46.0"
10+
shuttle-rocket = "0.46.0"
11+
shuttle-runtime = "0.46.0"
1212
tokio = "1.26.0"

rocket/postgres/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ edition = "2021"
66
[dependencies]
77
rocket = { version = "0.5.0", features = ["json"] }
88
serde = "1.0.148"
9-
shuttle-rocket = "0.45.0"
10-
shuttle-runtime = "0.45.0"
11-
shuttle-shared-db = { version = "0.45.0", features = ["postgres", "sqlx"] }
9+
shuttle-rocket = "0.46.0"
10+
shuttle-runtime = "0.46.0"
11+
shuttle-shared-db = { version = "0.46.0", features = ["postgres", "sqlx"] }
1212
sqlx = "0.7.1"
1313
tokio = "1.26.0"

rocket/secrets/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ edition = "2021"
66
[dependencies]
77
anyhow = "1.0.66"
88
rocket = "0.5.0"
9-
shuttle-rocket = "0.45.0"
10-
shuttle-runtime = "0.45.0"
9+
shuttle-rocket = "0.46.0"
10+
shuttle-runtime = "0.46.0"
1111
tokio = "1.26.0"

rocket/static-files/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ edition = "2021"
55

66
[dependencies]
77
rocket = "0.5.0"
8-
shuttle-rocket = "0.45.0"
9-
shuttle-runtime = "0.45.0"
8+
shuttle-rocket = "0.46.0"
9+
shuttle-runtime = "0.46.0"
1010
tokio = "1.26.0"

rocket/url-shortener/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ edition = "2021"
77
nanoid = "0.4.0"
88
rocket = { version = "0.5.0", features = ["json"] }
99
serde = "1.0.148"
10-
shuttle-rocket = "0.45.0"
11-
shuttle-runtime = "0.45.0"
12-
shuttle-shared-db = { version = "0.45.0", features = ["postgres", "sqlx"] }
10+
shuttle-rocket = "0.46.0"
11+
shuttle-runtime = "0.46.0"
12+
shuttle-shared-db = { version = "0.46.0", features = ["postgres", "sqlx"] }
1313
sqlx = "0.7.1"
1414
tokio = "1.26.0"
1515
url = "2.3.1"

rocket/workspace/hello-world/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ edition = "2021"
66
[dependencies]
77
rocket = "0.5.0"
88
shared = { path = "../shared", version = "0.1.0" }
9-
shuttle-rocket = "0.45.0"
10-
shuttle-runtime = "0.45.0"
9+
shuttle-rocket = "0.46.0"
10+
shuttle-runtime = "0.46.0"
1111
tokio = "1.26.0"

salvo/hello-world/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ edition = "2021"
55

66
[dependencies]
77
salvo = "0.63.0"
8-
shuttle-salvo = "0.45.0"
9-
shuttle-runtime = "0.45.0"
8+
shuttle-salvo = "0.46.0"
9+
shuttle-runtime = "0.46.0"
1010
tokio = "1.26.0"

0 commit comments

Comments
 (0)