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): bump the cargo-dependencies group with 12 updates #270

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2024

Bumps the cargo-dependencies group with 12 updates:

Package From To
ouroboros 0.18.3 0.18.4
serde 1.0.202 1.0.203
libbpf-sys 1.4.1+v1.4.0 1.4.2+v1.4.2
perf-event2 0.7.2 0.7.3
brotli-decompressor 4.0.0 4.0.1
c-enum 0.1.2 0.2.3
ouroboros_macro 0.18.3 0.18.4
parking_lot 0.12.2 0.12.3
perf-event-data 0.1.4 0.1.6
perf-event-open-sys2 5.0.3 5.0.4
proc-macro2 1.0.83 1.0.84
serde_derive 1.0.202 1.0.203

Updates ouroboros from 0.18.3 to 0.18.4

Commits

Updates serde from 1.0.202 to 1.0.203

Release notes

Sourced from serde's releases.

v1.0.203

  • Documentation improvements (#2747)
Commits
  • d5bc546 Release 1.0.203
  • 45ae217 Merge pull request #2747 from dtolnay/variadic
  • b7b97dd Unindent implementation inside tuple_impl_body macro
  • 5d3c563 Document tuple impls as fake variadic
  • 3761854 Merge pull request #2745 from dtolnay/docsrs
  • a8f1484 Rely on docs.rs to define --cfg=docsrs by default
  • See full diff in compare view

Updates libbpf-sys from 1.4.1+v1.4.0 to 1.4.2+v1.4.2

Commits

Updates perf-event2 from 0.7.2 to 0.7.3

Commits

Updates brotli-decompressor from 4.0.0 to 4.0.1

Commits

Updates c-enum from 0.1.2 to 0.2.3

Release notes

Sourced from c-enum's releases.

v0.2.2

Changed

  • c_enum! will now emit the error message about multiple declarations in a block in most cases matching needing to be migrated to v0.2.0.

What's Changed

Full Changelog: Phantomical/c-enum@v0.2.1...v0.2.2

v0.2.1

Changed

  • c_enum! will now emit a custom error message indicating that declaring multiple enums in a single c_enum! block is not supported anymore.

What's Changed

Full Changelog: Phantomical/c-enum@v0.2.0...v0.2.1

v0.2.0

0.2.0 - 2023-10-23

Added

  • c_enum! now has some extra syntax to allow directly applying attributes to the generated impl block.

Changed

  • It is now only possible to define a single enum instance within a c_enum!. This is to allow additional syntax in the future that is not supported when the macro allows multiple enum definitions.

What's Changed

Full Changelog: Phantomical/c-enum@v0.1.2...v0.2.0

Changelog

Sourced from c-enum's changelog.

0.2.3 - 2024-02-07

Fixed

  • c_enum! can now handle enums with more than 128 variants without hitting the macro recursion limit. Enums with more than 10k variants will still hit it eventually but this is less likely to be an issue for most.

0.2.2 - 2023-10-23

Changed

  • c_enum! will now emit the error message about multiple declarations in a block in most cases matching needing to be migrated to v0.2.0.

0.2.1 - 2023-10-23

Changed

  • c_enum! will now emit a custom error message indicating that declaring multiple enums in a single c_enum! block is not supported anymore.

0.2.0 - 2023-10-23

Added

  • c_enum! now has some extra syntax to allow directly applying attributes to the generated impl block.

Changed

  • It is now only possible to define a single enum instance within a c_enum!. This is to allow additional syntax in the future that is not supported when the macro allows multiple enum definitions.
Commits
  • e91f465 v0.2.3
  • ea51ab4 Match multiple fields at a time in order to support larger enums
  • 9f462eb v0.2.2
  • f794902 Improve the cases in which c_enum! will detect multiple declarations
  • d78cb0d Add a missing pub to the generated code example (#12)
  • d9d4991 v0.2.1
  • 7ef6f82 Improve error messages for multiple enums in a c_enum! block (#11)
  • 119b106 v0.2.0 (#10)
  • 39b3917 Allow setting attributes on the generated impl block (#9)
  • c568104 Only allow a single struct definition per c_enum! macro (#8)
  • Additional commits viewable in compare view

Updates ouroboros_macro from 0.18.3 to 0.18.4

Commits

Updates parking_lot from 0.12.2 to 0.12.3

Changelog

Sourced from parking_lot's changelog.

parking_lot 0.12.3 (2024-05-24)

  • Export types provided by arc_lock feature (#442)
Commits
  • a29dd3d Release parking_lot 0.12.3
  • f7efcae Merge pull request #442 from iwanders/add-arc_lock-feature-top-level-exports
  • c357017 Export types provided by arc_lock feature.
  • See full diff in compare view

Updates perf-event-data from 0.1.4 to 0.1.6

Changelog

Sourced from perf-event-data's changelog.

[0.1.6] - 2023-05-21

Fixed

  • Parsing a PERF_SAMPLE_RAW field in Sample now properly handles padding bytes when the field size is not a multiple of 8 bytes.
  • Parsing a PERF_SAMPLE_STACK_USER field in Sample will no longer parse the dyn_size field when the static stack size is 0.

[0.1.5] - 2023-05-21

Fixed

  • Parse the header for the PERF_SAMPLE_RAW field in Sample as a u32 instead of a u64.
Commits

Updates perf-event-open-sys2 from 5.0.3 to 5.0.4

Commits

Updates proc-macro2 from 1.0.83 to 1.0.84

Release notes

Sourced from proc-macro2's releases.

1.0.84

Commits
  • 33c9578 Release 1.0.84
  • d850da5 Merge pull request #455 from CensoredUsername/master
  • eabac15 Add a warning to Delimiter::None that rustc currently does not respect it.
  • See full diff in compare view

Updates serde_derive from 1.0.202 to 1.0.203

Release notes

Sourced from serde_derive's releases.

v1.0.203

  • Documentation improvements (#2747)
Commits
  • d5bc546 Release 1.0.203
  • 45ae217 Merge pull request #2747 from dtolnay/variadic
  • b7b97dd Unindent implementation inside tuple_impl_body macro
  • 5d3c563 Document tuple impls as fake variadic
  • 3761854 Merge pull request #2745 from dtolnay/docsrs
  • a8f1484 Rely on docs.rs to define --cfg=docsrs by default
  • 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

Bumps the cargo-dependencies group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [ouroboros](https://github.com/someguynamedjosh/ouroboros) | `0.18.3` | `0.18.4` |
| [serde](https://github.com/serde-rs/serde) | `1.0.202` | `1.0.203` |
| [libbpf-sys](https://github.com/libbpf/libbpf-sys) | `1.4.1+v1.4.0` | `1.4.2+v1.4.2` |
| [perf-event2](https://github.com/Phantomical/perf-event) | `0.7.2` | `0.7.3` |
| [brotli-decompressor](https://github.com/dropbox/rust-brotli-decompressor) | `4.0.0` | `4.0.1` |
| [c-enum](https://github.com/Phantomical/c-enum) | `0.1.2` | `0.2.3` |
| [ouroboros_macro](https://github.com/someguynamedjosh/ouroboros) | `0.18.3` | `0.18.4` |
| [parking_lot](https://github.com/Amanieu/parking_lot) | `0.12.2` | `0.12.3` |
| [perf-event-data](https://github.com/Phantomical/perf-event-data) | `0.1.4` | `0.1.6` |
| [perf-event-open-sys2](https://github.com/Phantomical/perf-event) | `5.0.3` | `5.0.4` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.83` | `1.0.84` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.202` | `1.0.203` |


Updates `ouroboros` from 0.18.3 to 0.18.4
- [Commits](https://github.com/someguynamedjosh/ouroboros/commits)

Updates `serde` from 1.0.202 to 1.0.203
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.202...v1.0.203)

Updates `libbpf-sys` from 1.4.1+v1.4.0 to 1.4.2+v1.4.2
- [Commits](https://github.com/libbpf/libbpf-sys/commits/1.4.2+v1.4.2)

Updates `perf-event2` from 0.7.2 to 0.7.3
- [Release notes](https://github.com/Phantomical/perf-event/releases)
- [Commits](Phantomical/perf-event@v0.7.2...v0.7.3)

Updates `brotli-decompressor` from 4.0.0 to 4.0.1
- [Commits](dropbox/rust-brotli-decompressor@4.0.0...4.0.1)

Updates `c-enum` from 0.1.2 to 0.2.3
- [Release notes](https://github.com/Phantomical/c-enum/releases)
- [Changelog](https://github.com/Phantomical/c-enum/blob/main/CHANGELOG.md)
- [Commits](Phantomical/c-enum@v0.1.2...v0.2.3)

Updates `ouroboros_macro` from 0.18.3 to 0.18.4
- [Commits](https://github.com/someguynamedjosh/ouroboros/commits)

Updates `parking_lot` from 0.12.2 to 0.12.3
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@0.12.2...0.12.3)

Updates `perf-event-data` from 0.1.4 to 0.1.6
- [Release notes](https://github.com/Phantomical/perf-event-data/releases)
- [Changelog](https://github.com/Phantomical/perf-event-data/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Phantomical/perf-event-data/commits)

Updates `perf-event-open-sys2` from 5.0.3 to 5.0.4
- [Release notes](https://github.com/Phantomical/perf-event/releases)
- [Commits](Phantomical/perf-event@sys-v5.0.3...sys-v5.0.4)

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

Updates `serde_derive` from 1.0.202 to 1.0.203
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.202...v1.0.203)

---
updated-dependencies:
- dependency-name: ouroboros
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: libbpf-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: perf-event2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: brotli-decompressor
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: c-enum
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: ouroboros_macro
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: parking_lot
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: perf-event-data
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: perf-event-open-sys2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: serde_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 27, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 3, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 3, 2024
@dependabot dependabot bot deleted the dependabot/cargo/cargo-dependencies-2902fa8b6c branch June 3, 2024 12:22
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants