-
Notifications
You must be signed in to change notification settings - Fork 272
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
Rust v1.78.0 router-bridge startup panic #5084
Comments
We'll need to look into this — and we will — but we haven't yet made the jump to Rust v1.78.0 (currently, we are on Rust 1.76.0). We'll take some time to make the jump, so we would recommend using 1.76.0 for now. |
Rust 1.76 is now over 6 months old, is there any timeline on when we can move forward on rust versions? |
I agree, some of my dependencies sqlx have released security vulnerability fixes in latest versions that will only compile on rust 1.80+. Unfortunately I can't take them since this won't compile. |
@abernix is it something the community can help? |
i have the same issue over rust 1.76 - it builds but doesn't run. on the side i'm not sure of why we need |
Rust 1.76 has now been unsupported for 8 months. |
@Dr-Emann i was just mentioning that it may be something bigger than rust version since i also had it for another (previous) version :| |
@abernix now getting further blocked in my pipelines because cargo-platform v0.1.9` cannot be built because it requires rustc 1.78 or newer. Honestly, I think bumping your rust version needs to be a priority now. As mentioned previously 1.76 has been unsupported for 8 months now. |
The latest |
Upgrading Rust Toolchain to
1.78.0
causes panic on startup inrouter-bridge
for--release
buildsSteps to reproduce the behavior:
cargo run --release --
(env vars omitted)Output
2024-05-03T21:42:30.961533Z ERROR panicked at /Users/[redacted]/.cargo/registry/src/index.crates.io-6f17d22bba15001f/router-bridge-0.5.18+v2.7.2/src/worker.rs:101:38: called 'Result::unwrap()' on an 'Err' value: TypeError: Error parsing args at position 1: serde_v8 error: invalid type; expected: object, got: string at send (worker.js:54:25) at run (worker.js:171:19)
Desktop (please complete the following information):
public.ecr.aws/docker/library/rust:1.78.0
The text was updated successfully, but these errors were encountered: