Skip to content

Commit 344a19c

Browse files
authored
Upgrade Warp (#5870)
1 parent 4a1d9cd commit 344a19c

File tree

28 files changed

+207
-484
lines changed

28 files changed

+207
-484
lines changed

LICENSE-3rdparty.csv

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ htmlescape,https://github.com/veddan/rust-htmlescape,Apache-2.0 OR MIT OR MP
203203
http,https://github.com/hyperium/http,MIT OR Apache-2.0,"Alex Crichton <[email protected]>, Carl Lerche <[email protected]>, Sean McArthur <[email protected]>"
204204
http-body,https://github.com/hyperium/http-body,MIT,"Carl Lerche <[email protected]>, Lucio Franco <[email protected]>, Sean McArthur <[email protected]>"
205205
http-body-util,https://github.com/hyperium/http-body,MIT,"Carl Lerche <[email protected]>, Lucio Franco <[email protected]>, Sean McArthur <[email protected]>"
206-
http-range-header,https://github.com/MarcusGrass/parse-range-headers,MIT,The http-range-header Authors
207206
http-serde,https://gitlab.com/kornelski/http-serde,Apache-2.0 OR MIT,Kornel <[email protected]>
208207
httparse,https://github.com/seanmonstar/httparse,MIT OR Apache-2.0,Sean McArthur <[email protected]>
209208
httpdate,https://github.com/pyfisch/httpdate,MIT OR Apache-2.0,Pyfisch <[email protected]>
@@ -242,7 +241,6 @@ jobserver,https://github.com/rust-lang/jobserver-rs,MIT OR Apache-2.0,Alex Crich
242241
js-sys,https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/js-sys,MIT OR Apache-2.0,The wasm-bindgen Developers
243242
json_comments,https://github.com/tmccombs/json-comments-rs,Apache-2.0,Thayne McCombs <[email protected]>
244243
lazy_static,https://github.com/rust-lang-nursery/lazy-static.rs,MIT OR Apache-2.0,Marvin Löbel <[email protected]>
245-
lazycell,https://github.com/indiv0/lazycell,MIT OR Apache-2.0,"Alex Crichton <[email protected]>, Nikita Pekin <[email protected]>"
246244
levenshtein_automata,https://github.com/tantivy-search/levenshtein-automata,MIT,Paul Masurel <[email protected]>
247245
libc,https://github.com/rust-lang/libc,MIT OR Apache-2.0,The Rust Project Developers
248246
libloading,https://github.com/nagisa/rust_libloading,ISC,Simonas Kazlauskas <[email protected]>
@@ -287,7 +285,6 @@ mio,https://github.com/tokio-rs/mio,MIT,"Carl Lerche <[email protected]>, Thomas
287285
mockall,https://github.com/asomers/mockall,MIT OR Apache-2.0,Alan Somers <[email protected]>
288286
mockall_derive,https://github.com/asomers/mockall,MIT OR Apache-2.0,Alan Somers <[email protected]>
289287
mrecordlog,https://github.com/quickwit-oss/mrecordlog,MIT,The mrecordlog Authors
290-
multer,https://github.com/rousan/multer-rs,MIT,Rousan Ali <[email protected]>
291288
multimap,https://github.com/havarnov/multimap,MIT OR Apache-2.0,Håvar Nøvik <[email protected]>
292289
murmurhash32,https://github.com/quickwit-inc/murmurhash32,MIT,Paul Masurel <[email protected]>
293290
nanorand,https://github.com/Absolucy/nanorand-rs,Zlib,Lucy <[email protected]>
@@ -402,7 +399,6 @@ rust-embed-impl,https://github.com/pyros2097/rust-embed,MIT,pyros2097 <pyros2097
402399
rust-embed-utils,https://github.com/pyros2097/rust-embed,MIT,pyros2097 <[email protected]>
403400
rust-stemmers,https://github.com/CurrySoftware/rust-stemmers,MIT OR BSD-3-Clause,"Jakob Demler <[email protected]>, CurrySoftware <[email protected]>"
404401
rustc-demangle,https://github.com/rust-lang/rustc-demangle,MIT OR Apache-2.0,Alex Crichton <[email protected]>
405-
rustc-hash,https://github.com/rust-lang-nursery/rustc-hash,Apache-2.0 OR MIT,The Rust Project Developers
406402
rustc-hash,https://github.com/rust-lang/rustc-hash,Apache-2.0 OR MIT,The Rust Project Developers
407403
rustix,https://github.com/bytecodealliance/rustix,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,"Dan Gohman <[email protected]>, Jakub Konka <[email protected]>"
408404
rustls,https://github.com/rustls/rustls,Apache-2.0 OR ISC OR MIT,The rustls Authors
@@ -494,7 +490,6 @@ tokio-macros,https://github.com/tokio-rs/tokio,MIT,Tokio Contributors <team@toki
494490
tokio-metrics,https://github.com/tokio-rs/tokio-metrics,MIT,Tokio Contributors <[email protected]>
495491
tokio-rustls,https://github.com/rustls/tokio-rustls,MIT OR Apache-2.0,The tokio-rustls Authors
496492
tokio-stream,https://github.com/tokio-rs/tokio,MIT,Tokio Contributors <[email protected]>
497-
tokio-tungstenite,https://github.com/snapview/tokio-tungstenite,MIT,"Daniel Abramov <[email protected]>, Alexey Galakhov <[email protected]>"
498493
tokio-util,https://github.com/tokio-rs/tokio,MIT,Tokio Contributors <[email protected]>
499494
toml,https://github.com/toml-rs/toml,MIT OR Apache-2.0,Alex Crichton <[email protected]>
500495
toml_datetime,https://github.com/toml-rs/toml,MIT OR Apache-2.0,The toml_datetime Authors
@@ -516,7 +511,6 @@ tracing-serde,https://github.com/tokio-rs/tracing,MIT,Tokio Contributors <team@t
516511
tracing-subscriber,https://github.com/tokio-rs/tracing,MIT,"Eliza Weisman <[email protected]>, David Barsky <[email protected]>, Tokio Contributors <[email protected]>"
517512
try-lock,https://github.com/seanmonstar/try-lock,MIT,Sean McArthur <[email protected]>
518513
ttl_cache,https://github.com/stusmall/ttl_cache,MIT OR Apache-2.0,Stu Small <[email protected]>
519-
tungstenite,https://github.com/snapview/tungstenite-rs,MIT OR Apache-2.0,"Alexey Galakhov, Daniel Abramov"
520514
typenum,https://github.com/paholg/typenum,MIT OR Apache-2.0,"Paho Lurie-Gregg <[email protected]>, Andre Bogus <[email protected]>"
521515
ulid,https://github.com/dylanhart/ulid-rs,MIT,dylanhart <[email protected]>
522516
unarray,https://github.com/cameron1024/unarray,MIT OR Apache-2.0,The unarray Authors
@@ -528,7 +522,6 @@ untrusted,https://github.com/briansmith/untrusted,ISC,Brian Smith <brian@briansm
528522
url,https://github.com/servo/rust-url,MIT OR Apache-2.0,The rust-url developers
529523
urlencoding,https://github.com/kornelski/rust_urlencoding,MIT,"Kornel <[email protected]>, Bertram Truong <[email protected]>"
530524
username,https://pijul.org/darcs/user,MIT OR Apache-2.0,Pierre-Étienne Meunier <[email protected]>
531-
utf-8,https://github.com/SimonSapin/rust-utf8,MIT OR Apache-2.0,Simon Sapin <[email protected]>
532525
utf8-ranges,https://github.com/BurntSushi/utf8-ranges,Unlicense OR MIT,Andrew Gallant <[email protected]>
533526
utf8_iter,https://github.com/hsivonen/utf8_iter,Apache-2.0 OR MIT,Henri Sivonen <[email protected]>
534527
utf8parse,https://github.com/alacritty/vte,Apache-2.0 OR MIT,"Joe Wilm <[email protected]>, Christian Duerr <[email protected]>"
@@ -556,7 +549,6 @@ wasm-timer,https://github.com/tomaka/wasm-timer,MIT,Pierre Krieger <pierre.krieg
556549
web-sys,https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/web-sys,MIT OR Apache-2.0,The wasm-bindgen Developers
557550
web-time,https://github.com/daxpedda/web-time,MIT OR Apache-2.0,The web-time Authors
558551
webpki-roots,https://github.com/rustls/webpki-roots,CDLA-Permissive-2.0,The webpki-roots Authors
559-
which,https://github.com/harryfei/which-rs,MIT,Harry Fei <[email protected]>
560552
whichlang,https://github.com/quickwit-oss/whichlang,MIT,"Quickwit, Inc. <[email protected]>"
561553
winapi,https://github.com/retep998/winapi-rs,MIT,Peter Atashian <[email protected]>
562554
winapi,https://github.com/retep998/winapi-rs,MIT OR Apache-2.0,Peter Atashian <[email protected]>

0 commit comments

Comments
 (0)