diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-12-26 21:53:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-26 21:53:28 +0100 |
| commit | e33c5eb704c22fad69876e87d9b852a4e5072a7a (patch) | |
| tree | 8cebefd94d93b656798b21095a73dee0dacfcc58 /Cargo.toml | |
| parent | 8fbac6739545d1d874eb1af0b2b9dddff576786c (diff) | |
refactor: fastwebsockets renames (#21707)
We now use only a single version of "fastwebsockets" crate, so we no
longer need to have an alias.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index ae1b0ad00..6b53c44ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,6 +96,7 @@ data-encoding = "2.3.3" dlopen2 = "0.6.1" encoding_rs = "=0.8.33" ecb = "=0.1.2" +fastwebsockets = { version = "0.6", features = ["upgrade", "unstable-split"] } filetime = "0.2.16" flate2 = { version = "1.0.26", default-features = false } fs3 = "0.5.0" @@ -267,6 +268,8 @@ opt-level = 3 opt-level = 3 [profile.bench.package.futures-util] opt-level = 3 +[profile.bench.package.fastwebsockets] +opt-level = 3 [profile.bench.package.hyper] opt-level = 3 [profile.bench.package.tokio] |
