iopsystems / rezolus

Systems performance telemetry
Other
48 stars 8 forks source link

chore(deps): bump the cargo-dependencies group with 17 updates #268

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the cargo-dependencies group with 17 updates:

Package From To
libc 0.2.154 0.2.155
metriken-exposition 0.6.1 0.6.2
serde 1.0.201 1.0.202
toml 0.8.12 0.8.13
anyhow 1.0.83 1.0.86
camino 1.1.6 1.1.7
cc 1.0.97 1.0.98
either 1.11.0 1.12.0
linux-raw-sys 0.4.13 0.4.14
miniz_oxide 0.7.2 0.7.3
proc-macro2 1.0.82 1.0.83
rustversion 1.0.16 1.0.17
serde_derive 1.0.201 1.0.202
serde_spanned 0.6.5 0.6.6
thiserror 1.0.60 1.0.61
thiserror-impl 1.0.60 1.0.61
toml_datetime 0.6.5 0.6.6

Updates libc from 0.2.154 to 0.2.155

Release notes

Sourced from libc's releases.

0.2.155

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/libc/compare/0.2.154...0.2.155

Commits
  • 7df63bd Merge pull request #3682 from madsmtm/new-version
  • 0bbb5cd Merge pull request #3690 from tesuji/android-posix-spawn
  • 15c74a4 Update version to 0.2.155
  • 664947b Merge pull request #3708 from cuviper/ci-sparc64-0.2
  • 61331df Also skip MFD_EXEC and MFD_NOEXEC_SEAL on sparc64
  • 73d2004 Skip SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV on sparc64
  • 80535f3 Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64
  • b2b2fd7 Readd posix_spawn{_file_actions_t,attr_t} on Android
  • 7646277 Merge pull request #3686 from redox-os/redox-epoll-0.2
  • 5eff703 redox: correct EPOLL constants
  • Additional commits viewable in compare view


Updates metriken-exposition from 0.6.1 to 0.6.2

Commits


Updates serde from 1.0.201 to 1.0.202

Release notes

Sourced from serde's releases.

