Skip to content

Commit 24e9cf2

Browse files
authored
upgrade vrl, accept more decompression encodings (#5705)
* upgrade vrl, accept more decompression encodings * update 3rd party
1 parent 98d6940 commit 24e9cf2

File tree

4 files changed

+150
-132
lines changed

4 files changed

+150
-132
lines changed

LICENSE-3rdparty.csv

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ new_string_template,https://github.com/hasezoey/new_string_template,MIT,hasezoey
277277
no-std-net,https://github.com/dunmatt/no-std-net,MIT,M@ Dunlap <mattdunlap@gmail.com>
278278
nom,https://github.com/Geal/nom,MIT,contact@geoffroycouprie.com
279279
normalize-line-endings,https://github.com/derekdreery/normalize-line-endings,Apache-2.0,Richard Dodd <richdodj@gmail.com>
280+
ntapi,https://github.com/MSxDOS/ntapi,Apache-2.0 OR MIT,MSxDOS <melcodos@gmail.com>
280281
nu-ansi-term,https://github.com/nushell/nu-ansi-term,MIT,"ogham@bsago.me, Ryan Scheel (Havvy) <ryan.havvy@gmail.com>, Josh Triplett <josh@joshtriplett.org>, The Nushell Project Developers"
281282
num-bigint,https://github.com/rust-num/num-bigint,MIT OR Apache-2.0,The Rust Project Developers
282283
num-conv,https://github.com/jhpratt/num-conv,MIT OR Apache-2.0,Jacob Pratt <jacob@jhpratt.dev>
@@ -425,6 +426,7 @@ subtle,https://github.com/dalek-cryptography/subtle,BSD-3-Clause,"Isis Lovecruft
425426
syn,https://github.com/dtolnay/syn,MIT OR Apache-2.0,David Tolnay <dtolnay@gmail.com>
426427
sync_wrapper,https://github.com/Actyx/sync_wrapper,Apache-2.0,Actyx AG <developer@actyx.io>
427428
synstructure,https://github.com/mystor/synstructure,MIT,Nika Layzell <nika@thelayzells.com>
429+
sysinfo,https://github.com/GuillaumeGomez/sysinfo,MIT,Guillaume Gomez <guillaume1.gomez@gmail.com>
428430
system-configuration,https://github.com/mullvad/system-configuration-rs,MIT OR Apache-2.0,Mullvad VPN
429431
tabled,https://github.com/zhiburt/tabled,MIT,Maxim Zhiburt <zhiburt@gmail.com>
430432
tantivy,https://github.com/quickwit-oss/tantivy,MIT,Paul Masurel <paul.masurel@gmail.com>
@@ -509,20 +511,7 @@ whichlang,https://github.com/quickwit-oss/whichlang,MIT,"Quickwit, Inc. <hello@q
509511
winapi,https://github.com/retep998/winapi-rs,MIT,Peter Atashian <retep998@gmail.com>
510512
winapi,https://github.com/retep998/winapi-rs,MIT OR Apache-2.0,Peter Atashian <retep998@gmail.com>
511513
winapi-util,https://github.com/BurntSushi/winapi-util,Unlicense OR MIT,Andrew Gallant <jamslam@gmail.com>
512-
windows-core,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
513-
windows-registry,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
514-
windows-result,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
515-
windows-strings,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
516-
windows-sys,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
517-
windows-targets,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
518-
windows_aarch64_gnullvm,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
519-
windows_aarch64_msvc,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
520-
windows_i686_gnu,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
521-
windows_i686_gnullvm,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
522-
windows_i686_msvc,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
523-
windows_x86_64_gnu,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
524-
windows_x86_64_gnullvm,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
525-
windows_x86_64_msvc,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
514+
windows,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
526515
winnow,https://github.com/winnow-rs/winnow,MIT,The winnow Authors
527516
winreg,https://github.com/gentoo90/winreg-rs,MIT,Igor Shaula <gentoo90@gmail.com>
528517
write16,https://github.com/hsivonen/write16,Apache-2.0 OR MIT,The write16 Authors

0 commit comments

Comments
 (0)