iopsystems / rezolus

Systems performance telemetry
Other
63 stars 9 forks source link

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

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

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

Package From To
anyhow 1.0.89 1.0.90
libc 0.2.159 0.2.161
libbpf-rs 0.24.5 0.24.6
libbpf-cargo 0.24.5 0.24.6
async-compression 0.4.13 0.4.17
cc 1.1.28 1.1.31
hyper 1.4.1 1.5.0
proc-macro2 1.0.87 1.0.88
rustversion 1.0.17 1.0.18
serde_json 1.0.128 1.0.132
syn 2.0.79 2.0.82
wasm-bindgen 0.2.93 0.2.95

Updates anyhow from 1.0.89 to 1.0.90

Release notes

Sourced from anyhow's releases.

1.0.90

  • Documentation improvements
Commits
  • a0b868a Release 1.0.90
  • 0f74169 Improve rendering of inline code in macros documentation
  • 8ce4560 Ignore needless_lifetimes clippy lint
  • be64707 Resolve used_underscore_items pedantic clippy lint
  • See full diff in compare view


Updates libc from 0.2.159 to 0.2.161

Release notes

Sourced from libc's releases.

0.2.161

Fixed

0.2.160

Added

Changed

Fixed

Other

Changelog

Sourced from libc's changelog.

0.2.161 - 2024-10-17

Fixed

0.2.160 - 2024-10-17

Added

Changed

Fixed

Other

... (truncated)

Commits
  • 63b4a64 chore: release v0.2.161
  • 49f1ad7 Merge pull request #3984 from tgross35/backport-bsd-fix
  • ed784c3 unbreak OpenBSD after #3937
  • b72e9bc Merge pull request #3943 from rust-lang/release-plz-2024-09-25T01-38-49Z
  • bf6680d chore: release v0.2.160
  • a367628 Merge pull request #3982 from tgross35/backport-basil
  • 35f31f8 Sort linux-musl.txt
  • 1b22329 Add fnmatch.h
  • 31f746a Merge pull request #3980 from tgross35/backport-squash
  • f39e871 VxWorks Sched_param renamed, pthread functions and constants added
  • Additional commits viewable in compare view


Updates libbpf-rs from 0.24.5 to 0.24.6

Release notes

Sourced from libbpf-rs's releases.

v0.24.6

What's Changed

libbpf-cargo

  • Fixed incorrect Cargo environment variable query when used in build script context

New Contributors

Full Changelog: https://github.com/libbpf/libbpf-rs/compare/v0.24.5...v0.24.6

Commits
  • eb52b5c Release 0.24.6
  • f48bb83 Remove vmlinux-include helper
  • f5d72ad dev: Use vmlinux.h repository as build-dependency
  • acae225 Introduce libbpf-rs-dev crate
  • 6927be1 Replace vmlinux crate with vmlinux.h repository
  • f436463 Factor out run_impl() function in build.rs
  • 8ae390f Introduce evaluate() helper function in build.rs
  • b29f80c Properly fail publish CI workflow on error
  • 3a645d7 build(deps): bump clap from 4.5.19 to 4.5.20
  • 4aec1b0 Add CHANGELOG entry for #959
  • Additional commits viewable in compare view


Updates libbpf-cargo from 0.24.5 to 0.24.6

Release notes

Sourced from libbpf-cargo's releases.

v0.24.6

What's Changed

libbpf-cargo

  • Fixed incorrect Cargo environment variable query when used in build script context

New Contributors

Full Changelog: https://github.com/libbpf/libbpf-rs/compare/v0.24.5...v0.24.6

Commits
  • eb52b5c Release 0.24.6
  • f48bb83 Remove vmlinux-include helper
  • f5d72ad dev: Use vmlinux.h repository as build-dependency
  • acae225 Introduce libbpf-rs-dev crate
  • 6927be1 Replace vmlinux crate with vmlinux.h repository
  • f436463 Factor out run_impl() function in build.rs
  • 8ae390f Introduce evaluate() helper function in build.rs
  • b29f80c Properly fail publish CI workflow on error
  • 3a645d7 build(deps): bump clap from 4.5.19 to 4.5.20
  • 4aec1b0 Add CHANGELOG entry for #959
  • Additional commits viewable in compare view


