iopsystems / rezolus

Systems performance telemetry
Other
60 stars 9 forks source link

chore(deps): bump the cargo-dependencies group with 11 updates #294

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the cargo-dependencies group with 11 updates:

Package From To
clap 4.5.8 4.5.9
bytes 1.6.0 1.6.1
cc 1.0.106 1.1.5
clap_builder 4.5.8 4.5.9
darling 0.20.9 0.20.10
darling_core 0.20.9 0.20.10
darling_macro 0.20.9 0.20.10
hyper 0.14.29 0.14.30
thiserror 1.0.61 1.0.62
thiserror-impl 1.0.61 1.0.62
tinyvec 1.7.0 1.8.0

Updates clap from 4.5.8 to 4.5.9

Release notes

Sourced from clap's releases.

v4.5.9

[4.5.9] - 2024-07-09

Fixes

  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one
Changelog

Sourced from clap's changelog.

[4.5.9] - 2024-07-09

Fixes

  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one
Commits
  • 3a2fb25 Merge pull request #5547 from tesuji/fish-list
  • 1e3681b refactor: Pass list to __fish_seen_subcommand_from
  • b1a0508 refactor: Rewrite iterator for followup changes
  • 5cc44bb Merge pull request #5548 from tesuji/fish-escape-tab
  • 181b9e0 test: Ensure optional_value runs
  • 0724b7b chore: Remove tarpaulin support
  • 8024254 chore: Update deps to fix nightly
  • b16f987 style: Escaping tab as \t for more readability for fish
  • cf151fd Merge pull request #5542 from casey/exit-without-flushing
  • 5da658c Merge pull request #5541 from rustco/master
  • Additional commits viewable in compare view


Updates bytes from 1.6.0 to 1.6.1

Release notes

Sourced from bytes's releases.

Bytes 1.6.1

