Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error propagating from Tower #104

Closed
AliSajid opened this issue Sep 3, 2024 · 2 comments · Fixed by foundation-model-stack/fms-guardrails-orchestrator#188
Closed

Comments

@AliSajid
Copy link

AliSajid commented Sep 3, 2024

I am working on a project and it suddenly started failing. When checked, I traced it to axum-test crate and the tower v5.0.0. Could you please look into that?

The Tower community has a fix here: tower-rs/tower#784
Thanks

@JosephLenton
Copy link
Owner

JosephLenton commented Sep 3, 2024

Hey, right now the current version of tower available is still 0.5.0. The Cargo.toml in Axum Test is set to 0.5, and should use 0.5.1 when available.

In the mean time please try a cargo update. You can also try locking a specific version of tower layer as tower-layer = "=0.3.3" in your Cargo toml. If that still doesn't help, then would you be able to post your Cargo.lock and I can take a deeper look to see if something can be done.

Sadly this is one of those awkward cases where I am waiting for the dependencies to catchup (namely tower to release as 0.5.1).

@AliSajid
Copy link
Author

AliSajid commented Sep 5, 2024

Thank you. I guess I have to wait as well since this is a couple levels deep in my dependency tree. Thanks for everything. I appreciate the work on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants