aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared/net/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* `compositing`: Combine `webrender_traits` and `compositing_traits` (#36372)Martin Robinson2025-04-061-1/+1
* Organize component Cargo.toml dependencies (#36224)Alex Touchet2025-03-301-1/+1
* deps: Remove some unused `Cargo.toml` (#35466)Martin Robinson2025-02-141-1/+0
* Add http2 feature for hyper-util (#34920)Oriol Brufau2025-01-091-1/+1
* Update all network-related dependencies to the latest versions (#34630)Josh Matthews2025-01-081-1/+2
* Remove some unused dependencies (#34355)Jonathan Schwender2024-11-251-2/+0
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-0/+1
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* Replace the lazy_static crate with `std::sync::LazyLock` in components/shared...Hayashi Mikihiro2024-08-151-1/+0
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-5/+5
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-201-0/+1
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-2/+2
* deps: Stop vendoring WebRender (#31212)Martin Robinson2024-01-301-1/+1
* Replace time with std::time in components/metrics & components/shared (#31020)Taym Haddadi2024-01-101-1/+0
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-0/+42