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

Bump the non-critical group with 8 updates #1071

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps the non-critical group with 8 updates:

Package From To
clap-verbosity-flag 2.1.1 2.1.2
predicates 3.0.4 3.1.0
proc-macro2 1.0.76 1.0.78
rayon 1.8.0 1.8.1
redb 1.4.0 1.5.0
smallvec 1.12.0 1.13.1
smol_str 0.2.0 0.2.1
typed-builder 0.18.0 0.18.1

Updates clap-verbosity-flag from 2.1.1 to 2.1.2

Changelog

Sourced from clap-verbosity-flag's changelog.

[2.1.2] - 2024-01-16

Fixes

  • Don't pollute the CLIs help
Commits
  • f44eadc chore: Release clap-verbosity-flag version 2.1.2
  • 18bb1c1 docs: Update changelog
  • f3867c2 fix: remove comment that shows up in clap help text (#86)
  • 8fccb3e Merge pull request #84 from mtilda/patch-1
  • 6eea921 Fix typo in comment
  • 37317be Merge pull request #82 from clap-rs/renovate/actions-setup-python-5.x
  • d88a6c2 Merge pull request #83 from clap-rs/renovate/github-codeql-action-3.x
  • 42b36bb chore(deps): update github/codeql-action action to v3
  • b352af5 chore(deps): update rust crate clap to 4.4.12
  • 792b6ea chore(deps): update actions/setup-python action to v5
  • Additional commits viewable in compare view

Updates predicates from 3.0.4 to 3.1.0

Changelog

Sourced from predicates's changelog.

[3.1.0] - 2024-01-15

Compatibility

  • Update MSRV to 1.70.0

Internals

  • Remove itertools
Commits
  • d16d9cb chore: Release
  • 47812df docs: Update changelog
  • 35c039f Merge pull request #162 from fornwall/remote-itertools
  • bb84ae0 chore(deps): Remove dependency on itertools
  • 8e4bfad Merge pull request #161 from assert-rs/renovate/github-codeql-action-3.x
  • 0cbbb79 Merge pull request #160 from assert-rs/renovate/actions-setup-python-5.x
  • e2e12a7 chore(deps): update github/codeql-action action to v3
  • bd54fd1 chore(deps): update actions/setup-python action to v5
  • 652fd86 chore: Update from '_rust/main'
  • 8c836ea Merge pull request #10 from epage/renovate/migrate-config
  • Additional commits viewable in compare view

Updates proc-macro2 from 1.0.76 to 1.0.78

Release notes

Sourced from proc-macro2's releases.

1.0.78

1.0.77

  • Add a function to reset thread-local span data (#438, thanks @​buchgr)
Commits
  • d850a1d Release 1.0.78
  • 6cefaec Merge pull request #442 from dtolnay/byterange
  • 1082767 Expose Span::byte_range
  • da1be4d Release 1.0.77
  • 69fee37 Merge pull request #440 from dtolnay/example
  • 66a3ef0 Raise minimum tested compiler to 1.63
  • d2441c3 Add example code for invalidate_current_thread_spans
  • 43011bf Ensure invalidate_current_thread_spans has docs even if proc-macro disabled
  • 7e7bb0f Improve documentation of invalidate_current_thread_spans
  • 64778fc Move invalidate_current_thread_spans to proc_macro2::extra
  • Additional commits viewable in compare view

Updates rayon from 1.8.0 to 1.8.1

Changelog

Sourced from rayon's changelog.

Release rayon 1.8.1 / rayon-core 1.12.1 (2024-01-17)

  • The new "web_spin_lock" crate feature makes mutexes spin on the main browser thread in WebAssembly, rather than suffer an error about forbidden atomics.wait if they were to block in that context. Thanks @​RReverser!
Commits

Updates redb from 1.4.0 to 1.5.0

Release notes

Sourced from redb's releases.

1.5.0

  • Export TableStats type
  • Export MutInPlaceValue which allows custom types to support insert_reserve()
  • Add untyped table API which allows metadata, such as table stats, to be retrieved for at table without knowing its type at compile time
  • Fix compilation on uncommon platforms (those other than Unix and Windows)
Changelog

Sourced from redb's changelog.

1.5.0 - 2024-01-15

  • Export TableStats type
  • Export MutInPlaceValue which allows custom types to support insert_reserve()
  • Add untyped table API which allows metadata, such as table stats, to be retrieved for at table without knowing its type at compile time
  • Fix compilation on uncommon platforms (those other than Unix and Windows)
Commits
  • c6bc6ee Bump version to 1.5.0
  • 18ce6d0 Update changelog
  • 9c28085 Update fallback.rs
  • e5cf573 Export MutInPlaceValue trait
  • 8d7810d Rename RedbValueMutInPlace to MutInPlaceValue
  • b34b590 Update pypi publish script to use API token
  • fa35061 Add API to retrieve stats for a table without knowing its type
  • 682cea3 Export TableStats type
  • ef65779 Update to maturin 1.0
  • 4e48ed5 Fix some warnings with latest cargo-deny
  • See full diff in compare view

Updates smallvec from 1.12.0 to 1.13.1

Release notes

Sourced from smallvec's releases.

v1.13.1

  • Remove the optional get-size feature, to avoid a cyclic dependency (#335).

Full Changelog: servo/rust-smallvec@v1.13.0...v1.13.1

v1.13.0

What's Changed

Full Changelog: servo/rust-smallvec@v1.12.0...v1.13.0

Commits

Updates smol_str from 0.2.0 to 0.2.1

Commits

Updates typed-builder from 0.18.0 to 0.18.1

Changelog

Sourced from typed-builder's changelog.

0.18.1 - 2024-01-17

Fixed

  • Add #[allow(clippy::no_effect_underscore_binding)] to generated methods that need to destructure intermediate builder state.
  • Use a proper OR syntax for the dual license.
Commits

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

Bumps the non-critical group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) | `2.1.1` | `2.1.2` |
| [predicates](https://github.com/assert-rs/predicates-rs) | `3.0.4` | `3.1.0` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.76` | `1.0.78` |
| [rayon](https://github.com/rayon-rs/rayon) | `1.8.0` | `1.8.1` |
| [redb](https://github.com/cberner/redb) | `1.4.0` | `1.5.0` |
| [smallvec](https://github.com/servo/rust-smallvec) | `1.12.0` | `1.13.1` |
| [smol_str](https://github.com/rust-analyzer/smol_str) | `0.2.0` | `0.2.1` |
| [typed-builder](https://github.com/idanarye/rust-typed-builder) | `0.18.0` | `0.18.1` |


Updates `clap-verbosity-flag` from 2.1.1 to 2.1.2
- [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap-verbosity-flag@v2.1.1...v2.1.2)

Updates `predicates` from 3.0.4 to 3.1.0
- [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md)
- [Commits](assert-rs/predicates-rs@v3.0.4...v3.1.0)

Updates `proc-macro2` from 1.0.76 to 1.0.78
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.76...1.0.78)

Updates `rayon` from 1.8.0 to 1.8.1
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](rayon-rs/rayon@rayon-core-v1.8.0...rayon-core-v1.8.1)

Updates `redb` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/cberner/redb/releases)
- [Changelog](https://github.com/cberner/redb/blob/master/CHANGELOG.md)
- [Commits](cberner/redb@v1.4.0...v1.5.0)

Updates `smallvec` from 1.12.0 to 1.13.1
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v1.12.0...v1.13.1)

Updates `smol_str` from 0.2.0 to 0.2.1
- [Commits](https://github.com/rust-analyzer/smol_str/commits)

Updates `typed-builder` from 0.18.0 to 0.18.1
- [Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md)
- [Commits](https://github.com/idanarye/rust-typed-builder/commits)

---
updated-dependencies:
- dependency-name: clap-verbosity-flag
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: predicates
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-critical
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: rayon
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: redb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-critical
- dependency-name: smallvec
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-critical
- dependency-name: smol_str
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: typed-builder
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
...

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 Jan 22, 2024
@mkaput mkaput added this pull request to the merge queue Jan 22, 2024
Merged via the queue into main with commit b54a1b1 Jan 22, 2024
20 checks passed
@mkaput mkaput deleted the dependabot/cargo/non-critical-cc0d9aa70f branch January 22, 2024 11:32
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant