Skip to content

Commit 8d15720

Browse files
authored
Fix dependency issue (#5836)
* Fix dependency issue * Update license third-party file
1 parent 1bcf99e commit 8d15720

File tree

2 files changed

+557
-468
lines changed

2 files changed

+557
-468
lines changed

LICENSE-3rdparty.csv

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ cbor-diag,https://github.com/Nullus157/cbor-diag-rs,MIT OR Apache-2.0,The cbor-d
8484
cc,https://github.com/rust-lang/cc-rs,MIT OR Apache-2.0,Alex Crichton <[email protected]>
8585
census,https://github.com/quickwit-inc/census,MIT,Paul Masurel <[email protected]>
8686
cexpr,https://github.com/jethrogb/rust-cexpr,Apache-2.0 OR MIT,Jethro Beekman <[email protected]>
87-
cfg-if,https://github.com/alexcrichton/cfg-if,MIT OR Apache-2.0,Alex Crichton <[email protected]>
87+
cfg-if,https://github.com/rust-lang/cfg-if,MIT OR Apache-2.0,Alex Crichton <[email protected]>
8888
chitchat,https://github.com/quickwit-oss/chitchat,MIT,"Quickwit, Inc. <[email protected]>"
8989
chrono,https://github.com/chronotope/chrono,MIT OR Apache-2.0,The chrono Authors
9090
ciborium,https://github.com/enarx/ciborium,Apache-2.0,Nathaniel McCallum <[email protected]>
@@ -96,7 +96,7 @@ clap,https://github.com/clap-rs/clap,MIT OR Apache-2.0,The clap Authors
9696
clap_builder,https://github.com/clap-rs/clap,MIT OR Apache-2.0,The clap_builder Authors
9797
clap_lex,https://github.com/clap-rs/clap,MIT OR Apache-2.0,The clap_lex Authors
9898
coarsetime,https://github.com/jedisct1/rust-coarsetime,ISC,Frank Denis <[email protected]>
99-
cobs,https://github.com/jamesmunns/cobs.rs,MIT OR Apache-2.0,"Allen Welkie <>, James Munns <james.munns@ferrous-systems.com>"
99+
cobs,https://github.com/jamesmunns/cobs.rs,MIT OR Apache-2.0,"Allen Welkie <>, James Munns <james@onevariable.com>"
100100
colorchoice,https://github.com/rust-cli/anstyle,MIT OR Apache-2.0,The colorchoice Authors
101101
colored,https://github.com/mackwic/colored,MPL-2.0,Thomas Wickham <[email protected]>
102102
console,https://github.com/console-rs/console,MIT,Armin Ronacher <[email protected]>
@@ -156,7 +156,6 @@ enum-iterator-derive,https://github.com/stephaneyfx/enum-iterator,0BSD,Stephane
156156
env_logger,https://github.com/rust-cli/env_logger,MIT OR Apache-2.0,The env_logger Authors
157157
equivalent,https://github.com/indexmap-rs/equivalent,Apache-2.0 OR MIT,The equivalent Authors
158158
errno,https://github.com/lambda-fairy/rust-errno,MIT OR Apache-2.0,"Chris Wong <[email protected]>, Dan Gohman <[email protected]>"
159-
extend,https://github.com/davidpdrsn/ext,MIT,David Pedersen <[email protected]>
160159
fail,https://github.com/tikv/fail-rs,Apache-2.0,The TiKV Project Developers
161160
fastdivide,https://github.com/fulmicoton/fastdivide,zlib-acknowledgement OR MIT,Paul Masurel <[email protected]>
162161
fastrand,https://github.com/smol-rs/fastrand,Apache-2.0 OR MIT,Stjepan Glavina <[email protected]>
@@ -230,8 +229,10 @@ indexmap,https://github.com/indexmap-rs/indexmap,Apache-2.0 OR MIT,The indexmap
230229
indicatif,https://github.com/console-rs/indicatif,MIT,The indicatif Authors
231230
inout,https://github.com/RustCrypto/utils,MIT OR Apache-2.0,RustCrypto Developers
232231
instant,https://github.com/sebcrozet/instant,BSD-3-Clause,sebcrozet <[email protected]>
232+
io-uring,https://github.com/tokio-rs/io-uring,MIT OR Apache-2.0,quininer <[email protected]>
233233
ipnet,https://github.com/krisprice/ipnet,MIT OR Apache-2.0,Kris Price <[email protected]>
234234
ipnetwork,https://github.com/achanda/ipnetwork,MIT OR Apache-2.0,"Abhishek Chanda <[email protected]>, Linus Färnstrand <[email protected]>"
235+
iri-string,https://github.com/lo48576/iri-string,MIT OR Apache-2.0,YOSHIOKA Takuma <[email protected]>
235236
is-terminal,https://github.com/sunfishcode/is-terminal,MIT,"softprops <[email protected]>, Dan Gohman <[email protected]>"
236237
is_terminal_polyfill,https://github.com/polyfill-rs/is_terminal_polyfill,MIT OR Apache-2.0,The is_terminal_polyfill Authors
237238
itertools,https://github.com/rust-itertools/itertools,MIT OR Apache-2.0,bluss
@@ -388,6 +389,8 @@ rand_xorshift,https://github.com/rust-random/rngs,MIT OR Apache-2.0,"The Rand Pr
388389
rayon,https://github.com/rayon-rs/rayon,MIT OR Apache-2.0,"Niko Matsakis <[email protected]>, Josh Stone <[email protected]>"
389390
rayon-core,https://github.com/rayon-rs/rayon,MIT OR Apache-2.0,"Niko Matsakis <[email protected]>, Josh Stone <[email protected]>"
390391
redox_syscall,https://gitlab.redox-os.org/redox-os/syscall,MIT,Jeremy Soller <[email protected]>
392+
ref-cast,https://github.com/dtolnay/ref-cast,MIT OR Apache-2.0,David Tolnay <[email protected]>
393+
ref-cast-impl,https://github.com/dtolnay/ref-cast,MIT OR Apache-2.0,David Tolnay <[email protected]>
391394
regex,https://github.com/rust-lang/regex,MIT OR Apache-2.0,"The Rust Project Developers, Andrew Gallant <[email protected]>"
392395
regex-automata,https://github.com/BurntSushi/regex-automata,Unlicense OR MIT,Andrew Gallant <[email protected]>
393396
regex-automata,https://github.com/rust-lang/regex/tree/master/regex-automata,MIT OR Apache-2.0,"The Rust Project Developers, Andrew Gallant <[email protected]>"
@@ -422,6 +425,7 @@ ryu,https://github.com/dtolnay/ryu,Apache-2.0 OR BSL-1.0,David Tolnay <dtolnay@g
422425
same-file,https://github.com/BurntSushi/same-file,Unlicense OR MIT,Andrew Gallant <[email protected]>
423426
scc,https://github.com/wvwwvwwv/scalable-concurrent-containers,Apache-2.0,wvwwvwwv <[email protected]>
424427
schannel,https://github.com/steffengy/schannel-rs,MIT,"Steven Fackler <[email protected]>, Steffen Butzer <[email protected]>"
428+
schemars,https://github.com/GREsau/schemars,MIT,Graham Esau <[email protected]>
425429
scoped-tls,https://github.com/alexcrichton/scoped-tls,MIT OR Apache-2.0,Alex Crichton <[email protected]>
426430
scopeguard,https://github.com/bluss/scopeguard,MIT OR Apache-2.0,bluss
427431
sct,https://github.com/rustls/sct.rs,Apache-2.0 OR ISC OR MIT,Joseph Birr-Pixton <[email protected]>
@@ -466,6 +470,8 @@ syn,https://github.com/dtolnay/syn,MIT OR Apache-2.0,David Tolnay <dtolnay@gmail
466470
sync_wrapper,https://github.com/Actyx/sync_wrapper,Apache-2.0,Actyx AG <[email protected]>
467471
synstructure,https://github.com/mystor/synstructure,MIT,Nika Layzell <[email protected]>
468472
sysinfo,https://github.com/GuillaumeGomez/sysinfo,MIT,Guillaume Gomez <[email protected]>
473+
system-configuration,https://github.com/mullvad/system-configuration-rs,MIT OR Apache-2.0,Mullvad VPN
474+
system-configuration-sys,https://github.com/mullvad/system-configuration-rs,MIT OR Apache-2.0,Mullvad VPN
469475
tabled,https://github.com/zhiburt/tabled,MIT,Maxim Zhiburt <[email protected]>
470476
tabled_derive,https://github.com/zhiburt/tabled,MIT,Maxim Zhiburt <[email protected]>
471477
tantivy,https://github.com/quickwit-oss/tantivy,MIT,Paul Masurel <[email protected]>
@@ -500,7 +506,7 @@ tokio-stream,https://github.com/tokio-rs/tokio,MIT,Tokio Contributors <team@toki
500506
tokio-tungstenite,https://github.com/snapview/tokio-tungstenite,MIT,"Daniel Abramov <[email protected]>, Alexey Galakhov <[email protected]>"
501507
tokio-util,https://github.com/tokio-rs/tokio,MIT,Tokio Contributors <[email protected]>
502508
toml,https://github.com/toml-rs/toml,MIT OR Apache-2.0,Alex Crichton <[email protected]>
503-
toml_datetime,https://github.com/toml-rs/toml,MIT OR Apache-2.0,Alex Crichton <[email protected]>
509+
toml_datetime,https://github.com/toml-rs/toml,MIT OR Apache-2.0,The toml_datetime Authors
504510
toml_edit,https://github.com/toml-rs/toml,MIT OR Apache-2.0,"Andronik Ordian <[email protected]>, Ed Page <[email protected]>"
505511
tonic,https://github.com/hyperium/tonic,MIT,Lucio Franco <[email protected]>
506512
tonic-build,https://github.com/hyperium/tonic,MIT,Lucio Franco <[email protected]>

0 commit comments

Comments
 (0)