This release fixes a bug where Bytes::is_unique returns incorrect values when the Bytes originates from a shared BytesMut. (#718)

Changelog

Sourced from bytes's changelog.

1.6.1 (July 13, 2024)

This release fixes a bug where Bytes::is_unique returns incorrect values when the Bytes originates from a shared BytesMut. (#718)

Commits


Updates cc from 1.0.106 to 1.1.5

Release notes

Sourced from cc's releases.

cc-v1.1.5

Other

  • Fix cyclic compilation: Use vendored once_cell (#1154)

cc-v1.1.4

Other

  • Support compiling on wasm targets (Supersede #1068) (#1160)

cc-v1.1.3

Other

  • Reduce msrv to 1.63 (#1158)
  • Revert "Use raw-dylib for windows-sys (#1137)" (#1157)
  • Fix typos (#1152)
  • Fix doc_lazy_continuation lints (#1153)

cc-v1.1.2

Other

  • Add empty jobserver feature. (#1150)

cc-v1.1.1

Other

  • Fix is_flag_supported not respecting emit_rerun_if_env_changed (#1147) (#1148)

cc-v1.1.0

Added

  • add cargo_output to eliminate last vestiges of stdout pollution (#1141)
Changelog

Sourced from cc's changelog.

1.1.5 - 2024-07-15

Other

  • Fix cyclic compilation: Use vendored once_cell (#1154)

1.1.4 - 2024-07-14

Other

  • Support compiling on wasm targets (Supersede #1068) (#1160)

1.1.3 - 2024-07-14

Other

  • Reduce msrv to 1.63 (#1158)
  • Revert "Use raw-dylib for windows-sys (#1137)" (#1157)
  • Fix typos (#1152)
  • Fix doc_lazy_continuation lints (#1153)

1.1.2 - 2024-07-12

Other

  • Add empty jobserver feature. (#1150)

1.1.1 - 2024-07-12

Other

  • Fix is_flag_supported not respecting emit_rerun_if_env_changed (#1147) (#1148)

1.1.0 - 2024-07-08

Added

  • add cargo_output to eliminate last vestiges of stdout pollution (#1141)
Commits


Updates clap_builder from 4.5.8 to 4.5.9

Release notes

Sourced from clap_builder's releases.

v4.5.9

[4.5.9] - 2024-07-09

Fixes

  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one
Changelog

Sourced from clap_builder's changelog.

[4.5.9] - 2024-07-09

Fixes

  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one
Commits


Updates darling from 0.20.9 to 0.20.10

Release notes

Sourced from darling's releases.

v0.20.10

  • Add #[allow(clippy::manual_unwrap_or_default)] to all generated impls to avoid causing clippy fails in crates using darling #296
  • Properly initialize attrs magic field in derived FromAttributes impls #297
Changelog

Sourced from darling's changelog.

v0.20.10 (July 9, 2024)

  • Add #[allow(clippy::manual_unwrap_or_default)] to all generated impls to avoid causing clippy fails in crates using darling #296
  • Properly initialize attrs magic field in derived FromAttributes impls #297
Commits


Updates darling_core from 0.20.9 to 0.20.10

Release notes

Sourced from darling_core's releases.

v0.20.10

  • Add #[allow(clippy::manual_unwrap_or_default)] to all generated impls to avoid causing clippy fails in crates using darling #296
  • Properly initialize attrs magic field in derived FromAttributes impls #297
Changelog

Sourced from darling_core's changelog.

v0.20.10 (July 9, 2024)

  • Add #[allow(clippy::manual_unwrap_or_default)] to all generated impls to avoid causing clippy fails in crates using darling #296
  • Properly initialize attrs magic field in derived FromAttributes impls #297
Commits


Updates darling_macro from 0.20.9 to 0.20.10

Release notes

Sourced from darling_macro's releases.

v0.20.10

  • Add #[allow(clippy::manual_unwrap_or_default)] to all generated impls to avoid causing clippy fails in crates using darling #296
  • Properly initialize attrs magic field in derived FromAttributes impls #297
Changelog

Sourced from darling_macro's changelog.

v0.20.10 (July 9, 2024)

  • Add #[allow(clippy::manual_unwrap_or_default)] to all generated impls to avoid causing clippy fails in crates using darling #296
  • Properly initialize attrs magic field in derived FromAttributes impls #297
Commits


Updates hyper from 0.14.29 to 0.14.30

Release notes

Sourced from hyper's releases.

v0.14.30

Bug Fixes

  • http1: reject final chunked if missing 0 (4a51b2af)
Changelog

Sourced from hyper's changelog.

v0.14.30 (2024-07-09)

Bug Fixes

  • http1: reject final chunked if missing 0 (4a51b2af)
Commits


Updates thiserror from 1.0.61 to 1.0.62

Release notes

Sourced from thiserror's releases.

1.0.62

  • Support referring to nested tuple struct fields inside #[error("…", …)] attribute (#309)
Commits
  • 0bf6e3d Release 1.0.62
  • 4977932 Merge pull request #310 from dtolnay/nestedtuple
  • 40a7779 Support .0.0 nested tuple index
  • f1ca210 Add regression test for issue 309
  • 479744e No need for dead code if struct fields are public
  • 4db08b1 Ignore warning on unused struct in test
  • f2824ae Fill in ignore reasons in all #[ignore] attributes
  • See full diff in compare view


Updates thiserror-impl from 1.0.61 to 1.0.62

Release notes

Sourced from thiserror-impl's releases.

1.0.62

  • Support referring to nested tuple struct fields inside #[error("…", …)] attribute (#309)
Commits
  • 0bf6e3d Release 1.0.62
  • 4977932 Merge pull request #310 from dtolnay/nestedtuple
  • 40a7779 Support .0.0 nested tuple index
  • f1ca210 Add regression test for issue 309
  • 479744e No need for dead code if struct fields are public
  • 4db08b1 Ignore warning on unused struct in test
  • f2824ae Fill in ignore reasons in all #[ignore] attributes
  • See full diff in compare view


Updates tinyvec from 1.7.0 to 1.8.0

Changelog

Sourced from tinyvec's changelog.

Changelog

1.8

1.7

  • Fuuzetsu added the rustc_1_61 cargo feature, which adds the retain_mut method. pr 198

1.6.1

  • e00E fixed the Arbitrary impl to work on Stable without using a feature gate. pr 180

1.6.0

  • i509VCB added the try_ functions for fallable reallocation. pr 158
  • ajtribick added more error impls to TryFromSliceError. pr 160
  • The std feature now automatically enables the alloc feature as well.

1.5.1

  • madsmtm fixed an error with the alloc feature on very old rustc versions. pr 154

1.5.0

1.4.0

  • saethlin stabilized the usage of const generics and array map with the rustc_1_55 feature. pr 149

1.3.1

  • Improved the performance of the clone_from method pr 144

1.3.0

  • jeffa5 added arbitrary implementations for TinyVec and ArrayVec pr 146.
  • elomatreb implemented DoubleEndedIterator for TinyVecIterator pr 145.

... (truncated)

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 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 3 months ago

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