Update tower{,-http} as well

This commit is contained in:
Quentin Gliech
2024-10-07 17:25:56 +02:00
parent 6f99dff9d8
commit 5cbb1716df
3 changed files with 17 additions and 16 deletions

View File

@@ -72,6 +72,8 @@ skip = [
{ name = "strum_macros", version = "0.25.0" },
# For some reason, axum-core depends on this old version, even though axum is on the new one
{ name = "sync_wrapper", version = "0.1.2" },
# `apalis` depends on this old version of tower
{ name = "tower", version = "0.4.13" },
]
skip-tree = []