-
Notifications
You must be signed in to change notification settings - Fork 435
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 33 updates #5710
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/cargo/quickwit/rust-dependencies-8c65c890a3
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 33 updates #5710
dependabot
wants to merge
1
commit into
main
from
dependabot/cargo/quickwit/rust-dependencies-8c65c890a3
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 33 updates in the /quickwit directory: | Package | From | To | | --- | --- | --- | | [bytes](https://github.com/tokio-rs/bytes) | `1.8.0` | `1.10.1` | | [bytesize](https://github.com/bytesize-rs/bytesize) | `1.3.0` | `1.3.2` | | [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.8.0` | | [itertools](https://github.com/rust-itertools/itertools) | `0.13.0` | `0.14.0` | | [once_cell](https://github.com/matklad/once_cell) | `1.20.2` | `1.21.0` | | [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` | | [rustls](https://github.com/rustls/rustls) | `0.21.12` | `0.23.21` | | [rustls-pemfile](https://github.com/rustls/pemfile) | `1.0.4` | `2.2.0` | | [serde_with](https://github.com/jonasbb/serde_with) | `3.11.0` | `3.12.0` | | [smallvec](https://github.com/servo/rust-smallvec) | `1.13.2` | `1.14.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.18.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.69` | `2.0.7` | | [tokio](https://github.com/tokio-rs/tokio) | `1.43.0` | `1.44.0` | | [tokio-rustls](https://github.com/rustls/tokio-rustls) | `0.24.1` | `0.26.1` | | [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` | | [ulid](https://github.com/dylanhart/ulid-rs) | `1.1.3` | `1.2.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.11.0` | `1.15.1` | | [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs) | `1.7.3` | `1.7.4` | | [aws-smithy-types](https://github.com/smithy-lang/smithy-rs) | `1.2.9` | `1.3.0` | | [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.1 - [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.1) Updates `bytesize` from 1.3.0 to 1.3.2 - [Release notes](https://github.com/bytesize-rs/bytesize/releases) - [Changelog](https://github.com/bytesize-rs/bytesize/blob/master/CHANGELOG.md) - [Commits](bytesize-rs/bytesize@v1.3.0...v1.3.2) 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.8.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.6.0...2.8.0) Updates `itertools` from 0.13.0 to 0.14.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.13.0...v0.14.0) Updates `once_cell` from 1.20.2 to 1.21.0 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.20.2...v1.21.0) 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 `rustls` from 0.21.12 to 0.23.21 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.21.12...v/0.23.21) Updates `rustls-pemfile` from 1.0.4 to 2.2.0 - [Release notes](https://github.com/rustls/pemfile/releases) - [Commits](rustls/pemfile@v/1.0.4...v/2.2.0) 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 `smallvec` from 1.13.2 to 1.14.0 - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](servo/rust-smallvec@v1.13.2...v1.14.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.18.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.14.0...v3.18.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.43.0 to 1.44.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.44.0) Updates `tokio-rustls` from 0.24.1 to 0.26.1 - [Release notes](https://github.com/rustls/tokio-rustls/releases) - [Commits](rustls/tokio-rustls@v/0.24.1...v/0.26.1) 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 `ulid` from 1.1.3 to 1.2.0 - [Commits](dylanhart/ulid-rs@v1.1.3...v1.2.0) Updates `uuid` from 1.11.0 to 1.15.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.11.0...v1.15.1) Updates `aws-smithy-runtime` from 1.7.3 to 1.7.4 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-smithy-types` from 1.2.9 to 1.3.0 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) 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: bytesize dependency-type: direct:production update-type: version-update:semver-patch 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: itertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: once_cell 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: rustls dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: rustls-pemfile dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: smallvec 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: tokio-rustls 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: ulid 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-smithy-runtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: aws-smithy-types 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]>
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 33 updates in the /quickwit directory:
1.8.0
1.10.1
1.3.0
1.3.2
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.8.0
0.13.0
0.14.0
1.20.2
1.21.0
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
0.21.12
0.23.21
1.0.4
2.2.0
3.11.0
3.12.0
1.13.2
1.14.0
0.1.2
1.0.2
3.14.0
3.18.0
1.0.69
2.0.7
1.43.0
1.44.0
0.24.1
0.26.1
0.9.2
0.12.3
0.4.13
0.5.2
1.1.3
1.2.0
1.11.0
1.15.1
1.7.3
1.7.4
1.2.9
1.3.0
0.15.1
0.16.0
Updates
bytes
from 1.8.0 to 1.10.1Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
19d1427
chore: prepare bytes v1.10.1 (#774)3667543
Fix memory leak inowned_to_vec
(#773)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)Updates
bytesize
from 1.3.0 to 1.3.2Commits
110336a
chore: prepare release v1.3.2855e1e8
fix: correct parsing of units989d5c5
fix: backport fix from #59Updates
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.8.0Changelog
Sourced from indexmap's changelog.
Commits
dd06e57
Merge pull request #381 from cuviper/release-2.8.0ab5c2df
Release 2.8.0b10b273
Merge pull request #380 from iajoiner/feat/macros-no-std5fd8971
feat: addindexmap_with_default
andindexset_with_default
macros5b133ae
Merge pull request #376 from cuviper/slice-eqb56f035
Merge pull request #378 from cuviper/indexese7e4de4
Correct "indexes" to "indices" inKeys
doca34d7ae
Merge pull request #377 from waywardmonkeys/update-to-rand-0.9b8bdead
Upgrade dev-dependencyrand
to 0.93c1aa95
Make slicePartialEq
more genericUpdates
itertools
from 0.13.0 to 0.14.0Changelog
Sourced from itertools's changelog.
Commits
a015a68
Addnext_array
andcollect_array
a1213e1
Prepare v0.14.0 releaseff0c942
fix clippy lintsf80883b
Fix into_group_map_by documentation errorsb793238
Add track_caller for asser_equal5d4056b
default_features
is deprecated - switch it todefault-features
a447b68
doc for added traitd0479b0
"nitpicks"35c78ce
IndexMut -> BorrowMut<slice>deb53ba
refactored to share codeUpdates
once_cell
from 1.20.2 to 1.21.0Changelog
Sourced from once_cell's changelog.
Commits
0d6bc31
fix testsf27d156
v1.21.05b7b16c
Merge pull request #275 from klkvr/klkvr/once-box-helpers73da483
Merge pull request #274 from briansmith/b/get_unchecked15154b0
AddOnceNonZeroUsize::get_unchecked
.f15c633
feat: add helpers for OnceBoxd119eea
Merge pull request #273 from briansmith/b/cold1a885da
Make initialization inOnceNonZeroUsize::get_or_try_init
#[cold]
.Updates
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.