-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the rust-dependencies group across 1 directory with 23 updates #5670
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/cargo/quickwit/rust-dependencies-727b0cc0dc
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bump the rust-dependencies group across 1 directory with 23 updates #5670
dependabot
wants to merge
1
commit into
main
from
dependabot/cargo/quickwit/rust-dependencies-727b0cc0dc
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the rust-dependencies group with 23 updates in the /quickwit directory: | Package | From | To | | --- | --- | --- | | [bytes](https://github.com/tokio-rs/bytes) | `1.8.0` | `1.10.0` | | [bytestring](https://github.com/actix/actix-net) | `1.3.1` | `1.4.0` | | [colored](https://github.com/mackwic/colored) | `2.1.0` | `2.2.0` | | [heck](https://github.com/withoutboats/heck) | `0.4.1` | `0.5.0` | | [hostname](https://github.com/svartalf/hostname) | `0.3.1` | `0.4.0` | | [http](https://github.com/hyperium/http) | `0.2.12` | `1.1.0` | | [http-serde](https://gitlab.com/kornelski/http-serde) | `1.1.3` | `2.1.1` | | [hyper-rustls](https://github.com/rustls/hyper-rustls) | `0.24.2` | `0.27.5` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.6.0` | `2.7.1` | | [postcard](https://github.com/jamesmunns/postcard) | `1.0.10` | `1.1.1` | | [proptest](https://github.com/proptest-rs/proptest) | `1.5.0` | `1.6.0` | | [prost](https://github.com/tokio-rs/prost) | `0.11.9` | `0.13.3` | | [prost-types](https://github.com/tokio-rs/prost) | `0.11.9` | `0.13.3` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.27` | `0.12.12` | | [serde_with](https://github.com/jonasbb/serde_with) | `3.11.0` | `3.12.0` | | [sync_wrapper](https://github.com/Actyx/sync_wrapper) | `0.1.2` | `1.0.2` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.14.0` | `3.16.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.69` | `2.0.7` | | [tokio](https://github.com/tokio-rs/tokio) | `1.41.1` | `1.43.0` | | [tonic](https://github.com/hyperium/tonic) | `0.9.2` | `0.12.3` | | [tower](https://github.com/tower-rs/tower) | `0.4.13` | `0.5.2` | | [uuid](https://github.com/uuid-rs/uuid) | `1.11.0` | `1.13.1` | | [aws_lambda_events](https://github.com/awslabs/aws-lambda-rust-runtime) | `0.15.1` | `0.16.0` | Updates `bytes` from 1.8.0 to 1.10.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.8.0...v1.10.0) Updates `bytestring` from 1.3.1 to 1.4.0 - [Release notes](https://github.com/actix/actix-net/releases) - [Commits](actix/actix-net@bytestring-v1.3.1...bytestring-v1.4.0) Updates `colored` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/mackwic/colored/releases) - [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md) - [Commits](colored-rs/colored@v2.1.0...v2.2.0) Updates `heck` from 0.4.1 to 0.5.0 - [Changelog](https://github.com/withoutboats/heck/blob/master/CHANGELOG.md) - [Commits](https://github.com/withoutboats/heck/commits) Updates `hostname` from 0.3.1 to 0.4.0 - [Release notes](https://github.com/svartalf/hostname/releases) - [Changelog](https://github.com/svartalf/hostname/blob/master/CHANGELOG.md) - [Commits](svartalf/hostname@v0.3.1...v0.4.0) Updates `http` from 0.2.12 to 1.1.0 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v0.2.12...v1.1.0) Updates `http-serde` from 1.1.3 to 2.1.1 - [Commits](https://gitlab.com/kornelski/http-serde/compare/v1.1.3...v2.1.1) Updates `hyper-rustls` from 0.24.2 to 0.27.5 - [Release notes](https://github.com/rustls/hyper-rustls/releases) - [Commits](https://github.com/rustls/hyper-rustls/commits/v/0.27.5) Updates `indexmap` from 2.6.0 to 2.7.1 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.6.0...2.7.1) Updates `postcard` from 1.0.10 to 1.1.1 - [Release notes](https://github.com/jamesmunns/postcard/releases) - [Changelog](https://github.com/jamesmunns/postcard/blob/main/CHANGELOG.md) - [Commits](jamesmunns/postcard@v1.0.10...postcard/v1.1.1) Updates `proptest` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](proptest-rs/proptest@v1.5.0...v1.6.0) Updates `prost` from 0.11.9 to 0.13.3 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.11.9...v0.13.3) Updates `prost-types` from 0.11.9 to 0.13.3 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.11.9...v0.13.3) Updates `reqwest` from 0.11.27 to 0.12.12 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.27...v0.12.12) Updates `serde_with` from 3.11.0 to 3.12.0 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.11.0...v3.12.0) Updates `sync_wrapper` from 0.1.2 to 1.0.2 - [Commits](https://github.com/Actyx/sync_wrapper/commits) Updates `tempfile` from 3.14.0 to 3.16.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.14.0...v3.16.0) Updates `thiserror` from 1.0.69 to 2.0.7 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.7) Updates `tokio` from 1.41.1 to 1.43.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.43.0) Updates `tonic` from 0.9.2 to 0.12.3 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.9.2...v0.12.3) Updates `tower` from 0.4.13 to 0.5.2 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-0.4.13...tower-0.5.2) Updates `uuid` from 1.11.0 to 1.13.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.11.0...1.13.1) Updates `aws_lambda_events` from 0.15.1 to 0.16.0 - [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases) - [Commits](awslabs/aws-lambda-rust-runtime@lambda-events-0.15.1...lambda-events-0.16.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: bytestring dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: colored dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: heck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: hostname dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: http dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: http-serde dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: hyper-rustls dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: postcard dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: proptest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: prost-types dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: sync_wrapper dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: tonic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: tower dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: aws_lambda_events dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Feb 6, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the rust-dependencies group with 23 updates in the /quickwit directory:
1.8.0
1.10.0
1.3.1
1.4.0
2.1.0
2.2.0
0.4.1
0.5.0
0.3.1
0.4.0
0.2.12
1.1.0
1.1.3
2.1.1
0.24.2
0.27.5
2.6.0
2.7.1
1.0.10
1.1.1
1.5.0
1.6.0
0.11.9
0.13.3
0.11.9
0.13.3
0.11.27
0.12.12
3.11.0
3.12.0
0.1.2
1.0.2
3.14.0
3.16.0
1.0.69
2.0.7
1.41.1
1.43.0
0.9.2
0.12.3
0.4.13
0.5.2
1.11.0
1.13.1
0.15.1
0.16.0
Updates
bytes
from 1.8.0 to 1.10.0Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
e0f3a25
chore: prepare bytes v1.10.0 (#766)16fd473
Add feature to support platforms without atomic CAS (#467)71824b0
ci: test AArch64 and run tests instead of build in cross job (#763)7a87660
Use [lints] to address unexpected_cfgs lint (#762)3ab876f
Try get methods for Buf trait (#753)a1b1208
Disable test_bytes_vec_alloc test on miri (#755)aae4969
Add specializedBuf::chunks_vectored
forTake
(#617)103d7bf
Remove incorrect guarantee forchunks_vectored
(#754)16cc574
ImplementBuf::chunks_vectored
forVecDeque\<u8>
(#708)0e9e4fc
ExpandBuf
tests (#747)Updates
bytestring
from 1.3.1 to 1.4.0Release notes
Sourced from bytestring's releases.
Commits
0e36c5f
feat(bytestring): split_at method (#619)47f0017
build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2 (#617)bb4fc31
build(deps): bump taiki-e/install-action from 2.44.69 to 2.44.71 (#618)01a104e
build(deps): bump taiki-e/install-action from 2.44.60 to 2.44.69 (#616)4ab27bf
ci: move nightly rust versions to vars (#615)8084cec
build(deps): bump taiki-e/install-action from 2.44.54 to 2.44.60 (#613)a2517da
build(deps): bump taiki-e/install-action from 2.44.44 to 2.44.54 (#612)a4b6943
build(deps): bump taiki-e/install-action from 2.44.35 to 2.44.44 (#611)7d24196
build(deps): bump taiki-e/install-action from 2.44.26 to 2.44.35 (#610)582edf5
build(deps): bump actions-rust-lang/setup-rust-toolchain (#609)Updates
colored
from 2.1.0 to 2.2.0Changelog
Sourced from colored's changelog.
Commits
ef1484c
2.2.0 (#186)1bb63e4
cargo: supported range for windows-sys (#184)a7e464f
Add dependabot config (#178)0ddacef
Ignore blame for clippy fix05b0f57
Differentiate between ansi_term style and colored style due to deprecation of...981cfe4
Fix deprecation warnings58a06a4
Apply some (pedantic) clippy lintse55e26c
Update rspec (#177)775ec9f
fix usage of wildcard import (#165)bbe16cb
only run semver check when merging to materUpdates
heck
from 0.4.1 to 0.5.0Changelog
Sourced from heck's changelog.
Commits
Updates
hostname
from 0.3.1 to 0.4.0Changelog
Sourced from hostname's changelog.
Commits
0e311b9
Release v0.4.0e96d1fd
Updating the repo to make it usable againecf28eb
bump version-sync: 0.8 -> 0.9 (#17)4a178ed
Handle posix hostname edge cases (#14)7e930e9
Upgrade rust edition and migrate dependices(cfg_if, windows_rs) (#18)Updates
http
from 0.2.12 to 1.1.0Release notes
Sourced from http's releases.
Changelog
Sourced from http's changelog.
... (truncated)
Commits
3fe7267
v1.1.096dc52f
fix: HeaderName::from_lowercase allowing NUL bytes in some casescaa8b4f
feat: addHeaderMap::try_
methods to handle capacity overflow63102bc
chore(lib): remove importing prelude AsRef traitc03cc8b
chore(header): allow clippy::should_implement_trait rule for HeaderValue::fro...4785cdd
refactor(header): rename method to follow naming convention63e7d63
doc(header): add panics and safety section to documentb8ddea7
refactor(header): add comment and lint allowing to panic in const context wor...fe1932d
refactor(status): remove redundant static lifetime79f8da5
refactor(header): ownership is not needed to iterateUpdates
http-serde
from 1.1.3 to 2.1.1Commits
c2403fb
Bump2d3c46d
Better support for binary headers070ade2
Option<T> support456702a
Bump5c6cb53
Test rmp8d1e7a5
DRY headermap6174494
Reduce StatusVisitor size16cd601
Don't rely on Debug display212c87c
Re-export httpb196b2f
BumpUpdates
hyper-rustls
from 0.24.2 to 0.27.5Release notes
Sourced from hyper-rustls's releases.
... (truncated)
Commits
Updates
indexmap
from 2.6.0 to 2.7.1Changelog
Sourced from indexmap's changelog.
Commits
42e57a3
Merge pull request #369 from cuviper/release-2.7.1f61b581
Release 2.7.1cb520a7
Merge pull request #368 from cuviper/reserve_entriesf0ec924
Merge pull request #367 from savannstm/better-panics38ef618
Merge pull request #364 from hkBst/patch-11f12721
Improve memory reservation forinsert_entry
2f55755
Improve panic messages7b64edc
Add#[track_caller]
attributes to functions that may panicf63bb6e
remove fxhash dep8eb4de5
Remove fxhash example from lib.rsUpdates
postcard
from 1.0.10 to 1.1.1Release notes
Sourced from postcard's releases.
Commits
cb14463
Update versions, remove one more clippy lint0dd176a
Merge pull request #169 from barafael/edition-2021bffc76c
Bump versions, remove unused optional deps3831085
Also bump postcard-dyn3fe5f20
Bump version numbersbfb6b73
Merge pull request #190 from Spartan2909/mainf736abe
DocumentIOReader
andEIOReader
constructors039bb1e
Merge pull request #187 from max-heller/slice-schema-namefae27b3
Merge pull request #188 from max-heller/nalgebrabcbb917
Merge pull request #186 from max-heller/postcard-crateUpdates
proptest
from 1.5.0 to 1.6.0Commits
e5b6c65
prep v1.6.0 release (#539)5bc4672
proptest-derive: prepare 0.5.1 patch release (#538)8ac7e3f
state-machine: prepare v0.3.1 patch release (#535)158c8c9
Merge pull request #530 from colstrom/mainc8a14b7
Merge pull request #534 from matthew-russo/fix-clippyb94bc78
fix no-std build (#536)4548c17
[Fix] add clippy allow in new panic-hook scaffoldingf149b33
Add featurehandle-panics
(#525)fdc53fa
458 fix wasm (#519)d179a50
Fix non-local impl nightly warning withallow(non_local_definitions)
(#531)Updates
prost
from 0.11.9 to 0.13.3Changelog
Sourced from prost's changelog.
... (truncated)
Commits
9ed944e
chore: Release version 0.13.3 (#1164)fb977f4
fix(prost-build): Removederived(Copy)
on boxed fields (#1157)8d4cac5
feat(prost-types): Addnormalized
functions (#1158)644c328
build(deps): update pulldown-cmark-to-cmark from 16 to 17 (#1155)4b1b982
style(generated-code): useSelf
inas_str_name
(#1154)9fa3f2e
tests(prost-build): Fix error texts (#1156)7dcd269
tests(prost-build): Validate error texts (#1152)d3fd54c
style:MessageGraph::new()
can't actually fail (#1151)d059d05
style: usePath::display()
when printing a path (#1150)18c4681
docs(prost-build): Usecargo add
in example (#1149)Updates
prost-types
from 0.11.9 to 0.13.3Changelog
Sourced from prost-types's changelog.
... (truncated)
Commits
9ed944e
chore: Release version 0.13.3 (#1164)fb977f4
fix(prost-build): Removederived(Copy)
on boxed fields (#1157)8d4cac5
feat(prost-types): Addnormalized
functions (#1158)644c328
build(deps): update pulldown-cmark-to-cmark from 16 to 17 (#1155)4b1b982
style(generated-code): useSelf
inas_str_name
(#1154)9fa3f2e
tests(prost-build): Fix error texts (#1156)7dcd269
tests(prost-build): Validate error texts (#1152)d3fd54c
style:MessageGraph::new()
can't actually fail (#1151)d059d05
style: usePath::display()
when printing a path (#1150)18c4681
docs(prost-build): Usecargo add
in example (#1149)Updates
reqwest
from 0.11.27 to 0.12.12Release notes
Sourced from reqwest's releases.