Skip to content

Commit 0b14956

Browse files
committed
Add --retries parameter to CLI commands
1 parent baef6af commit 0b14956

File tree

11 files changed

+1560
-987
lines changed

11 files changed

+1560
-987
lines changed

LICENSE-3rdparty.csv

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ overload,https://github.com/danaugrs/overload,MIT,Daniel Salvadori <danaugrs@gma
303303
ownedbytes,https://github.com/quickwit-oss/tantivy,MIT,"Paul Masurel <[email protected]>, Pascal Seitz <[email protected]>"
304304
p256,https://github.com/RustCrypto/elliptic-curves/tree/master/p256,Apache-2.0 OR MIT,RustCrypto Developers
305305
parking,https://github.com/smol-rs/parking,Apache-2.0 OR MIT,"Stjepan Glavina <[email protected]>, The Rust Project Developers"
306+
parking_lot,https://github.com/Amanieu/parking_lot,Apache-2.0 OR MIT,Amanieu d'Antras <[email protected]>
306307
parking_lot,https://github.com/Amanieu/parking_lot,MIT OR Apache-2.0,Amanieu d'Antras <[email protected]>
307308
password-hash,https://github.com/RustCrypto/traits/tree/master/password-hash,MIT OR Apache-2.0,RustCrypto Developers
308309
pbkdf2,https://github.com/RustCrypto/password-hashes/tree/master/pbkdf2,MIT OR Apache-2.0,RustCrypto Developers
@@ -363,7 +364,9 @@ regex-lite,https://github.com/rust-lang/regex/tree/master/regex-lite,MIT OR Apac
363364
regex-syntax,https://github.com/rust-lang/regex,MIT OR Apache-2.0,The Rust Project Developers
364365
regex-syntax,https://github.com/rust-lang/regex/tree/master/regex-syntax,MIT OR Apache-2.0,"The Rust Project Developers, Andrew Gallant <[email protected]>"
365366
reqwest,https://github.com/seanmonstar/reqwest,MIT OR Apache-2.0,Sean McArthur <[email protected]>
367+
reqwest-middleware,https://github.com/TrueLayer/reqwest-middleware,MIT OR Apache-2.0,Rodrigo Gryzinski <[email protected]>
366368
retain_mut,https://github.com/upsuper/retain_mut,MIT,Xidorn Quan <[email protected]>
369+
retry-policies,https://github.com/TrueLayer/retry-policies,MIT OR Apache-2.0,Luca Palmieri <[email protected]>
367370
rfc6979,https://github.com/RustCrypto/signatures/tree/master/rfc6979,Apache-2.0 OR MIT,RustCrypto Developers
368371
ring,https://github.com/briansmith/ring,ISC AND Custom,Brian Smith <[email protected]>
369372
roxmltree,https://github.com/RazrFalcon/roxmltree,MIT OR Apache-2.0,Evgeniy Reizner <[email protected]>
@@ -427,7 +430,6 @@ syn,https://github.com/dtolnay/syn,MIT OR Apache-2.0,David Tolnay <dtolnay@gmail
427430
sync_wrapper,https://github.com/Actyx/sync_wrapper,Apache-2.0,Actyx AG <[email protected]>
428431
synstructure,https://github.com/mystor/synstructure,MIT,Nika Layzell <[email protected]>
429432
sysinfo,https://github.com/GuillaumeGomez/sysinfo,MIT,Guillaume Gomez <[email protected]>
430-
system-configuration,https://github.com/mullvad/system-configuration-rs,MIT OR Apache-2.0,Mullvad VPN
431433
tabled,https://github.com/zhiburt/tabled,MIT,Maxim Zhiburt <[email protected]>
432434
tantivy,https://github.com/quickwit-oss/tantivy,MIT,Paul Masurel <[email protected]>
433435
tantivy-columnar,https://github.com/quickwit-oss/tantivy,MIT,The tantivy-columnar Authors
@@ -505,6 +507,7 @@ wasm-bindgen-futures,https://github.com/rustwasm/wasm-bindgen/tree/master/crates
505507
wasm-bindgen-macro,https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro,MIT OR Apache-2.0,The wasm-bindgen Developers
506508
wasm-bindgen-macro-support,https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support,MIT OR Apache-2.0,The wasm-bindgen Developers
507509
wasm-bindgen-shared,https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared,MIT OR Apache-2.0,The wasm-bindgen Developers
510+
wasm-timer,https://github.com/tomaka/wasm-timer,MIT,Pierre Krieger <[email protected]>
508511
web-sys,https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys,MIT OR Apache-2.0,The wasm-bindgen Developers
509512
web-time,https://github.com/daxpedda/web-time,MIT OR Apache-2.0,The web-time Authors
510513
webpki-roots,https://github.com/rustls/webpki-roots,MPL-2.0,The webpki-roots Authors
@@ -515,7 +518,6 @@ winapi,https://github.com/retep998/winapi-rs,MIT OR Apache-2.0,Peter Atashian <r
515518
winapi-util,https://github.com/BurntSushi/winapi-util,Unlicense OR MIT,Andrew Gallant <[email protected]>
516519
windows,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
517520
winnow,https://github.com/winnow-rs/winnow,MIT,The winnow Authors
518-
winreg,https://github.com/gentoo90/winreg-rs,MIT,Igor Shaula <[email protected]>
519521
wit-bindgen-rt,https://github.com/bytecodealliance/wasi-rs,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,The wit-bindgen-rt Authors
520522
write16,https://github.com/hsivonen/write16,Apache-2.0 OR MIT,The write16 Authors
521523
writeable,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers

0 commit comments

Comments
 (0)