iopsystems / rezolus

Systems performance telemetry
Other
48 stars 8 forks source link

chore(deps): bump the cargo-dependencies group with 12 updates #270

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

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: https://github.com/Phantomical/c-enum/compare/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: https://github.com/Phantomical/c-enum/compare/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: https://github.com/Phantomical/c-enum/compare/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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 month ago

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