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

build(deps): bump the cargo group across 2 directories with 4 updates #856

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 19, 2024

Bumps the cargo group with 4 updates in the / directory: borsh, h2, mio and rustls.
Bumps the cargo group with 1 update in the /token-lending/flash_loan_receiver directory: borsh.

Updates borsh from 0.10.3 to 1.0.0

Release notes

Sourced from borsh's releases.

borsh-derive-v1.0.0

No release notes provided.

borsh-v1.0.0

The year is 2653 and the best yet-to-be citizens of the Terran Federation are fighting and mostly just dying in a relentless interstellar war against the Arachnids. Yet the structure of our society has changed through the course of this confrontation.

The members of the Arachnid brain caste and queens have infiltrated the circles of our most influential political and industrial leaders. Either directly, or via the Arachnid technology called "Brain Bugs". This tech alone can accomplish what the Arachnid starship paratroopers will not ever be capable to do.

Simple, straightforward and performant serialization libraries can set us in course to remedy this dangerous stalemate situation by cleaning the minds of its users from even the tiniest of Brain Bugs.

Robert A. Heinlein, 1959 (a newspaper ad)

[Thanks]

borsh-rs 1.0.0 release was first conceived and then brought into existence by minds of:

Contributors, who imposed powerful impact on the past, present and future of this library are specially recognized:

  • Michal Nazarewicz @​mina86 - for revisiting BorshSchema feature, rethinking it, bringing up great ideas and coming up with the fairly involved algorithm of max_serialized_size implementation.
  • Alex Kladov @​matklad - for maintaining a superhuman ability of context switching in under 2 minutes and scanning through 15k lines of code in under 10 minutes, while leaving out under 1% relevant details.
  • Marco Ieni @​MarcoIeni - for developing release-plz automation.
  • Vlad Frolov @​frol - for keeping an eye on the big picture and striking just the right balance between performance and versatility, ease of use and extensibility and tons of other such hard to reconcile pairs.

[Migration guides]

This section contains links to short documents, describing problems encountered during update of borsh version to v1.0.0 for related repositories.

[Summary of changes]

... (truncated)

Changelog

Sourced from borsh's changelog.

1.0.0 - 2023-10-03

The year is 2653 and the best yet-to-be citizens of the Terran Federation are fighting and mostly just dying in a relentless interstellar war against the Arachnids. Yet the structure of our society has changed through the course of this confrontation.

The members of the Arachnid brain caste and queens have infiltrated the circles of our most influential political and industrial leaders. Either directly, or via the Arachnid technology called "Brain Bugs". This tech alone can accomplish what the Arachnid starship paratroopers will not ever be capable to do.

Simple, straightforward and performant serialization libraries can set us in course to remedy this dangerous stalemate situation by cleaning the minds of its users from even the tiniest of Brain Bugs.

Robert A. Heinlein, 1959 (a newspaper ad)

[Thanks]

borsh-rs 1.0.0 release was first conceived and then brought into existence by minds of:

Contributors, who imposed powerful impact on the past, present and future of this library are specially recognized:

  • Michal Nazarewicz @​mina86 - for revisiting BorshSchema feature, rethinking it, bringing up great ideas and coming up with the fairly involved algorithm of max_serialized_size implementation.
  • Alex Kladov @​matklad - for maintaining a superhuman ability of context switching in under 2 minutes and scanning through 15k lines of code in under 10 minutes, while leaving out under 1% relevant details.
  • Marco Ieni @​MarcoIeni - for developing release-plz automation.
  • Vlad Frolov @​frol - for keeping an eye on the big picture and striking just the right balance between performance and versatility, ease of use and extensibility and tons of other such hard to reconcile pairs.

[Migration guides]

This section contains links to short documents, describing problems encountered during update of borsh version to v1.0.0 for related repositories.

[Summary of changes]

  • Library's structure was made more modular and optimized with respect to visibility

... (truncated)

