Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
fda5c53
bump compatible deps
congx4 Dec 17, 2025
4344533
update first incompatible batch
congx4 Dec 18, 2025
b224d89
add second incompatible batch
congx4 Dec 18, 2025
a91b89e
add third incompatible batch
congx4 Dec 18, 2025
3f8b773
update the updated function
congx4 Dec 18, 2025
8564d3b
updatr 3rd party license
congx4 Dec 18, 2025
9bc41b6
bump more deps
congx4 Dec 18, 2025
3d93398
remove tests
congx4 Dec 18, 2025
f818ec3
update tests
congx4 Dec 18, 2025
53df745
update 3rd license
congx4 Dec 18, 2025
1323818
fix tests
congx4 Dec 18, 2025
a47d9e6
add more deps
congx4 Dec 18, 2025
0d407b5
fix lint
congx4 Dec 19, 2025
9f48902
Merge branch 'congxie/bumpDepVersion_2' into congxie/bumpDepVersion_3
congx4 Dec 19, 2025
919d1bb
update 3rd license
congx4 Dec 19, 2025
2b74fd8
just add disk feature from sysinfo
congx4 Dec 19, 2025
c5062ba
update 3rd license
congx4 Dec 19, 2025
16eb977
Merge branch 'congxie/bumpDepVersion_1' into congxie/bumpDepVersion_2
congx4 Dec 19, 2025
2b4e84d
Merge branch 'main' of github.com:quickwit-oss/quickwit into congxie/…
congx4 Dec 19, 2025
15a5449
Merge branch 'congxie/bumpDepVersion_1' into congxie/bumpDepVersion_2
congx4 Dec 19, 2025
d6b8674
Merge branch 'congxie/bumpDepVersion_2' into congxie/bumpDepVersion_3
congx4 Dec 19, 2025
f0ee07a
fix fmt
congx4 Dec 19, 2025
cbd1f46
Merge branch 'main' into congxie/bumpDepVersion_2
congx4 Dec 19, 2025
1b9e479
Merge branch 'congxie/bumpDepVersion_2' into congxie/bumpDepVersion_3
congx4 Dec 19, 2025
5bd4f5e
fix lint
congx4 Dec 19, 2025
f04d11e
Revert "fix lint"
congx4 Dec 19, 2025
23d4d5d
allow doc_lazy_continuation for clippy
congx4 Dec 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,8 @@ prost-derive,https://github.com/tokio-rs/prost,Apache-2.0,"Dan Burkert <dan@danb
prost-types,https://github.com/tokio-rs/prost,Apache-2.0,"Dan Burkert <dan@danburkert.com>, Lucio Franco <luciofranco14@gmail.com>, Casper Meijn <casper@meijn.net>, Tokio Contributors <team@tokio.rs>"
protobuf,https://github.com/stepancheg/rust-protobuf,MIT,Stepan Koltsov <stepan.koltsov@gmail.com>
protobuf-support,https://github.com/stepancheg/rust-protobuf,MIT,Stepan Koltsov <stepan.koltsov@gmail.com>
pulldown-cmark,https://github.com/raphlinus/pulldown-cmark,MIT,"Raph Levien <raph.levien@gmail.com>, Marcus Klaas de Vries <mail@marcusklaas.nl>"
pulldown-cmark-to-cmark,https://github.com/Byron/pulldown-cmark-to-cmark,Apache-2.0,"Sebastian Thiel <byronimo@gmail.com>, Dylan Owen <dyltotheo@gmail.com>, Alessandro Ogier <alessandro.ogier@gmail.com>, Zixian Cai <2891235+caizixian@users.noreply.github.com>, Andrew Lyjak <andrew.lyjak@gmail.com>"
quanta,https://github.com/metrics-rs/quanta,MIT,Toby Lawrence <toby@nuclearfurnace.com>
quick-error,http://github.com/tailhook/quick-error,MIT OR Apache-2.0,"Paul Colomiets <paul@colomiets.name>, Colin Kiegel <kiegel@gmx.de>"
quinn,https://github.com/quinn-rs/quinn,MIT OR Apache-2.0,The quinn Authors
Expand Down Expand Up @@ -495,6 +497,8 @@ toml_writer,https://github.com/toml-rs/toml,MIT OR Apache-2.0,The toml_writer Au
tonic,https://github.com/hyperium/tonic,MIT,Lucio Franco <luciofranco14@gmail.com>
tonic-build,https://github.com/hyperium/tonic,MIT,Lucio Franco <luciofranco14@gmail.com>
tonic-health,https://github.com/hyperium/tonic,MIT,James Nugent <james@jen20.com>
tonic-prost,https://github.com/hyperium/tonic,MIT,Lucio Franco <luciofranco14@gmail.com>
tonic-prost-build,https://github.com/hyperium/tonic,MIT,Lucio Franco <luciofranco14@gmail.com>
tonic-reflection,https://github.com/hyperium/tonic,MIT,"James Nugent <james@jen20.com>, Samani G. Gikandi <samani@gojulas.com>"
tower,https://github.com/tower-rs/tower,MIT,Tower Maintainers <team@tower-rs.com>
tower-http,https://github.com/tower-rs/tower-http,MIT,Tower Maintainers <team@tower-rs.com>
Expand Down
Loading