iopsystems / rezolus

Systems performance telemetry
Other
59 stars 9 forks source link

chore(deps): bump the cargo-dependencies group with 37 updates #162

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the cargo-dependencies group with 37 updates:

Package From To
clap 4.5.0 4.5.1
linkme 0.3.22 0.3.23
memmap2 0.5.10 0.9.3
serde 1.0.196 1.0.197
walkdir 2.4.0 2.5.0
serde_json 1.0.113 1.0.114
ahash 0.8.8 0.8.11
anstream 0.6.11 0.6.13
anyhow 1.0.79 1.0.80
bumpalo 3.14.0 3.15.3
cc 1.0.83 1.0.89
clap_builder 4.5.0 4.5.1
crc32fast 1.3.2 1.4.0
darling 0.20.5 0.20.8
darling_core 0.20.5 0.20.8
darling_macro 0.20.5 0.20.8
hermit-abi 0.3.5 0.3.9
http 0.2.11 0.2.12
indexmap 2.2.3 2.2.5
js-sys 0.3.68 0.3.69
linkme-impl 0.3.22 0.3.23
log 0.4.20 0.4.21
mio 0.8.10 0.8.11
pkg-config 0.3.29 0.3.30
regex-automata 0.4.5 0.4.6
ryu 1.0.16 1.0.17
semver 1.0.21 1.0.22
serde_derive 1.0.196 1.0.197
socket2 0.5.5 0.5.6
tempfile 3.10.0 3.10.1
unicode-normalization 0.1.22 0.1.23
wasm-bindgen 0.2.91 0.2.92
wasm-bindgen-backend 0.2.91 0.2.92
wasm-bindgen-macro 0.2.91 0.2.92
wasm-bindgen-macro-support 0.2.91 0.2.92
wasm-bindgen-shared 0.2.91 0.2.92
winnow 0.5.39 0.5.40

Updates clap from 4.5.0 to 4.5.1

Release notes

Sourced from clap's releases.

v4.5.1

[4.5.1] - 2024-02-16

Fixes

  • (error) Include suggestion to add -- even if there is a "did you mean" so long as last or trailing_var_arg is used
Changelog

Sourced from clap's changelog.

[4.5.1] - 2024-02-16

Fixes

  • (error) Include suggestion to add -- even if there is a "did you mean" so long as last or trailing_var_arg is used
Commits
  • 0c01b55 chore: Release
  • 08e0b5b docs: Update changelog
  • f2c4e6e Merge pull request #5359 from poliorcetics/ab/push-szymvyzpmnqx
  • e782775 fix(complete): Handle newlines in command/arg descriptions
  • fba7c85 test(complete): Show newline issue
  • 8a7a13a chore: Release
  • 7b3a3e1 docs: Update changelog
  • 7b624ca Merge pull request #5356 from epage/escape
  • 446328a fix(error): Include -- in more cases
  • 7de6df8 test(error): Show existing last behavior
  • Additional commits viewable in compare view


Updates linkme from 0.3.22 to 0.3.23

Release notes

Sourced from linkme's releases.

0.3.23

  • Fix unused_imports warnings when compiled by rustc 1.78
Commits


Updates memmap2 from 0.5.10 to 0.9.3

Changelog

Sourced from memmap2's changelog.

[0.9.3] - 2023-12-19

Fixed

  • Build on Android.

[0.9.2] - 2023-12-17

Fixed

  • Build on FreeBSD.

[0.9.1] - 2023-12-16

Changed

[0.9.0] - 2023-10-03

Changed

  • The Advice struct was split into two enums: Advice and UncheckedAdvice. Advice can be passed to safe advise and advise_range methods. And UncheckedAdvice can be passed to unsafe unchecked_advise and unchecked_advise_range methods. @​adamreichold

[0.8.0] - 2023-09-25

Changed

Fixed

  • Some of the Advise variants were unsound and now require unsafe to be constructed. @​adamreichold

[0.7.1] - 2023-06-24

Fixed

  • Mapping beyond 4GB offset on 32 bit glibc. Linux-only. @​lvella

[0.7.0] - 2023-06-08

Added

Changed

  • libc crate >= 0.2.143 is required now.

[0.6.2] - 2023-05-24

Fixed

... (truncated)

Commits


Updates serde from 1.0.196 to 1.0.197

Release notes

Sourced from serde's releases.

v1.0.197

  • Fix unused_imports warnings when compiled by rustc 1.78
  • Optimize code size of some Display impls (#2697, thanks @​nyurik)
Commits
  • 5fa711d Release 1.0.197
  • f5d8ae4 Resolve prelude redundant import warnings
  • 1d54973 Merge pull request #2697 from nyurik/format-str
  • b8fafef A few minor write_str optimizations and inlining
  • c42ebb8 Update ui test suite to nightly-2024-02-12
  • 9e68062 Ignore incompatible_msrv clippy lint for conditionally compiled code
  • 846f865 Ignore dead_code warnings in test
  • See full diff in compare view


Updates walkdir from 2.4.0 to 2.5.0

Commits


Updates serde_json from 1.0.113 to 1.0.114

Release notes

Sourced from serde_json's releases.

v1.0.114

  • Fix unused_imports warnings when compiled by rustc 1.78
Commits
  • e1b3a6d Release 1.0.114
  • 6fb7026 Work around prelude redundant import warnings
  • 34a04c5 Ignore incompatible_msrv clippy false positives in test
  • ca05f69 Remove unused Float::is_sign_negative trait method
  • See full diff in compare view


Updates ahash from 0.8.8 to 0.8.11

Release notes

Sourced from ahash's releases.

v0.8.11

Patch release to further strengthen u64 fastpath based on #210

Full Changelog: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11

v0.8.10

Patch to fix #210 which caused poor distribution when hashing a single u64 on nightly.

Full Changelog: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10

v0.8.9

Minor patch to fix #207

Full Changelog: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9

Commits


Updates anstream from 0.6.11 to 0.6.13

Commits


Updates anyhow from 1.0.79 to 1.0.80

Release notes

Sourced from anyhow's releases.

1.0.80

  • Fix unused_imports warnings when compiled by rustc 1.78
Commits
  • 5443719 Release 1.0.80
  • dfc7bc0 Work around prelude redundant import warnings
  • 6e4f86b Import from alloc not std, where possible
  • f885a13 Ignore incompatible_msrv clippy false positives in test
  • fefbcbc Ignore incompatible_msrv clippy lint
  • 78f2d81 Update ui test suite to nightly-2024-02-08
  • edd88d3 Update ui test suite to nightly-2024-01-31
  • See full diff in compare view


Updates bumpalo from 3.14.0 to 3.15.3

Changelog

Sourced from bumpalo's changelog.

3.15.3

Released 2024-02-22.

Added

  • Added additional performance improvements to bumpalo::collections::Vec related to reserving capacity.

3.15.2

Released 2024-02-21.

Added

  • Add a bumpalo::collections::Vec::extend_from_slice_copy method. This doesn't exist on the standard library's Vec but they have access to specialization, so their regular extend_from_slice has a specialization for Copy types. Using this new method for Copy types is a ~80x performance improvement over the plain extend_from_slice method.

3.15.1

Released 2024-02-20.

Fixed

  • Fixed the MSRV listed in Cargo.toml, whose update was forgotten when the MSRV bumped in release 3.15.0.

3.15.0

Released 2024-02-15.

Changed

  • The minimum supported Rust version (MSRV) is now 1.73.0.
  • bumpalo::collections::String::push_str and bumpalo::collections::String::from_str_in received significant performance improvements.
  • Allocator trait methods are now marked #[inline], increasing performance for some callers.

Fixed

... (truncated)

Commits
  • 2ed8718 Bump to 3.15.3
  • 1803cca Modifies RawVec reserve fn structure to improve inlining (#239)
  • 2ffdfb3 Bump to version 3.15.2
  • 54c88f0 Provides implementation of Vec::extend_from_slice optimized for T: Copy (...
  • f8597ce Fix MSRV in Cargo.toml; bump to version 3.15.1
  • bb660a3 Bump to version 3.15.0
  • 2543c41 Add a quickcheck for growing or shrinking existing allocations (#233)
  • 7b3fd17 Improve performance of String::from_str_in
  • 1d31c76 Merge pull request #229 from overlookmotel/faster-push-str
  • 0cb5a75 Improve performance of String::push_str
  • Additional commits viewable in compare view


Updates cc from 1.0.83 to 1.0.89

Release notes

Sourced from cc's releases.

1.0.89

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/cc-rs/compare/1.0.88...1.0.89

1.0.88

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/cc-rs/compare/1.0.87...1.0.88

1.0.87

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/cc-rs/compare/1.0.86...1.0.87

1.0.86

What's Changed

... (truncated)

Commits


Updates clap_builder from 4.5.0 to 4.5.1

Release notes

Sourced from clap_builder's releases.

v4.5.1

[4.5.1] - 2024-02-16

Fixes

  • (error) Include suggestion to add -- even if there is a "did you mean" so long as last or trailing_var_arg is used
Changelog

Sourced from clap_builder's changelog.

[4.5.1] - 2024-02-16

Fixes

  • (error) Include suggestion to add -- even if there is a "did you mean" so long as last or trailing_var_arg is used
Commits


Updates crc32fast from 1.3.2 to 1.4.0

Commits


Updates darling from 0.20.5 to 0.20.8

Release notes

Sourced from darling's releases.

v0.20.8

  • Add #[darling(with = ...)] support to attrs magic field to allow using custom receiver types for attrs #273

v0.20.7

  • Add #[darling(flatten)] to allow forwarding unknown fields to another struct #146
  • Don't suggest names of skipped fields in derived impls #268

v0.20.6

  • Fix some missing syn invisible group handling in FromMeta impls #263
  • Fix misleading error message on Error::unexpected_type so it no longer implies the type was a literal #264
  • Impl FromMeta Vec of literals, e.g. LitStr #265
Changelog

Sourced from darling's changelog.

v0.20.8 (February 23, 2024)

  • Add #[darling(with = ...)] support to attrs magic field to allow using custom receiver types for attrs #273

v0.20.7 (February 22, 2024)

  • Add #[darling(flatten)] to allow forwarding unknown fields to another struct #146
  • Don't suggest names of skipped fields in derived impls #268

v0.20.6 (February 14, 2024)

  • Fix some missing syn invisible group handling in FromMeta impls #263
  • Fix misleading error message on Error::unexpected_type so it no longer implies the type was a literal #264
  • Impl FromMeta Vec of literals, e.g. LitStr #265
Commits
  • 25ce6ec Bump version to 0.20.8
  • 7ef3fa9 Support with on attrs magic field
  • a1fda4d Add Error::unknown_field_path_with_alts
  • 6158749 Bump version to 0.20.7
  • d8e65ce Fix flattening to work with 0..n attributes
  • 4790d79 Add test for flattening in FromField
  • 78ad512 Include parents in "did you mean" suggestions
  • 4ad0775 Store similarity score in ErrorUnknownField
  • 3eb3e93 Add #[darling(flatten)]
  • 60bff90 Add validations for conflicts of flatten with other meta items
  • Additional commits viewable in compare view


Updates darling_core from 0.20.5 to 0.20.8

Release notes

Sourced from darling_core's releases.

v0.20.8

  • Add #[darling(with = ...)] support to attrs magic field to allow using custom receiver types for attrs #273

v0.20.7

  • Add #[darling(flatten)] to allow forwarding unknown fields to another struct #146
  • Don't suggest names of skipped fields in derived impls #268

v0.20.6

  • Fix some missing syn invisible group handling in FromMeta impls #263
  • Fix misleading error message on Error::unexpected_type so it no longer implies the type was a literal #264
  • Impl FromMeta Vec of literals, e.g. LitStr #265
Changelog

Sourced from darling_core's changelog.

v0.20.8 (February 23, 2024)

  • Add #[darling(with = ...)] support to attrs magic field to allow using custom receiver types for attrs #273

v0.20.7 (February 22, 2024)

  • Add #[darling(flatten)] to allow forwarding unknown fields to another struct #146
  • Don't suggest names of skipped fields in derived impls #268

v0.20.6 (February 14, 2024)

  • Fix some missing syn invisible group handling in FromMeta impls #263
  • Fix misleading error message on Error::unexpected_type so it no longer implies the type was a literal #264
  • Impl FromMeta Vec of literals, e.g. LitStr #265
Commits
  • 25ce6ec Bump version to 0.20.8
  • 7ef3fa9 Support with on attrs magic field
  • a1fda4d Add Error::unknown_field_path_with_alts
  • 6158749 Bump version to 0.20.7
  • d8e65ce Fix flattening to work with 0..n attributes
  • 4790d79 Add test for flattening in FromField
  • 78ad512 Include parents in "did you mean" suggestions
  • 4ad0775 Store similarity score in ErrorUnknownField
  • 3eb3e93 Add #[darling(flatten)]
  • 60bff90 Add validations for conflicts of flatten with other meta items
  • Additional commits viewable in compare view


Updates darling_macro from 0.20.5 to 0.20.8

Release notes

Sourced from darling_macro's releases.

v0.20.8

  • Add #[darling(with = ...)] support to attrs magic field to allow using custom receiver types for attrs #273

v0.20.7

  • Add #[darling(flatten)] to allow forwarding unknown fields to another struct #146
  • Don't suggest names of skipped fields in derived impls #268

v0.20.6

  • Fix some missing syn invisible group handling in FromMeta impls #263
  • Fix misleading error message on Error::unexpected_type so it no longer implies the type was a literal #264
  • Impl FromMeta Vec of literals, e.g. LitStr #265
Changelog

Sourced from darling_macro's changelog.

v0.20.8 (February 23, 2024)

  • Add #[darling(with = ...)] support to attrs magic field to allow using custom receiver types for attrs #273

v0.20.7 (February 22, 2024)

  • Add #[darling(flatten)] to allow forwarding unknown fields to another struct #146
  • Don't suggest names of skipped fields in derived impls #268

v0.20.6 (February 14, 2024)

  • Fix some missing syn invisible group handling in FromMeta impls #263
  • Fix misleading error message on Error::unexpected_type so it no longer implies the type was a literal #264
  • Impl FromMeta Vec of literals, e.g. LitStr #265
Commits
  • 25ce6ec Bump version to 0.20.8
  • 7ef3fa9 Support with on attrs magic field
  • a1fda4d Add Error::unknown_field_path_with_alts
  • 6158749 Bump version to 0.20.7
  • d8e65ce Fix flattening to work with 0..n attributes
  • 4790d79 Add test for flattening in FromField
  • 78ad512 Include parents in "did you mean" suggestions
  • 4ad0775 Store similarity score in ErrorUnknownField
  • 3eb3e93 Add #[darling(flatten)]
  • 60bff90 Add validations for conflicts of flatten with other meta items
  • Additional commits viewable in compare view


Updates hermit-abi from 0.3.5 to 0.3.9

Commits


Updates http from 0.2.11 to 0.2.12

Release notes

Sourced from http's releases.

v0.2.12

What's Changed

  • Add methods to allow trying to allocate in the HeaderMap, returning an error if oversize instead of panicking.
  • Fix HeaderName::from_lowercase that could allow NUL bytes in some cases.
Changelog

Sourced from http's changelog.

0.2.12 (March 4, 2024)

  • Add methods to allow trying to allocate in the HeaderMap, returning an error if oversize instead of panicking.
  • Fix HeaderName::from_lowercase that could allow NUL bytes in some cases.
Commits
  • 351b63a v0.2.12
  • e1a3197 fix: HeaderName::from_lowercase allowing NUL bytes in some cases
  • 9bb3259 feat: add HeaderMap::try_ methods to handle capacity overflow
  • See full diff in compare view


Updates indexmap from 2.2.3 to 2.2.5

Changelog

Sourced from indexmap's changelog.

2.2.5

  • Added optional borsh serialization support.

2.2.4

  • Added an insert_sorted method on IndexMap, IndexSet, and VacantEntry.
  • Avoid hashing for lookups in single-entry maps.
  • Limit preallocated memory in serde deserializers.
Commits
  • 184fe4b Merge pull request #320 from cuviper/release-2.2.5
  • 5d7bd5e Release 2.2.5
  • c934ace Merge pull request #313 from heliaxdev/heliax/borsh-support
  • b81a4d2 Use S for the BuildHasher parameter
  • 32793f1 Don't require BuildHasher in BorshSerialize
  • b8b1f52 ci: reduce features on MSRV
  • 6ad3e42 Include borsh in CI workflow
  • c610e14 Add borsh serialization roundtrip tests
  • 0804a16 Implement borsh serialization routines
  • ae38b91 Add borsh dep to Cargo manifest
  • Additional commits viewable in compare view


Updates js-sys from 0.3.68 to 0.3.69

Commits


Updates linkme-impl from 0.3.22 to 0.3.23

Release notes

Sourced from linkme-impl's releases.

0.3.23

  • Fix unused_imports warnings when compiled by rustc 1.78
Commits


Updates log from 0.4.20 to 0.4.21

Changelog

Sourced from log's changelog.

[0.4.21] - 2024-02-27

What's Changed

New Contributors

Commits