Bump the rust-dependencies group across 1 directory with 34 updates#5717
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Bump the rust-dependencies group across 1 directory with 34 updates#5717dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
|
Dependabot can't resolve your Rust dependency files. Because of this, Dependabot cannot update this pull request. |
57a358b to
d49da60
Compare
Contributor
Author
|
Dependabot can't resolve your Rust dependency files. Because of this, Dependabot cannot update this pull request. |
Bumps the rust-dependencies group with 34 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` | | [humantime](https://github.com/chronotope/humantime) | `2.1.0` | `2.2.0` | | [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.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` | | [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.19.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.1` | | [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.1` | | [uuid](https://github.com/uuid-rs/uuid) | `1.11.0` | `1.16.0` | | [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](djc/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 `humantime` from 2.1.0 to 2.2.0 - [Commits](https://github.com/chronotope/humantime/commits) 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.1 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.20.2...v1.21.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 `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.19.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.14.0...v3.19.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.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.44.1) 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.1 - [Commits](dylanhart/ulid-rs@v1.1.3...v1.2.1) Updates `uuid` from 1.11.0 to 1.16.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.11.0...v1.16.0) 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](aws/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: humantime dependency-type: direct:production update-type: version-update:semver-minor 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] <support@github.com>
d49da60 to
e9aacb2
Compare
Contributor
Author
|
Dependabot can't resolve your Rust dependency files. Because of this, Dependabot cannot update this pull request. |
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 34 updates in the /quickwit directory:
1.8.01.10.11.3.01.3.21.3.11.4.02.1.02.2.00.4.10.5.00.3.10.4.00.2.121.1.01.1.32.1.12.1.02.2.00.24.20.27.52.6.02.8.00.13.00.14.01.20.21.21.11.0.101.1.11.5.01.6.00.11.90.13.30.11.90.13.30.11.270.12.120.21.120.23.211.0.42.2.03.11.03.12.01.13.21.14.00.1.21.0.23.14.03.19.01.0.692.0.71.43.01.44.10.24.10.26.10.9.20.12.30.4.130.5.21.1.31.2.11.11.01.16.01.7.31.7.41.2.91.3.00.15.10.16.0Updates
bytesfrom 1.8.0 to 1.10.1Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
19d1427chore: prepare bytes v1.10.1 (#774)3667543Fix memory leak inowned_to_vec(#773)e0f3a25chore: prepare bytes v1.10.0 (#766)16fd473Add feature to support platforms without atomic CAS (#467)71824b0ci: test AArch64 and run tests instead of build in cross job (#763)7a87660Use [lints] to address unexpected_cfgs lint (#762)3ab876fTry get methods for Buf trait (#753)a1b1208Disable test_bytes_vec_alloc test on miri (#755)aae4969Add specializedBuf::chunks_vectoredforTake(#617)103d7bfRemove incorrect guarantee forchunks_vectored(#754)Updates
bytesizefrom 1.3.0 to 1.3.2Commits
110336achore: prepare release v1.3.2855e1e8fix: correct parsing of units989d5c5fix: backport fix from #59Updates
bytestringfrom 1.3.1 to 1.4.0Release notes
Sourced from bytestring's releases.
Commits
0e36c5ffeat(bytestring): split_at method (#619)47f0017build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2 (#617)bb4fc31build(deps): bump taiki-e/install-action from 2.44.69 to 2.44.71 (#618)01a104ebuild(deps): bump taiki-e/install-action from 2.44.60 to 2.44.69 (#616)4ab27bfci: move nightly rust versions to vars (#615)8084cecbuild(deps): bump taiki-e/install-action from 2.44.54 to 2.44.60 (#613)a2517dabuild(deps): bump taiki-e/install-action from 2.44.44 to 2.44.54 (#612)a4b6943build(deps): bump taiki-e/install-action from 2.44.35 to 2.44.44 (#611)7d24196build(deps): bump taiki-e/install-action from 2.44.26 to 2.44.35 (#610)582edf5build(deps): bump actions-rust-lang/setup-rust-toolchain (#609)Updates
coloredfrom 2.1.0 to 2.2.0Changelog
Sourced from colored's changelog.
Commits
ef1484c2.2.0 (#186)1bb63e4cargo: supported range for windows-sys (#184)a7e464fAdd dependabot config (#178)0ddacefIgnore blame for clippy fix05b0f57Differentiate between ansi_term style and colored style due to deprecation of...981cfe4Fix deprecation warnings58a06a4Apply some (pedantic) clippy lintse55e26cUpdate rspec (#177)775ec9ffix usage of wildcard import (#165)bbe16cbonly run semver check when merging to materUpdates
heckfrom 0.4.1 to 0.5.0Changelog
Sourced from heck's changelog.
Commits
Updates
hostnamefrom 0.3.1 to 0.4.0Changelog
Sourced from hostname's changelog.
Commits
0e311b9Release v0.4.0e96d1fdUpdating the repo to make it usable againecf28ebbump version-sync: 0.8 -> 0.9 (#17)4a178edHandle posix hostname edge cases (#14)7e930e9Upgrade rust edition and migrate dependices(cfg_if, windows_rs) (#18)Updates
httpfrom 0.2.12 to 1.1.0Release notes
Sourced from http's releases.
Changelog
Sourced from http's changelog.
... (truncated)
Commits
3fe7267v1.1.096dc52ffix: HeaderName::from_lowercase allowing NUL bytes in some casescaa8b4ffeat: addHeaderMap::try_methods to handle capacity overflow63102bcchore(lib): remove importing prelude AsRef traitc03cc8bchore(header): allow clippy::should_implement_trait rule for HeaderValue::fro...4785cddrefactor(header): rename method to follow naming convention63e7d63doc(header): add panics and safety section to documentb8ddea7refactor(header): add comment and lint allowing to panic in const context wor...fe1932drefactor(status): remove redundant static lifetime79f8da5refactor(header): ownership is not needed to iterateUpdates
http-serdefrom 1.1.3 to 2.1.1Commits
c2403fbBump2d3c46dBetter support for binary headers070ade2Option<T> support456702aBump5c6cb53Test rmp8d1e7a5DRY headermap6174494Reduce StatusVisitor size16cd601Don't rely on Debug display212c87cRe-export httpb196b2fBumpUpdates
humantimefrom 2.1.0 to 2.2.0Commits
Updates
hyper-rustlsfrom 0.24.2 to 0.27.5Release notes
Sourced from hyper-rustls's releases.
... (truncated)
Commits
Updates
indexmapfrom 2.6.0 to 2.8.0Changelog
Sourced from indexmap's changelog.
Commits
dd06e57Merge pull request #381 from cuviper/release-2.8.0ab5c2dfRelease 2.8.0b10b273Merge pull request #380 from iajoiner/feat/macros-no-std5fd8971feat: addindexmap_with_defaultandindexset_with_defaultmacros5b133aeMerge pull request #376 from cuviper/slice-eqb56f035Merge pull request #378 from cuviper/indexese7e4de4Correct "indexes" to "indices" inKeysdoca34d7aeMerge pull request #377 from waywardmonkeys/update-to-rand-0.9b8bdeadUpgrade dev-dependencyrandto 0.93c1aa95Make slicePartialEqmore genericUpdates
itertoolsfrom 0.13.0 to 0.14.0Changelog
Sourced from itertools's changelog.
Commits
a015a68Addnext_arrayandcollect_arraya1213e1Prepare v0.14.0 releaseff0c942fix clippy lintsf80883bFix into_group_map_by documentation errorsb793238Add track_caller for asser_equal5d4056bdefault_featuresis deprecated - switch it todefault-featuresa447b68doc for added traitd0479b0"nitpicks"35c78ceIndexMut -> BorrowMut<slice>deb53barefactored to share codeUpdates
once_cellfrom 1.20.2 to 1.21.1Changelog
Sourced from once_cell's changelog.
Commits
a70d907Merge pull request #277 from briansmith/b/as-ptr9173b99Reduce MSRV to 1.65 by polyfillingAtomicUsize::as_ptr().0d6bc31fix testsf27d156v1.21.05b7b16cMerge pull request #275 from klkvr/klkvr/once-box-helpers73da483Merge pull request #274 from briansmith/b/get_unchecked15154b0AddOnceNonZeroUsize::get_unchecked.f15c633feat: add helpers for OnceBoxd119eeaMerge pull request #273 from briansmith/b/cold1a885daMake initialization inOnceNonZeroUsize::get_or_try_init#[cold].Updates
postcardfrom 1.0.10 to 1.1.1Release notes
Sourced from postcard's releases.
Commits
cb14463Update versions, remove one more clippy lint0dd176aMerge pull request #169 from barafael/edition-2021bffc76cBump versions, remove unused optional deps3831085Also bump postcard-dyn3fe5f20Bump version numbersbfb6b73Merge pull request #190 from Spartan2909/mainf736abeDocumentIOReaderandEIOReaderconstructors039bb1eMerge pull request #187 from max-heller/slice-schema-namefae27b3Merge pull request #188 from max-heller/nalgebrabcbb917Merge pull request #186 from max-heller/postcard-crateUpdates
proptestfrom 1.5.0 to 1.6.0Commits
e5b6c65prep v1.6.0 release (#539)5bc4672proptest-derive: prepare 0.5.1 patch release (#538)8ac7e3fstate-machine: prepare v0.3.1 patch release (#535)158c8c9Merge pull request #530 from colstrom/mainc8a14b7Merge pull request #534 from matthew-russo/fix-clippyb94bc78fix no-std build (#536)4548c17[Fix] add clippy allow in new panic-hook scaffoldingf149b33Add featurehandle-panics(#525)fdc53fa458 fix wasm (#519)d179a50Fix non-local impl nightly warning withallow(non_local_definitions)(#531)Updates
prostfrom 0.11.9 to 0.13.3Changelog
Sourced from prost's changelog.
... (truncated)
Commits
9ed944echore: Release version 0.13.3 (#1164)fb977f4fix(prost-build): Removederived(Copy)on boxed fields (#1157)8d4cac5feat(prost-types): Addnormalizedfunctions (#1158)644c328build(deps): update pulldown-cmark-to-cmark from 16 to 17 (#1155)4b1b982style(generated-code): useSelfinas_str_name(#1154)9fa3f2etests(prost-build): Fix error texts (#1156)7dcd269tests(prost-build): Validate error texts (#1152)d3fd54cstyle:MessageGraph::new()can't actually fail (#1151)d059d05style: usePath::display()when printing a path (#1150)18c4681docs(prost-build): Usecargo addin example (#1149)Updates
prost-typesfrom 0.11.9 to 0.13.3Changelog
Sourced from prost-types's changelog.