Commits
  • 6e7fc28 chore: release 1.0.0 (#240)
  • 773827c doc: nearcore migration guide to 1.0.0 (#198)
  • 031230d doc: near-sdk-rs migration guide to 1.0.0 (#201)
  • 75d91ec chore: release (#239)
  • 079c278 doc: add examples for borsh::to_vec, borsh::to_writer, `borsh::object_len...
  • 57f9c25 chore!: completely remove deprecated BorshSerialize::try_to_vec (#221)
  • bb5248e feat: add borsh::object_length helper (#236)
  • d2c63ac chore: release (#217)
  • 63cf36d chore!: rename "Tuple\<T0, T1, T2...>" -> "(T0, T1, T2...)" (`schema::Decl...
  • 499f446 chore!: rename "nil" -> "()", "string" -> "String", "nonzero_u16" -...
  • Additional commits viewable in compare view

Updates h2 from 0.3.24 to 0.3.26

Release notes

Sourced from h2's releases.

v0.3.26

What's Changed

  • Limit number of CONTINUATION frames for misbehaving connections.

See https://seanmonstar.com/blog/hyper-http2-continuation-flood/ for more info.

v0.3.25

What's Changed

Full Changelog: hyperium/h2@v0.3.24...v0.3.25

Changelog

Sourced from h2's changelog.

0.3.26 (April 3, 2024)

  • Limit number of CONTINUATION frames for misbehaving connections.

0.3.25 (March 15, 2024)

  • Improve performance decoding many headers.
Commits

Updates mio from 0.8.9 to 0.8.11

Changelog

Sourced from mio's changelog.

0.8.11

0.8.10

Added

Commits

Updates rustls from 0.21.10 to 0.21.11

Commits
  • 7b8d1db Prepare 0.21.11
  • ebcb478 complete_io: bail out if progress is impossible
  • 20f35df Regression test for complete_io infinite loop bug
  • 2f2aae1 Don't specially handle unauthenticated close_notify alerts
  • e163587 Don't deny warnings from nightly clippy
  • 9f86487 server::handy: fix new nightly clippy lint
  • 7e0e8ab Correct assorted clippy warnings in test code
  • 3587d98 Apply clippy suggestions from Rust 1.72
  • d082e83 Address clippy::redundant_static_lifetimes
  • 5e7a06c Address clippy::slow_vector_initialization
  • Additional commits viewable in compare view

Updates borsh from 0.9.1 to 0.9.3

Release notes

Sourced from borsh's releases.

borsh-derive-v1.0.0

No release notes provided.

borsh-v1.0.0

The year is 2653 and the best yet-to-be citizens of the Terran Federation are fighting and mostly just dying in a relentless interstellar war against the Arachnids. Yet the structure of our society has changed through the course of this confrontation.

The members of the Arachnid brain caste and queens have infiltrated the circles of our most influential political and industrial leaders. Either directly, or via the Arachnid technology called "Brain Bugs". This tech alone can accomplish what the Arachnid starship paratroopers will not ever be capable to do.

Simple, straightforward and performant serialization libraries can set us in course to remedy this dangerous stalemate situation by cleaning the minds of its users from even the tiniest of Brain Bugs.

Robert A. Heinlein, 1959 (a newspaper ad)

[Thanks]

borsh-rs 1.0.0 release was first conceived and then brought into existence by minds of:

Contributors, who imposed powerful impact on the past, present and future of this library are specially recognized:

  • Michal Nazarewicz @​mina86 - for revisiting BorshSchema feature, rethinking it, bringing up great ideas and coming up with the fairly involved algorithm of max_serialized_size implementation.
  • Alex Kladov @​matklad - for maintaining a superhuman ability of context switching in under 2 minutes and scanning through 15k lines of code in under 10 minutes, while leaving out under 1% relevant details.
  • Marco Ieni @​MarcoIeni - for developing release-plz automation.
  • Vlad Frolov @​frol - for keeping an eye on the big picture and striking just the right balance between performance and versatility, ease of use and extensibility and tons of other such hard to reconcile pairs.

[Migration guides]

This section contains links to short documents, describing problems encountered during update of borsh version to v1.0.0 for related repositories.

[Summary of changes]

... (truncated)

Changelog

Sourced from borsh's changelog.

1.0.0 - 2023-10-03

The year is 2653 and the best yet-to-be citizens of the Terran Federation are fighting and mostly just dying in a relentless interstellar war against the Arachnids. Yet the structure of our society has changed through the course of this confrontation.

The members of the Arachnid brain caste and queens have infiltrated the circles of our most influential political and industrial leaders. Either directly, or via the Arachnid technology called "Brain Bugs". This tech alone can accomplish what the Arachnid starship paratroopers will not ever be capable to do.

Simple, straightforward and performant serialization libraries can set us in course to remedy this dangerous stalemate situation by cleaning the minds of its users from even the tiniest of Brain Bugs.

Robert A. Heinlein, 1959 (a newspaper ad)

[Thanks]

borsh-rs 1.0.0 release was first conceived and then brought into existence by minds of:

Contributors, who imposed powerful impact on the past, present and future of this library are specially recognized:

  • Michal Nazarewicz @​mina86 - for revisiting BorshSchema feature, rethinking it, bringing up great ideas and coming up with the fairly involved algorithm of max_serialized_size implementation.
  • Alex Kladov @​matklad - for maintaining a superhuman ability of context switching in under 2 minutes and scanning through 15k lines of code in under 10 minutes, while leaving out under 1% relevant details.
  • Marco Ieni @​MarcoIeni - for developing release-plz automation.
  • Vlad Frolov @​frol - for keeping an eye on the big picture and striking just the right balance between performance and versatility, ease of use and extensibility and tons of other such hard to reconcile pairs.

[Migration guides]

This section contains links to short documents, describing problems encountered during update of borsh version to v1.0.0 for related repositories.

[Summary of changes]

  • Library's structure was made more modular and optimized with respect to visibility

... (truncated)

Commits
  • 6e7fc28 chore: release 1.0.0 (#240)
  • 773827c doc: nearcore migration guide to 1.0.0 (#198)
  • 031230d doc: near-sdk-rs migration guide to 1.0.0 (#201)
  • 75d91ec chore: release (#239)
  • 079c278 doc: add examples for borsh::to_vec, borsh::to_writer, `borsh::object_len...
  • 57f9c25 chore!: completely remove deprecated BorshSerialize::try_to_vec (#221)
  • bb5248e feat: add borsh::object_length helper (#236)
  • d2c63ac chore: release (#217)
  • 63cf36d chore!: rename "Tuple\<T0, T1, T2...>" -> "(T0, T1, T2...)" (`schema::Decl...
  • 499f446 chore!: rename "nil" -> "()", "string" -> "String", "nonzero_u16" -...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the cargo group with 4 updates in the / directory: [borsh](https://github.com/near/borsh-rs), [h2](https://github.com/hyperium/h2), [mio](https://github.com/tokio-rs/mio) and [rustls](https://github.com/rustls/rustls).
Bumps the cargo group with 1 update in the /token-lending/flash_loan_receiver directory: [borsh](https://github.com/near/borsh-rs).


Updates `borsh` from 0.10.3 to 1.0.0
- [Release notes](https://github.com/near/borsh-rs/releases)
- [Changelog](https://github.com/near/borsh-rs/blob/master/CHANGELOG.md)
- [Commits](near/borsh-rs@borsh-v0.10.3...borsh-v1.0.0)

Updates `h2` from 0.3.24 to 0.3.26
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)
- [Commits](hyperium/h2@v0.3.24...v0.3.26)

Updates `mio` from 0.8.9 to 0.8.11
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/mio@v0.8.9...v0.8.11)

Updates `rustls` from 0.21.10 to 0.21.11
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.21.10...v/0.21.11)

Updates `borsh` from 0.9.1 to 0.9.3
- [Release notes](https://github.com/near/borsh-rs/releases)
- [Changelog](https://github.com/near/borsh-rs/blob/master/CHANGELOG.md)
- [Commits](near/borsh-rs@borsh-v0.10.3...borsh-v1.0.0)

---
updated-dependencies:
- dependency-name: borsh
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: h2
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: mio
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: rustls
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: borsh
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 19, 2024
@github-actions github-actions bot added the stale label May 6, 2024
@github-actions github-actions bot closed this May 13, 2024
Copy link
Author

dependabot bot commented on behalf of github May 13, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/cargo/cargo-37ef64f1ee branch May 13, 2024 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants