-
-
Notifications
You must be signed in to change notification settings - Fork 1
chore(monorepo): update cargo pre-1.0 packages (minor) #14
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/cargo-all-pre-1.0
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.
Conversation
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
Author
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead. |
c25e42c to
e81111c
Compare
1d540cd to
83774c2
Compare
Author
|
83774c2 to
6e115e6
Compare
ae5c473 to
4f9ad87
Compare
4f9ad87 to
1ff176a
Compare
1d9d6ae to
a039653
Compare
f3052a8 to
ad7b56a
Compare
0089119 to
269bfb9
Compare
1969615 to
724a011
Compare
724a011 to
558eed3
Compare
fa1639a to
c007643
Compare
9fb8b65 to
3fe7736
Compare
3fe7736 to
c485c33
Compare
c485c33 to
c6c2e13
Compare
b1ffd90 to
0df088f
Compare
e3ff730 to
38431e6
Compare
f880441 to
6651884
Compare
8eadf45 to
14827a6
Compare
c4ac52a to
7564923
Compare
7564923 to
b8cd51f
Compare
eca39a6 to
04bd6e3
Compare
8a69093 to
a6b3fb8
Compare
a6b3fb8 to
5da2f6e
Compare
5da2f6e to
99e12e9
Compare
99e12e9 to
300aa7a
Compare
300aa7a to
e26484f
Compare
e26484f to
411769a
Compare
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.
This PR contains the following updates:
0.7.0→0.8.260.7.0→0.8.260.7.0→0.8.260.7.0→0.8.260.7.1→0.9.00.4.4→0.5.00.5→0.8.10.5→0.8.10.5.1→0.8.10.27.0→0.29.00.10.0→0.11.80.3.31→0.4.90.5.0→0.6.00.17.8→0.18.30.12.0→0.14.00.11.0→0.14.00.13→0.17.00.13→0.14.40.4.0→0.9.00.4.0→0.9.00.21.1→0.24.3=0.12.1→=0.18.10.15.0→0.20.10.11.2→0.13.10.6.4→0.8.30.11.2→0.13.10.11.2→0.13.10.9.0→0.13.50.42.0→0.52.00.38.3→0.52.00.16.0→0.18.00.13.4→0.14.00.13.4→0.14.00.4→0.7.00.8.5→0.9.20.8.5→0.9.20.4.3→0.5.10.12.2→0.13.10.34.0→0.46.00.16→0.18.00.16→0.18.00.17.1→0.18.00.25→0.27.20.25.0→0.27.20.25→0.27.20.13→0.17.00.5.0→0.6.10.5.0→0.6.10.8.9→0.9.100.8.9→0.9.100.8.2→0.9.100.8.2→0.9.10Release Notes
alloy-rs/core (alloy-json-abi)
v0.8.26: alloy-core v0.8.26Compare Source
Security
Patched: DoS vulnerability on
alloy_dyn_abi::TypedDatahashingAn uncaught panic triggered by malformed input to
alloy_dyn_abi::TypedDatacould lead to a denial-of-service (DoS) viaeip712_signing_hash().Software with high availability requirements such as network services may be particularly impacted. If in use, external auto-restarting mechanisms can partially mitigate the availability issues unless repeated attacks are possible.
The vulnerability was patched by adding a check to ensure the element is not empty before accessing its first element; an error is returned if it is empty. The fix is included in version v1.4.1 and backported to v0.8.26.
See: GHSA-pgp9-98jm-wwq2
Full Changelog: alloy-rs/core@v0.8.25...v0.8.26
v0.8.25: alloy-core v0.8.25Compare Source
What's Changed
wrap_fixed_bytes!by @klkvr in #918New Contributors
Full Changelog: alloy-rs/core@v0.8.24...v0.8.25
v0.8.24Compare Source
Features
v0.8.23Compare Source
Bug Fixes
sol-expander] Rename from/into + impl From (#905)sol!] Pass correct call_struct to call_builder in expansion (#901)Dependencies
Features
From<String> for Bytes(#907)sol!] Gen unit/tuple structs for errors, calls, events with 0/1 param (#883)validate: bool(#863)Miscellaneous Tasks
Signature(#899)Other
v0.8.22Compare Source
Dependencies
Documentation
randomfunctions are cryptographically secure (#872)Features
thread_rngwhen available (#870)Miscellaneous Tasks
v0.8.21Compare Source
Bug Fixes
Features
sol-macro-expander] Increase resolve limit to 128 (#864)Miscellaneous Tasks
v0.8.20Compare Source
Dependencies
Documentation
Features
Miscellaneous Tasks
v0.8.19Compare Source
Documentation
Features
Miscellaneous Tasks
v0.8.18Compare Source
Bug Fixes
Miscellaneous Tasks
v0.8.17Compare Source
Bug Fixes
Documentation
Features
Miscellaneous Tasks
Testing
v0.8.16Compare Source
Bug Fixes
Features
rayonfeature (#827)Miscellaneous Tasks
Other
v0.8.15Compare Source
Miscellaneous Tasks
Signatureas deprecated (#819)Other
v0.8.14Compare Source
Dependencies
Features
Miscellaneous Tasks
v0.8.13Compare Source
Bug Fixes
Dependencies
Features
returnsfield forDynSolCalltype (#809)Miscellaneous Tasks
Other
v0.8.12Compare Source
Bug Fixes
Sealed::hashserde (#805)Features
AsRefimpl andhashmethod toSealed(#804)Miscellaneous Tasks
v0.8.11Compare Source
Bug Fixes
vforyParity(#801)Documentation
Features
AbiItem::json_type(#797)Miscellaneous Tasks
Other
Performance
Styling
v0.8.10Compare Source
Bug Fixes
Dependencies
core::error::Errorin place ofstd(#780)Documentation
Miscellaneous Tasks
Other
DerefMutforLog<T>(#786)Refactor
v0.8.9Compare Source
Bug Fixes
Features
Miscellaneous Tasks
v0.8.8Compare Source
Bug Fixes
sol!output (#770)Features
Miscellaneous Tasks
v0.8.7Compare Source
Miscellaneous Tasks
Other
v0.8.6Compare Source
Bug Fixes
alloy-primitives(#756)alloy-json-abi(#757)alloy-dyn-abi(#758)alloy-sol-macro-expander(#760)Dependencies
Features
DefaultforSealed<T>(#755)Miscellaneous Tasks
Other
ArbitraryforSealed<T>(#762)DerefforSealed<T>(#759)TxKind->Option<Address>(#750)v0.8.5Compare Source
Bug Fixes
Miscellaneous Tasks
v0.8.4Compare Source
Bug Fixes
Features
mapmodule (#743)Miscellaneous Tasks
Other
Testing
v0.8.3Compare Source
Bug Fixes
solmacro (#730)Features
Miscellaneous Tasks
v0.8.2Compare Source
Features
v0.8.1Compare Source
Documentation
Features
Miscellaneous Tasks
v0.8.0Compare Source
Bug Fixes
Dependencies
Documentation
Features
Sealed(#710)HashforSealed(#707)Miscellaneous Tasks
Other
Styling
ethereum_sszdependency (#701)rmanoka/async-scoped (async-scoped)
v0.9.0FuturesOrderedinsideScope. #19Miscellaneous Tasks
v0.8.0Compare Source
Cargo.toml
Xuanwo/backon (backon)
v0.5.0Compare Source
Upgrade
Since version 0.5.0, backon no longer directly depends on
tokio. Instead, users can now provide their own sleep implementation.For example:
To maintain the same behavior as before, please enable the
tokio-sleepfeature.What's Changed
New Contributors
Full Changelog: Xuanwo/backon@v0.4.4...v0.5.0
criterion-rs/criterion.rs (criterion)
v0.8.1Compare Source
Fixed
Other
v0.8.0Compare Source
BREAKING
Changed
Added
Throughput::ElementsAndBytesallows the text summary to report throughput in both units simultaneously.Fixed
Other
v0.7.0Compare Source
v0.6.0Compare Source
Changed
real_blackboxfeature no longer has any impact. Criterion always usesstd::hint::black_box()now.Users of
criterion::black_box()should switch tostd::hint::black_box().clapdependency unpinned.Fixed
Added
tokio::runtime::Handle, not only atokio::runtime::Runtimecrossterm-rs/crossterm (crossterm)
v0.28.1Fixed 🐛
use-dev-ttywith (#906)Breaking⚠️
rust-cli/env_logger (env_logger)
v0.11.8Compare Source
Compatibility
unstable-kvfeature which may be removed in a future patch releaseFeatures
kvfeatureConfigurableFormatto build custom [Builder::format]s that leverage thisv0.11.7Compare Source
Internal
humantimewithjiffv0.11.6Compare Source
Features
v0.11.5Compare Source
v0.11.4Compare Source
v0.11.3Compare Source
Features
unstable-kvv0.11.2Compare Source
v0.11.1Compare Source
Fixes
Target::Pipev0.11.0Compare Source
Migration Guide
env_logger::fmt::Style:
The bespoke styling API, behind
color, was removed, in favor of accepting anyANSI styled string and adapting it to the target stream's capabilities.
Possible styling libraries include:
env_logger::fmt::stylecustom_format.rs
uses
anstyleviaFormatter::default_level_styleBreaking Change
env_logger::fmt::Formatter::styleenv_logger::fmt::Formatter::default_styled_levelenv_logger::fmt::Styleenv_logger::fmt::Colorenv_logger::fmt::StyledValueenv_logger::filterin favor ofenv_filterCompatibility
MSRV changed to 1.71
Features
NO_COLORandCLICOLOR_FORCE, see https://bixense.com/clicolors/Fixes
is_test(true)v0.10.2Compare Source
Performance
Fixes
coloris disabledv0.10.1Compare Source
Performance
Documentation
RUST_LOGdocumentationdtolnay/erased-serde (erased-serde)
v0.4.9Compare Source
v0.4.8Compare Source
v0.4.7Compare Source
v0.4.6Compare Source
v0.4.5Compare Source
typeidcratev0.4.4Compare Source
v0.4.3Compare Source
v0.4.2Compare Source
v0.4.1Compare Source
v0.4.0Compare Source
This release includes a redesign of the erased serialization API (#93) with the following advantages:
Oktypeshyperium/hyper-tls (hyper-tls)
v0.6.0Compare Source
console-rs/indicatif (indicatif)
v0.18.3Compare Source
What's Changed
v0.18.2Compare Source
What's Changed
v0.18.1Compare Source
What's Changed
v0.18.0Compare Source
Unfortunately 0.17.12 had to be yanked because the console upgrade was a semver-incompatible change. Rerelease as 0.18.0 instead.
What's Changed
v0.17.12Compare Source
What's Changed
HumanFloatCountvalues by @ReagentX in #696ProgressStyleenable/disable colors based on draw target by @tonywu6 in #699v0.17.11Compare Source
What's Changed
OnceCelltoOnceLockinTabExpandedStringby @tgross35 in #694v0.17.10Compare Source
What's Changed
With some great performance improvements from @jaheba.
ProgressBar:set_tab_withtake&selfby @jaheba in #685decanddec_lengthtoProgressBarby @jaheba in #690v0.17.9Compare Source
What's Changed
instantwithweb-timeby @torokati44 in #666Noneby @cdellacqua in #664rust-itertools/itertools (itertools)
v0.14.0Compare Source
Breaking
cons_tuples(#988)Added
array_combinations(#991)k_smallest_relaxedand variants (#925)next_arrayandcollect_array(#560)DoubleEndedIteratorforFilterOk(#948)DoubleEndedIteratorforFilterMapOk(#950)Changed
Q: ?SizedinItertools::contains(#971)chain!(#943)into_group_map_bydocumentation (#1000)tree_reducedocumentation (#955)merge_join_by(#966)take_while_inclusive(#972)find_or_lastandfind_or_first(#984)tuple_combinations(#945)track_callerattr forasser_equal(#976)Notable Internal Changes
default_featuresinCargo.tomltodefault-features(#985)v0.13.0Compare Source
Breaking
DoubleEndedIteratorforConsTuples(#853)MultiProductfused and fixed on an empty iterator (#835, #834)iproduct!to return tuples for maxi one iterator too (#870)PutBack::put_backto return the old value (#880)Configuration
📅 Schedule: Branch creation - "after 2am and before 3am" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.