Skip to content

Commit 77f6a7d

Browse files
committed
Update tower{,-http} as well
1 parent 6e0fff7 commit 77f6a7d

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

Cargo.lock

Lines changed: 13 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,12 +261,12 @@ features = ["full"]
261261

262262
# Tower services
263263
[workspace.dependencies.tower]
264-
version = "0.4.13"
264+
version = "0.5.1"
265265
features = ["util"]
266266

267267
# Tower HTTP layers
268268
[workspace.dependencies.tower-http]
269-
version = "0.5.2"
269+
version = "0.6.1"
270270
features = ["cors", "fs", "add-extension"]
271271

272272
# Logging and tracing

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ skip = [
7272
{ name = "strum_macros", version = "0.25.0" },
7373
# For some reason, axum-core depends on this old version, even though axum is on the new one
7474
{ name = "sync_wrapper", version = "0.1.2" },
75+
# `apalis` depends on this old version of tower
76+
{ name = "tower", version = "0.4.13" },
7577
]
7678

7779
skip-tree = []

0 commit comments

Comments
 (0)