Skip to content

Commit 0fa7051

Browse files
authored
chore: merge develop into main for v0.55.0
2 parents 64f0efc + 01a552b commit 0fa7051

59 files changed

Lines changed: 291 additions & 105 deletions

File tree

Some content is hidden

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

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.54.0"
14-
shuttle-runtime = "0.54.0"
13+
shuttle-actix-web = "0.55.0"
14+
shuttle-runtime = "0.55.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.54.0"
11-
shuttle-runtime = "0.54.0"
10+
shuttle-actix-web = "0.55.0"
11+
shuttle-runtime = "0.55.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.54.0"
9-
shuttle-runtime = "0.54.0"
8+
shuttle-actix-web = "0.55.0"
9+
shuttle-runtime = "0.55.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.54.0"
9-
shuttle-runtime = "0.54.0"
8+
shuttle-actix-web = "0.55.0"
9+
shuttle-runtime = "0.55.0"
1010
serde = "1.0.148"
11-
shuttle-shared-db = { version = "0.54.0", features = ["postgres", "sqlx"] }
11+
shuttle-shared-db = { version = "0.55.0", features = ["postgres", "sqlx"] }
1212
sqlx = "0.8.2"
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.54.0"
10-
shuttle-runtime = "0.54.0"
9+
shuttle-actix-web = "0.55.0"
10+
shuttle-runtime = "0.55.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.54.0"
17-
shuttle-runtime = "0.54.0"
16+
shuttle-actix-web = "0.55.0"
17+
shuttle-runtime = "0.55.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.8.1"
8-
shuttle-axum = "0.54.0"
9-
shuttle-runtime = "0.54.0"
8+
shuttle-axum = "0.55.0"
9+
shuttle-runtime = "0.55.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 = { version = "0.54.0", default-features = false, features = ["axum-0-7"] }
13-
shuttle-runtime = "0.54.0"
14-
shuttle-shared-db = { version = "0.54.0", features = ["postgres", "sqlx"] }
12+
shuttle-axum = { version = "0.55.0", default-features = false, features = ["axum-0-7"] }
13+
shuttle-runtime = "0.55.0"
14+
shuttle-shared-db = { version = "0.55.0", features = ["postgres", "sqlx"] }
1515
sqlx = "0.8.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 = { version = "0.54.0", default-features = false, features = ["axum-0-7"] }
14-
shuttle-runtime = "0.54.0"
13+
shuttle-axum = { version = "0.55.0", default-features = false, features = ["axum-0-7"] }
14+
shuttle-runtime = "0.55.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 = { version = "0.54.0", default-features = false, features = ["axum-0-7"] }
9-
shuttle-runtime = "0.54.0"
8+
shuttle-axum = { version = "0.55.0", default-features = false, features = ["axum-0-7"] }
9+
shuttle-runtime = "0.55.0"
1010
tokio = "1.28.2"

0 commit comments

Comments
 (0)