Updates async-compression from 0.4.13 to 0.4.17

Changelog

Sourced from async-compression's changelog.

0.4.17 - 2024-10-20

Fixed

  • Fix occasional panics when consuming from pending buffers.

0.4.16 - 2024-10-16

Other

  • Implement pass-through AsyncBufRead on write-based encoders & decoders.

0.4.15 - 2024-10-13

Feature

  • Implement pass-through AsyncRead or AsyncWrite where appropriate.
  • Relax AsyncRead/AsyncWrite bounds on *::{get_ref, get_mut, get_pin_mut, into_inner}() methods.

0.4.14 - 2024-10-10

Fixed

  • In Tokio-based decoders, attempt to decode from internal state even if nothing was read.
Commits
  • 785dd31 docs: update changelog
  • f507aa3 chore: release v0.4.17
  • 014e6e4 Merge pull request #303 from Nullus157/fix/panic
  • 241bee6 Do not advance buffer in first flush in futures bufread decoder impl
  • eb07612 Do not consume buf on first flush tokio bufread decoder impl
  • 5d4fee2 Merge pull request #305 from Nullus157/release-plz-2024-10-16T11-10-15Z
  • 056d771 docs: update changelog
  • ddfe9a2 chore: release v0.4.16
  • 5290277 Merge pull request #304 from link2xt/link2xt/passthrough-asyncbufread
  • bfb76dd Pass through AsyncBufRead trait
  • Additional commits viewable in compare view


Updates cc from 1.1.28 to 1.1.31

Release notes

Sourced from cc's releases.

cc-v1.1.31

