Skip to content
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

chore(deps): update rust - all minor and patch updates #197

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 24, 2024

This PR contains the following updates:

Package Type Update Change
async-trait workspace.dependencies patch 0.1.82 -> 0.1.83
clap workspace.dependencies patch 4.5.18 -> 4.5.20
futures (source) workspace.dependencies patch 0.3.30 -> 0.3.31
pest (source) workspace.dependencies patch 2.7.13 -> 2.7.14
pest_derive (source) workspace.dependencies patch 2.7.13 -> 2.7.14
scale-info (source) workspace.dependencies patch 2.11.3 -> 2.11.4
serde (source) workspace.dependencies patch 1.0.210 -> 1.0.213
serde_json workspace.dependencies patch 1.0.128 -> 1.0.132
thiserror workspace.dependencies patch 1.0.64 -> 1.0.65

Release Notes

dtolnay/async-trait (async-trait)

v0.1.83

Compare Source

  • Prevent needless_arbitrary_self_type lint being produced in generated code (#​278)
clap-rs/clap (clap)

v4.5.20

Compare Source

Features
  • (unstable) Add CommandExt

v4.5.19

Compare Source

Internal
  • Update dependencies
rust-lang/futures-rs (futures)

v0.3.31

Compare Source

  • Fix use after free of task in FuturesUnordered when dropped future panics (#​2886)
  • Fix soundness bug in task::waker_ref (#​2830)
    This is a breaking change but allowed because it is soundness bug fix.
  • Fix bugs in AsyncBufRead::read_line and AsyncBufReadExt::lines (#​2884)
  • Fix parsing issue in select!/select_biased! (#​2832)
    This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.
  • Work around issue due to upstream Waker::will_wake change (#​2865)
  • Add stream::Iter::{get_ref,get_mut,into_inner} (#​2875)
  • Add future::AlwaysReady (#​2825)
  • Relax trait bound on non-constructor methods of io::{BufReader,BufWriter} (#​2848)
pest-parser/pest (pest)

v2.7.14

Compare Source

What's Changed
New Contributors

Full Changelog: pest-parser/pest@v2.7.13...v2.7.14

Warning: Semantic Versioning

Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated Rule enum.

This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:

...
pest_derive = { version = "2.7", features = ["grammar-extras"] }
paritytech/scale-info (scale-info)

v2.11.4

Compare Source

  • Bump derive_more to version 1.0.0.
serde-rs/serde (serde)

v1.0.213

Compare Source

  • Fix support for macro-generated with attributes inside a newtype struct (#​2847)

v1.0.212

Compare Source

  • Fix hygiene of macro-generated local variable accesses in serde(with) wrappers (#​2845)

v1.0.211

Compare Source

serde-rs/json (serde_json)

v1.0.132

Compare Source

  • Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#​1205)
  • Improve performance of JSON array and JSON object deserialization by about 8% (#​1206)

v1.0.131

Compare Source

  • Implement Deserializer and IntoDeserializer for Map<String, Value> and &Map<String, Value> (#​1135, thanks @​swlynch99)

v1.0.130

Compare Source

  • Support converting and deserializing Number from i128 and u128 (#​1141, thanks @​druide)

v1.0.129

Compare Source

dtolnay/thiserror (thiserror)

v1.0.65

Compare Source

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#​325)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/London.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner September 24, 2024 21:52
@renovate renovate bot force-pushed the renovate/rust-all-minor-and-patch-updates branch from 246680f to d804e67 Compare October 1, 2024 18:38
@renovate renovate bot changed the title chore(deps): update rust crate async-trait to 0.1.83 chore(deps): update rust - all minor and patch updates Oct 1, 2024
@renovate renovate bot force-pushed the renovate/rust-all-minor-and-patch-updates branch 2 times, most recently from 27a3ec4 to d313ff0 Compare October 8, 2024 17:02
@renovate renovate bot force-pushed the renovate/rust-all-minor-and-patch-updates branch 5 times, most recently from f5be8c1 to 6a87de1 Compare October 19, 2024 20:09
@renovate renovate bot force-pushed the renovate/rust-all-minor-and-patch-updates branch 3 times, most recently from 3e0851f to 70ddbf4 Compare October 22, 2024 18:44
@renovate renovate bot force-pushed the renovate/rust-all-minor-and-patch-updates branch from 70ddbf4 to 193309f Compare October 22, 2024 21:57
@n3op2 n3op2 merged commit ebe6911 into main Oct 24, 2024
8 checks passed
@renovate renovate bot deleted the renovate/rust-all-minor-and-patch-updates branch October 24, 2024 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant