tokio-rs / axum

Ergonomic and modular web framework built with Tokio, Tower, and Hyper
19.35k stars 1.07k forks source link

Duplicate dependency `sync_wrapper` with latest version of `axum` and `axum-core` #2871

Open peddermaster2 opened 3 months ago

peddermaster2 commented 3 months ago

Bug Report

With the currently latest versions of axum and axum-core the dependency on sync_wrapper gets added for 1.0.1 and 0.1.2.
This comes from axum-core not having a more recent release. The last was in january and the dependency got updated with c6fd8528446e8738d14a0e6e916acea51f951330 in march.

Version

axum v0.7.5
axum-core v0.4.3

Platform

Windows 11 64bit (not important)

Description

yhx-12243 commented 3 months ago

In fact fixed in c6fd852 except it is not released yet. Once axum-core releases a next version than v0.4.3 it will be automatically solved (and if you're urgent you can change/patch your dependency from git, e.g. I'm waiting release for axum because of inconsistent version of tokio-tungstenite).