summaryrefslogtreecommitdiffstats
path: root/examples/websocket/Cargo.toml (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-21Update all `examples` to Rust 2024Libravatar Héctor Ramón Jiménez1-1/+1
2025-01-06chore: remove once_cell dependencyLibravatar Tommy Volk1-1/+0
2024-02-09Update `async-tungstenite` dependency in `websocket` exampleLibravatar Héctor Ramón Jiménez1-1/+1
2023-12-11Update `async-tungstenite` in `websocket` exampleLibravatar Héctor Ramón Jiménez1-1/+1
2023-09-04Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez1-6/+6
We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
2023-08-23Update vulnerable `async-tungstenite` dependency in `websocket` exampleLibravatar Héctor Ramón Jiménez1-1/+1
2023-03-05Remove generic `Hasher` and `Event` from `subscription::Recipe`Libravatar Héctor Ramón Jiménez1-2/+0
2022-11-01Remove patch version from `once_cell` dependencyLibravatar Héctor Ramón Jiménez1-1/+1
2022-10-28Use `once_cell` instead of `lazy_static`Libravatar Ian Douglas Scott1-1/+1
This seems to be generally considered the preferred, idiomatic solution now. This is in the standard library behind a feature flag (apparently now called `std::sync::LazyLock`).
2022-08-04Bump `websocket` example version to fix `audit` workflowLibravatar Héctor Ramón Jiménez1-1/+1
2022-08-04Implement `scrollable::snap_to` operationLibravatar Héctor Ramón Jiménez1-0/+1
2022-02-09Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2022-01-16Draft `websocket` example :tada:Libravatar Héctor Ramón Jiménez1-0/+22