v1.0.202

  • Provide public access to RenameAllRules in serde_derive_internals (#2743)
Commits
  • 9e32a40 Release 1.0.202
  • 87f635e Release serde_derive_internals 0.29.1
  • d4b2dfb Merge pull request #2743 from dtolnay/renameallrules
  • f6ab0bc Provide public access to RenameAllRules in serde_derive_internals
  • 48cc2a6 Replace use of a syn From impl
  • 3202a68 Skip rerunning build script on library code changes
  • See full diff in compare view


Updates toml from 0.8.12 to 0.8.13

Commits


Updates anyhow from 1.0.83 to 1.0.86

Release notes

Sourced from anyhow's releases.

1.0.86

  • Fix parse error in ensure! with non-literal after minus sign (#373)

1.0.85

  • Improve ensure! macro's rules to unblock some rustc pretty-printer improvements (#368, #371)

1.0.84

  • Disallow calling ensure! through a Not impl for a type that is not bool (#367)
Commits
  • 8ea1819 Release 1.0.86
  • 0a1b405 Merge pull request #373 from dtolnay/minusneg
  • e0c74f2 Ensure $:literal never matches negative literal
  • 013c66e Fix parse error with non-literal after minus sign
  • ca7aff7 Add binary operator ensure tests
  • 2737bbe Release 1.0.85
  • 82b8b34 Merge pull request #371 from dtolnay/split
  • ad78d70 Preserve more token spans in expression parser
  • 5cce406 Parse comparison operators before other binary operators
  • 7205394 Merge pull request #369 from dtolnay/tokensplit
  • Additional commits viewable in compare view


Updates camino from 1.1.6 to 1.1.7

Release notes

Sourced from camino's releases.

camino 1.1.7

Fixed

  • Resolve unexpected_cfg warnings.
Changelog

Sourced from camino's changelog.

[1.1.7] - 2024-05-14

Fixed

  • Resolve unexpected_cfg warnings.
Commits
  • 9cabdbd [camino] version 1.1.7
  • 6e292d2 prepare release
  • 4ae167f add cargo warnings for missing feature enablements
  • f314336 fix incompatible_msrv warning
  • c84a312 resolve unexpected_cfg warnings
  • 50dfa7a [ci] use M1 runners for macOS builds (#89)
  • 7de9219 [ci] fix build on Rust 1.34 and 1.44
  • af3462f Add docstring for Utf8Path::try_from
  • bd7920e fix clippy issues with Rust 1.74
  • 8bec623 Add MSRV field to camino
  • Additional commits viewable in compare view


Updates cc from 1.0.97 to 1.0.98

Release notes

Sourced from cc's releases.

1.0.98

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/cc-rs/compare/1.0.97...1.0.98

Commits


Updates either from 1.11.0 to 1.12.0

Commits


Updates linux-raw-sys from 0.4.13 to 0.4.14

Commits


Updates miniz_oxide from 0.7.2 to 0.7.3

Changelog

Sourced from miniz_oxide's changelog.

0.7.3 - 2024-05-17

Bug Fixes

  • (miniz_oxide) Fix version specification for simd-adler32 (#150) - (35c71e1) - Daniel Müller
  • Fix clippy lints (#151) - (7c758d4) - Gnome!
  • (miniz_oxide) Remove lookup table from rustc-std builds (#152) - (434d9ab) - Gnome!

Commits
  • 2ebf8e2 bump version and update changelog
  • 963a9ba fix(miniz_oxide_c_api): set version of cc so ci tests don't fail due to newer...
  • 434d9ab Remove lookup table from rustc-std builds (#152)
  • 7c758d4 Fix clippy lints (#151)
  • 35c71e1 fix(miniz_oxide): Fix version specification for simd-adler32 (#150)
  • See full diff in compare view


Updates proc-macro2 from 1.0.82 to 1.0.83

Release notes

Sourced from proc-macro2's releases.

1.0.83

  • Optimize the representation of Ident (#462)
Commits
  • 1b77aca Release 1.0.83
  • 728eddf Merge pull request #462 from dtolnay/identsize
  • c56c5e6 Drop irrelevant capacity field from Ident representation
  • 464c2eb Merge pull request #461 from dtolnay/sizetest
  • 6f894e7 Disable span size tests when layout is randomized
  • 7b357af Add additional size tests
  • abc7dff Merge pull request #460 from dtolnay/docsrs
  • f8d88f3 Rely on docs.rs to define --cfg=docsrs by default
  • See full diff in compare view


Updates rustversion from 1.0.16 to 1.0.17

Release notes

Sourced from rustversion's releases.

1.0.17

  • Support Windows builds that have OUT_DIR prefixed with \\?\ (#51)
Commits


Updates serde_derive from 1.0.201 to 1.0.202

Release notes

Sourced from serde_derive's releases.

v1.0.202

  • Provide public access to RenameAllRules in serde_derive_internals (#2743)
Commits
  • 9e32a40 Release 1.0.202
  • 87f635e Release serde_derive_internals 0.29.1
  • d4b2dfb Merge pull request #2743 from dtolnay/renameallrules
  • f6ab0bc Provide public access to RenameAllRules in serde_derive_internals
  • 48cc2a6 Replace use of a syn From impl
  • 3202a68 Skip rerunning build script on library code changes
  • See full diff in compare view


Updates serde_spanned from 0.6.5 to 0.6.6

Commits


Updates thiserror from 1.0.60 to 1.0.61

Release notes

Sourced from thiserror's releases.

1.0.61

  • Use core::fmt and core::panic to facilitate error_in_core support (#299, thanks @​jordens)
Commits


Updates thiserror-impl from 1.0.60 to 1.0.61

Release notes

Sourced from thiserror-impl's releases.

1.0.61

  • Use core::fmt and core::panic to facilitate error_in_core support (#299, thanks @​jordens)
Commits


Updates toml_datetime from 0.6.5 to 0.6.6

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

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