Other

  • Add comment explaining why cc does not rebuild on env PATH change (#1247)

cc-v1.1.30

Other

  • Don't pass -fPIC by default on wasm (#1245)

cc-v1.1.29

Other

  • Regenerate target info (#1243)
Changelog

Sourced from cc's changelog.

1.1.31 - 2024-10-19

Other

  • Add comment explaining why cc does not rebuild on env PATH change (#1247)

1.1.30 - 2024-10-11

Other

  • Don't pass -fPIC by default on wasm (#1245)

1.1.29 - 2024-10-11

Other

  • Regenerate target info (#1243)
Commits


Updates hyper from 1.4.1 to 1.5.0

Release notes

Sourced from hyper's releases.

v1.5.0

Features

  • client: Add HTTP/2 builder options header_table_size() and max_concurrent_streams() (4c84e8c1)
  • rt: add ReadBufCursor methods remaining() and put_slice() (#3700) (5a13041e)

Bug Fixes

  • http1:
  • http2: strip content-length header in response to CONNECT requests (#3748) (67a4a498)

New Contributors

Thanks!

Full Changelog: https://github.com/hyperium/hyper/compare/v1.4.1...v1.5.0

Changelog

Sourced from hyper's changelog.

v1.5.0 (2024-10-15)

Bug Fixes

  • http1:
  • http2: strip content-length header in response to CONNECT requests (#3748) (67a4a498)

Features

  • client: Add HTTP/2 builder options header_table_size() and max_concurrent_streams() (4c84e8c1)
  • rt: add ReadBufCursor methods remaining() and put_slice() (#3700) (5a13041e)
Commits
  • c68d424 v1.5.0
  • 3900a23 perf(http1): improve parsing of sequentially partial messages
  • c86a6bc fix(http1): send 'connection: close' when connection is ending (#3725)
  • 4c4de90 docs(rt): Link to Read and Write traits from Upgraded doc comment (#3761)
  • bb51c81 docs(examples): add HTTP/2 server example (#3702)
  • e3e707e chore(typo): fix typo (#3713)
  • 945c142 chore(rt): delete the unnessary symbol in the comments (#3753)
  • e844616 chore(ci): use tokio-util 0.7.11 in msrv job (#3754)
  • 67a4a49 fix(http2): strip content-length header in response to CONNECT requests (#3748)
  • b990031 docs(changelog): typo Must not => Must now (#3745)
  • Additional commits viewable in compare view


Updates proc-macro2 from 1.0.87 to 1.0.88

Release notes

Sourced from proc-macro2's releases.

1.0.88

  • Return accurate line and column from Span::start and Span::end inside proc macros on nightly (#472)
Commits


Updates rustversion from 1.0.17 to 1.0.18

Release notes

Sourced from rustversion's releases.

1.0.18

Commits
  • 04f1846 Release 1.0.18
  • 837b529 Merge pull request #54 from dtolnay/mirai
  • 79670bd Disregard MIRAI's rustc wrapper
  • 6346c4e Ignore used_underscore_items pedantic clippy lint in test
  • 9a3d23f Upload CI Cargo.lock for reproducing failures
  • c1314d0 Fill in ignore reasons in all #[ignore] attributes
  • 4d4666a Add a CI job on Windows
  • See full diff in compare view


Updates serde_json from 1.0.128 to 1.0.132

Release notes

Sourced from serde_json's releases.

1.0.132

  • Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#1205)
  • Improve performance of JSON array and JSON object deserialization by about 8% (#1206)

1.0.131

  • Implement Deserializer and IntoDeserializer for Map<String, Value> and &Map<String, Value> (#1135, thanks @​swlynch99)

1.0.130

  • Support converting and deserializing Number from i128 and u128 (#1141, thanks @​druide)

1.0.129

Commits
  • 86d933c Release 1.0.132
  • f45b422 Merge pull request #1206 from dtolnay/hasnext
  • f2082d2 Clearer order of comparisons
  • 0f54a1a Handle early return sooner on eof in seq or map
  • 2a4cb44 Rearrange 'match peek'
  • 4cb90ce Merge pull request #1205 from dtolnay/hasnext
  • b71ccd2 Reduce duplicative instantiation of logic in SeqAccess and MapAccess
  • a810ba9 Release 1.0.131
  • 0d084c5 Touch up PR 1135
  • b4954a9 Merge pull request #1135 from swlynch99/map-deserializer
  • Additional commits viewable in compare view


Updates syn from 2.0.79 to 2.0.82

Release notes

Sourced from syn's releases.

2.0.82

  • Provide Parse impls for PreciseCapture and CapturedParam (#1757, #1758)
  • Support parsing unsafe attributes (#1759)
  • Add Fold and VisitMut methods for Vec<Attribute> (#1762)

2.0.81

  • Add TypeParamBound::PreciseCapture to represent precise capture syntax impl Trait + use<'a, T> (#1752, #1753, #1754)

2.0.80

  • Add Expr::RawAddr (#1743)
  • Reject precise captures and ~const in inappropriate syntax positions (#1747)
  • Reject trait bound containing only precise capture (#1748)
Commits
  • 76092cf Release 2.0.82
  • 937dbcb Merge pull request #1762 from dtolnay/vecattr
  • 386ae9d Add Fold and VisitMut methods for Vec<Attribute>
  • 4c7f82e Merge pull request #1759 from dtolnay/unsafeattr
  • a45af00 Parse unsafe attributes
  • e011ba7 Merge pull request #1758 from dtolnay/precisecapture
  • c25900d Implement Parse for CapturedParam
  • fc22fce Merge pull request #1757 from dtolnay/precisecapture
  • 3a45d69 Implement Parse for PreciseCapture
  • c9bdfac Tweak parsing logic for TypeParamBound
  • Additional commits viewable in compare view


Updates wasm-bindgen from 0.2.93 to 0.2.95

Changelog

Sourced from wasm-bindgen's changelog.

0.2.95

Released 2024-10-10

Added

  • Added support for implicit discriminants in enums. #4152

  • Added support for Self in complex type expressions in methods. #4155

Changed

  • String enums are no longer generate TypeScript types. #4174

Fixed

  • Fixed generated setters from WebIDL interface attributes binding to wrong JS method names. #4170

  • Fix string enums showing up in JS documentation and TypeScript bindings without corresponding types. #4175


0.2.94 (YANKED)

Released 2024-10-09

Added

  • Added support for the WebAssembly Tail Call proposal. #4111

  • Add bindings for RTCPeerConnection.setConfiguration(RTCConfiguration) method. #4105

  • Add bindings to RTCRtpTransceiverDirection.stopped. #4102

  • Added experimental support for Symbol.dispose via WASM_BINDGEN_EXPERIMENTAL_SYMBOL_DISPOSE. #4118

  • Added bindings for the draft WebRTC Encoded Transform spec. #4125

  • Added Debug implementation to JsError. #4136

... (truncated)

Commits


Updates wasm-bindgen-backend from 0.2.93 to 0.2.95

Changelog

Sourced from wasm-bindgen-backend's changelog.

0.2.95

Released 2024-10-10

Added

  • Added support for implicit discriminants in enums. #4152

  • Added support for Self in complex type expressions in methods. #4155

Changed

  • String enums are no longer generate TypeScript types. #4174

Fixed

  • Fixed generated setters from WebIDL interface attributes binding to wrong JS method names. #4170

  • Fix string enums showing up in JS documentation and TypeScript bindings without corresponding types. #4175


0.2.94 (YANKED)

Released 2024-10-09

Added

  • Added support for the WebAssembly Tail Call proposal. #4111

  • Add bindings for RTCPeerConnection.setConfiguration(RTCConfiguration) method. #4105

  • Add bindings to RTCRtpTransceiverDirection.stopped. #4102

  • Added experimental support for Symbol.dispose via WASM_BINDGEN_EXPERIMENTAL_SYMBOL_DISPOSE. #4118

  • Added bindings for the draft WebRTC Encoded Transform spec. #4125

  • Added Debug implementation to JsError. #4136

... (truncated)

Commits


Updates wasm-bindgen-macro from 0.2.93 to 0.2.95

Changelog

Sourced from wasm-bindgen-macro's changelog.

0.2.95

Released 2024-10-10

Added

  • Added support for implicit discriminants in enums. #4152

  • Added support for Self in complex type expressions in methods. #4155

Changed

  • String enums are no longer generate TypeScript types. #4174

Fixed

  • Fixed generated setters from WebIDL interface attributes binding to wrong JS method names. #4170

  • Fix string enums showing up in JS documentation and TypeScript bindings without corresponding types. #4175


0.2.94 (YANKED)

Released 2024-10-09

Added

  • Added support for the WebAssembly Tail Call proposal. #4111

  • Add bindings for RTCPeerConnection.setConfiguration(RTCConfiguration) method. #4105

  • Add bindings to RTCRtpTransceiverDirection.stopped. #4102

  • Added experimental support for Symbol.dispose via WASM_BINDGEN_EXPERIMENTAL_SYMBOL_DISPOSE. #4118

  • Added bindings for the draft WebRTC Encoded Transform spec. #4125

  • Added Debug implementation to JsError. #4136

... (truncated)

Commits


Updates wasm-bindgen-macro-support from 0.2.93 to 0.2.95

Changelog

Sourced from wasm-bindgen-macro-support's changelog.

0.2.95

Released 2024-10-10

Added

  • Added support for implicit discriminants in enums. #4152

  • Added support for Self in complex type expressions in methods. #4155

Changed

  • String enums are no longer generate TypeScript types. #4174

Fixed

  • Fixed generated setters from WebIDL interface attributes binding to wrong JS method names. #4170

  • Fix string enums showing up in JS documentation and TypeScript bindings without corresponding types. #4175


0.2.94 (YANKED)

Released 2024-10-09

Added

  • Added support for the WebAssembly Tail Call proposal. #4111

  • Add bindings for RTCPeerConnection.setConfiguration(RTCConfiguration) method. #4105

  • Add bindings to RTCRtpTransceiverDirection.stopped. #4102

  • Added experimental support for Symbol.dispose via WASM_BINDGEN_EXPERIMENTAL_SYMBOL_DISPOSE. #4118

  • Added bindings for the draft WebRTC Encoded Transform spec. #4125

  • Added Debug implementation to JsError. #4136

... (truncated)

Commits