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 minor-and-patch-cargo-updates group across 1 directory with 4 updates #2920

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2024

Bumps the minor-and-patch-cargo-updates group with 4 updates in the / directory: libmdbx, bytes, unicode-normalization and anyhow.

Updates libmdbx from 0.5.0 to 0.5.2

Commits

Updates bytes from 1.7.1 to 1.7.2

Release notes

Sourced from bytes's releases.

Bytes 1.7.2

1.7.2 (September 17, 2024)

Fixed

  • Fix default impl of Buf::{get_int, get_int_le} (#732)

Documented

  • Fix double spaces in comments and doc comments (#731)

Internal changes

  • Ensure BytesMut::advance reduces capacity (#728)
Changelog

Sourced from bytes's changelog.

1.7.2 (September 17, 2024)

Fixed

  • Fix default impl of Buf::{get_int, get_int_le} (#732)

Documented

  • Fix double spaces in comments and doc comments (#731)

Internal changes

  • Ensure BytesMut::advance reduces capacity (#728)
Commits

Updates unicode-normalization from 0.1.23 to 0.1.24

Commits
  • c992130 Merge pull request #103 from Marcondiro/master
  • 0a95cae Fix clippy
  • 99d6e46 Fix composition table
  • b7e343a Use tinyvec 1.6.0 in msrv build
  • c8011eb Update normalization_tests.rs to Unicode 16.0.0
  • fdfe8e0 Update Unicode to version 16.0.0, bump to 0.1.24
  • 79687ca Merge pull request #100 from unicode-rs/safety-comments
  • 71a54fa Merge pull request #101 from unicode-rs/constructors
  • a97388a Add safety comments
  • 154ebfc Directly expose constructors for iterators rather than relying on hard-to-dis...
  • Additional commits viewable in compare view

Updates anyhow from 1.0.87 to 1.0.89

Release notes

Sourced from anyhow's releases.

1.0.89

  • Make anyhow::Error's UnwindSafe and RefUnwindSafe impl consistently available between versions of Rust newer and older than 1.72 (#386)

1.0.88

  • Documentation improvements
Commits
  • 9d3fb6d Release 1.0.89
  • 830c399 Merge pull request #386 from dtolnay/unwindsafe
  • 8454be3 Ensure UnwindSafe even with "backtrace" feature enabled and old Rust
  • a85e414 Add more autotraits tests
  • 139f266 Release 1.0.88
  • aa3ab2b Merge pull request #385 from dtolnay/docnostd
  • 44c3767 Update documentation on no-std error type conversions
  • See full diff 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

@dependabot dependabot bot added dependency rust Pull requests that update Rust code labels Sep 18, 2024
@dependabot dependabot bot requested a review from jsdanielh September 18, 2024 14:47
@dependabot dependabot bot force-pushed the dependabot/cargo/minor-and-patch-cargo-updates-ad6b57b3a4 branch from d884fa7 to 3017dfd Compare September 19, 2024 15:06
@jsdanielh jsdanielh force-pushed the dependabot/cargo/minor-and-patch-cargo-updates-ad6b57b3a4 branch from 3017dfd to 536e2c9 Compare September 19, 2024 21:11
dependabot bot and others added 2 commits September 19, 2024 15:27
…rectory with 4 updates

Bumps the minor-and-patch-cargo-updates group with 4 updates in the / directory: [libmdbx](https://github.com/vorot93/libmdbx-rs), [bytes](https://github.com/tokio-rs/bytes), [unicode-normalization](https://github.com/unicode-rs/unicode-normalization) and [anyhow](https://github.com/dtolnay/anyhow).

Updates `libmdbx` from 0.5.0 to 0.5.2
- [Commits](https://github.com/vorot93/libmdbx-rs/commits)

Updates `bytes` from 1.7.1 to 1.7.2
- [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.7.1...v1.7.2)

Updates `unicode-normalization` from 0.1.23 to 0.1.24
- [Commits](unicode-rs/unicode-normalization@v0.1.23...v0.1.24)

Updates `anyhow` from 1.0.87 to 1.0.89
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.87...1.0.89)

---
updated-dependencies:
- dependency-name: libmdbx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: unicode-normalization
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
Increase the MSRV to 1.79.0 as it is required by libmdbx 0.5.2.
@jsdanielh jsdanielh force-pushed the dependabot/cargo/minor-and-patch-cargo-updates-ad6b57b3a4 branch from 536e2c9 to e119d76 Compare September 19, 2024 21:27
@jsdanielh jsdanielh merged commit e119d76 into albatross Sep 19, 2024
7 checks passed
@jsdanielh jsdanielh deleted the dependabot/cargo/minor-and-patch-cargo-updates-ad6b57b3a4 branch September 19, 2024 22:09
@jsdanielh jsdanielh added this to the Nimiq PoS Mainnet milestone Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant