quick-xml requires updating #539

Open
opened 2023-04-13 19:51:22 +00:00 by jpds · 2 comments
Contributor

Rust 1.68 is complaining about the quick-xml version:

warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.21.0

I tried bumping this myself, and it just became another round of Rust type-sudoku.

Rust 1.68 is complaining about the `quick-xml` version: ``` warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.21.0 ``` I tried bumping this myself, and it just became another round of Rust type-sudoku.
quentin added the
CI
label 2023-04-21 10:14:24 +00:00
quentin added the
Low priority
label 2023-04-21 14:10:14 +00:00
Owner

We don't update toolchains and/or dependency often as it takes time, as you noticed. That's why everything should be more or less frozen through nix. But I keep in mind that it makes harder/impossible to compile Garage with recent versions of rust.

We don't update toolchains and/or dependency often as it takes time, as you noticed. That's why everything should be more or less frozen through nix. But I keep in mind that it makes harder/impossible to compile Garage with recent versions of rust.
Owner

For the record, tried to update quick-xml a few weeks ago and it didn't go very well. The semantics of how XML objects are serialized have changed completely and most API endpoints end up broken. I will skip doing this upgrade for now as long as there is no bug/vulnerability in the currently used version. Of course I would appreciate someone helping out on this.

For the record, tried to update quick-xml a few weeks ago and it didn't go very well. The semantics of how XML objects are serialized have changed completely and most API endpoints end up broken. I will skip doing this upgrade for now as long as there is no bug/vulnerability in the currently used version. Of course I would appreciate someone helping out on this.
Sign in to join this conversation.
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Deuxfleurs/garage#539
No description provided.