iopsystems / rezolus

Systems performance telemetry
Other
48 stars 8 forks source link

chore(deps): bump the cargo-dependencies group across 1 directory with 10 updates #245

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the cargo-dependencies group with 9 updates in the / directory:

Package From To
serde_json 1.0.115 1.0.116
cc 1.0.94 1.0.95
proc-macro2 1.0.80 1.0.81
rmp 0.8.12 0.8.14
rmp-serde 1.1.2 1.2.0
rustix 0.38.32 0.38.34
signal-hook-registry 1.4.1 1.4.2
thiserror 1.0.58 1.0.59
winapi-util 0.1.6 0.1.7

Updates serde_json from 1.0.115 to 1.0.116

Release notes

Sourced from serde_json's releases.

v1.0.116

Commits
  • a3f62bb Release 1.0.116
  • 12c8ee0 Hide "non-exhaustive patterns" errors when crate fails to compile
  • 051ce97 Merge pull request 1124 from mleonhard/master
  • 25dc750 Replace features_check mod with a call to std::compile_error!. Fixes htt...
  • 2e15e3d Revert "Temporarily disable miri on doctests"
  • 0baba28 Resolve legacy_numeric_constants clippy lints
  • See full diff in compare view


Updates cc from 1.0.94 to 1.0.95

Release notes

Sourced from cc's releases.

1.0.95

What's Changed

Full Changelog: https://github.com/rust-lang/cc-rs/compare/1.0.94...1.0.95

Commits


Updates proc-macro2 from 1.0.80 to 1.0.81

Release notes

Sourced from proc-macro2's releases.

1.0.81

  • Documentation improvements
Commits


Updates rmp from 0.8.12 to 0.8.14

Commits


Updates rmp-serde from 1.1.2 to 1.2.0

Commits


Updates rustix from 0.38.32 to 0.38.34

Commits
  • 14a88ef chore: Release rustix version 0.38.34
  • 1d28750 Make the libc "extra_traits" feature optional. (#1049)
  • 63dd84a chore: Release rustix version 0.38.33
  • 95a8302 Probe for statx availability even when statx returns ENOSYS. (#1048)
  • 76143e1 Move to using IpAddr and other types from core. (#1047)
  • a5af48e Add "visionos" as an apple target. (#1046)
  • 48eeb83 Pass null instead of empty slices to getxattr and fgetxattr on macos (#1045)
  • fa21a6d Disable Haiku in CI due to upstream breakage, and fix a no_std error. (#1042)
  • 6f72de5 Add ELF aux vector AT_MINSIGSTKSZ (#1041)
  • 7077238 Expose OFlags::LARGEFILE and document its behavior (#1020)
  • Additional commits viewable in compare view


Updates signal-hook-registry from 1.4.1 to 1.4.2

Changelog

Sourced from signal-hook-registry's changelog.

signal-hook-registry-1.4.2

  • NQX support (experimental/not guaranteed to work) (#158)
    • By disabling SA_RESTART on that platform, not supported there.

0.3.17

  • Fix race condition leading into a panic in SignalsInfo::forever (#148).

0.3.16

  • Fix compilation on OpenBSD (#147).

0.3.15

Commits
  • 2103740 Registry at 1.4.2
  • 5de8bdd Merge pull request #158 from SebastianSchildt/feature/qnx_neutrino_support
  • 1389754 hide SA_RESTART for qnx
  • afa5feb Merge branch 'master' of github.com:vorner/signal-hook
  • 1fa30e4 CI: Add missing test run on pull requests
  • b65232e Merge pull request #157 from timmc/patch-1
  • ad55d28 Fix small typo in lib docs
  • 7dfed90 Version 0.3.17.
  • dd318c4 Merge pull request #149 from vorner/stray-pending
  • 719b145 Slightly extend a test
  • Additional commits viewable in compare view


Updates thiserror from 1.0.58 to 1.0.59

Release notes

Sourced from thiserror's releases.

1.0.59

  • Unblock testing of rustc debug-fmt-detail option (#297)
Commits
  • e7ad85e Release 1.0.59
  • af477ec Merge pull request #297 from dtolnay/traitident
  • f3fbd99 Implement ToTokens without reliance on {:?}
  • 508ece8 Revert "Temporarily disable miri on doctests"
  • c8c804c Explicitly install a Rust toolchain for cargo-outdated job
  • 6969595 Merge pull request #293 from dtolnay/workspacewrapper
  • 488d52f Apply RUSTC_WORKSPACE_WRAPPER
  • ba33438 Temporarily disable miri on doctests
  • See full diff in compare view


Updates thiserror-impl from 1.0.58 to 1.0.59

Release notes

Sourced from thiserror-impl's releases.

1.0.59

  • Unblock testing of rustc debug-fmt-detail option (#297)
Commits
  • e7ad85e Release 1.0.59
  • af477ec Merge pull request #297 from dtolnay/traitident
  • f3fbd99 Implement ToTokens without reliance on {:?}
  • 508ece8 Revert "Temporarily disable miri on doctests"
  • c8c804c Explicitly install a Rust toolchain for cargo-outdated job
  • 6969595 Merge pull request #293 from dtolnay/workspacewrapper
  • 488d52f Apply RUSTC_WORKSPACE_WRAPPER
  • ba33438 Temporarily disable miri on doctests
  • See full diff in compare view


Updates winapi-util from 0.1.6 to 0.1.7

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