diff options
Diffstat (limited to 'components/shared/net')
-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 } |