iopsystems / rezolus

Systems performance telemetry
Other
48 stars 8 forks source link

chore(deps): bump the cargo-dependencies group with 19 updates #262

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the cargo-dependencies group with 19 updates:

Package From To
linkme 0.3.25 0.3.26
serde 1.0.200 1.0.201
serde_json 1.0.116 1.0.117
anyhow 1.0.82 1.0.83
async-compression 0.4.9 0.4.10
brotli 5.0.0 6.0.0
getrandom 0.2.14 0.2.15
linkme-impl 0.3.25 0.3.26
paste 1.0.14 1.0.15
proc-macro2 1.0.81 1.0.82
rustc-demangle 0.1.23 0.1.24
rustversion 1.0.15 1.0.16
ryu 1.0.17 1.0.18
semver 1.0.22 1.0.23
serde_derive 1.0.200 1.0.201
thiserror 1.0.59 1.0.60
thiserror-impl 1.0.59 1.0.60
zerocopy 0.7.33 0.7.34
zerocopy-derive 0.7.33 0.7.34

Updates linkme from 0.3.25 to 0.3.26

Release notes

Sourced from linkme's releases.

0.3.26

  • Resolve unexpected_cfgs warning (#87)
Commits
  • edd2a89 Release 0.3.26
  • fd3d4c6 Merge pull request #87 from dtolnay/checkcfg
  • d64f3ff Resolve unexpected_cfgs warning
  • 6f47988 Fix typo in crate-level rustdoc
  • 40389c2 Explicitly install a Rust toolchain for cargo-outdated job
  • 3bbbf5e Ignore dead code lint on struct field in test
  • 312fd17 Raise minimum tested compiler to 1.70
  • See full diff in compare view


Updates serde from 1.0.200 to 1.0.201

Release notes

Sourced from serde's releases.

v1.0.201

  • Resolve unexpected_cfgs warning (#2737)
Commits


Updates serde_json from 1.0.116 to 1.0.117

Release notes

Sourced from serde_json's releases.

v1.0.117

  • Resolve unexpected_cfgs warning (#1130)
Commits


Updates anyhow from 1.0.82 to 1.0.83

Release notes

Sourced from anyhow's releases.

1.0.83

  • Integrate compile-time checking of cfgs (#363)
Commits
  • 96f0392 Release 1.0.83
  • 17bbd1e Merge pull request #363 from dtolnay/checkcfg
  • 3ab3c3b Resolve unexpected_cfgs warning
  • 8e62244 Discard CI coverage of backtrace feature on toolchains older than 1.63
  • e77374f Mirror PR 343 changes from readme to rustdoc
  • cb47d7c Reword no-std documentation change from PR 343
  • 6b5bdb1 Wrap PR 343 to 80 columns
  • f01080b Merge pull request #343 from Arthur-Milchior/readme1
  • See full diff in compare view


Updates async-compression from 0.4.9 to 0.4.10

Changelog

Sourced from async-compression's changelog.

0.4.10 - 2024-05-09

Other

  • (deps) update brotli requirement from 5.0 to 6.0 (#274)
  • Fix pipeline doc: Warn on unexpected cfgs instead of error (#276)
  • Update name of release-pr.yml
  • Create release.yml
  • Create release-pr.yml
Commits


Updates brotli from 5.0.0 to 6.0.0

Commits


Updates getrandom from 0.2.14 to 0.2.15

Changelog

Sourced from getrandom's changelog.

[0.2.15] - 2024-05-06

Added

  • Apple visionOS support #410

Changed

  • Use libc::getrandom on DragonflyBSD, FreeBSD, illumos, and Solaris #411 #416 #417 #420
  • Unify libc::getentropy-based implementations #418

#410: rust-random/getrandom#410 #411: rust-random/getrandom#411 #416: rust-random/getrandom#416 #417: rust-random/getrandom#417 #418: rust-random/getrandom#418 #420: rust-random/getrandom#420

Commits


Updates linkme-impl from 0.3.25 to 0.3.26

Release notes

Sourced from linkme-impl's releases.

0.3.26

  • Resolve unexpected_cfgs warning (#87)
Commits
  • edd2a89 Release 0.3.26
  • fd3d4c6 Merge pull request #87 from dtolnay/checkcfg
  • d64f3ff Resolve unexpected_cfgs warning
  • 6f47988 Fix typo in crate-level rustdoc
  • 40389c2 Explicitly install a Rust toolchain for cargo-outdated job
  • 3bbbf5e Ignore dead code lint on struct field in test
  • 312fd17 Raise minimum tested compiler to 1.70
  • See full diff in compare view


Updates paste from 1.0.14 to 1.0.15

Release notes

Sourced from paste's releases.

1.0.15

  • Resolve unexpected_cfgs warning (#102)
Commits
  • a2c7e27 Release 1.0.15
  • 1d23098 Merge pull request #102 from dtolnay/checkcfg
  • 1edfaae Resolve unexpected_cfgs warning
  • cc6803d Explicitly install a Rust toolchain for cargo-outdated job
  • d39fb86 Ignore dead code lint in tests
  • 14872ad Work around empty_docs clippy lint in test
  • ed844dc Work around dead_code warning in test
  • 0a4161b Add cargo.toml metadata to link to crate documentation
  • 5a2bce1 Test docs.rs documentation build in CI
  • d7e0be1 Update actions/checkout@v3 -> v4
  • Additional commits viewable in compare view


Updates proc-macro2 from 1.0.81 to 1.0.82

Release notes

Sourced from proc-macro2's releases.

1.0.82

  • Resolve unexpected_cfgs warning (#456)
Commits
  • 8dc63f3 Release 1.0.82
  • 790cb41 Merge pull request #457 from dtolnay/defaultfeatures
  • 2ebe711 Fix use of deprecated default_features in Cargo.toml
  • a720819 Delete unused nightly cfg
  • 37c5d18 Merge pull request #456 from dtolnay/checkcfg
  • 5e02f52 Suppress unknown_lints warning on old rustc
  • 2660d30 Resolve unexpected_cfgs warning
  • See full diff in compare view


Updates rustc-demangle from 0.1.23 to 0.1.24

Commits


Updates rustversion from 1.0.15 to 1.0.16

Release notes

Sourced from rustversion's releases.

1.0.16

  • Resolve unexpected_cfgs warning (#48)
Commits


Updates ryu from 1.0.17 to 1.0.18

Release notes

Sourced from ryu's releases.

1.0.18

  • Resolve unexpected_cfgs warning (#55)
Commits
  • 12746aa Release 1.0.18
  • 86b1932 Merge pull request #55 from dtolnay/checkcfg
  • 6132d8b Resolve unexpected_cfgs warning
  • 7b7c262 Remove html_root_url reminder from Cargo.toml
  • a05753c Revert "Temporarily disable miri on doctests"
  • 8a06923 Explicitly install a Rust toolchain for cargo-outdated job
  • dbb973b Temporarily disable miri on doctests
  • See full diff in compare view


Updates semver from 1.0.22 to 1.0.23

Release notes

Sourced from semver's releases.

1.0.23

  • Resolve unexpected_cfgs warning (#318)
Commits
  • 69efd3c Release 1.0.23
  • 451b419 Merge pull request #318 from dtolnay/checkcfg
  • 5b71485 Resolve unexpected_cfgs warning
  • c520af7 Revert "Temporarily disable miri on doctests"
  • 73b5d9e Merge pull request #313 from Saecki/patch-1
  • e8d61de chore: fix typo in safety comment
  • d282d48 Explicitly install a Rust toolchain for cargo-outdated job
  • 6e6ba22 Temporarily disable miri on doctests
  • See full diff in compare view


Updates serde_derive from 1.0.200 to 1.0.201

Release notes

Sourced from serde_derive's releases.

v1.0.201

  • Resolve unexpected_cfgs warning (#2737)
Commits


Updates thiserror from 1.0.59 to 1.0.60

Release notes

Sourced from thiserror's releases.

1.0.60

  • Resolve unexpected_cfgs warning (#298)
Commits


Updates thiserror-impl from 1.0.59 to 1.0.60

Release notes

Sourced from thiserror-impl's releases.

1.0.60

  • Resolve unexpected_cfgs warning (#298)
Commits


Updates zerocopy from 0.7.33 to 0.7.34

Commits


Updates zerocopy-derive from 0.7.33 to 0.7.34

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