diff options
author | Alex Touchet <26315797+atouchet@users.noreply.github.com> | 2025-03-30 12:03:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-30 19:03:54 +0000 |
commit | 1aac377e62f11d4b108b000e8d09d5c85edb2c32 (patch) | |
tree | 50e264d4d6ed255fb7d74a676a8596e18014909e /components/shared/net/Cargo.toml | |
parent | b445053a7c5372320c53e2084c274362bc204357 (diff) | |
download | servo-1aac377e62f11d4b108b000e8d09d5c85edb2c32.tar.gz servo-1aac377e62f11d4b108b000e8d09d5c85edb2c32.zip |
Organize component Cargo.toml dependencies (#36224)
Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com>
Diffstat (limited to 'components/shared/net/Cargo.toml')
-rw-r--r-- | components/shared/net/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/shared/net/Cargo.toml b/components/shared/net/Cargo.toml index 056d48146f2..511460b4f98 100644 --- a/components/shared/net/Cargo.toml +++ b/components/shared/net/Cargo.toml @@ -21,8 +21,8 @@ crossbeam-channel = { workspace = true } embedder_traits = { workspace = true } headers = { workspace = true } http = { workspace = true } -hyper_serde = { workspace = true } hyper-util = { workspace = true } +hyper_serde = { workspace = true } ipc-channel = { workspace = true } log = { workspace = true } malloc_size_of = { workspace = true } |