iopsystems / rezolus

Systems performance telemetry
Other
50 stars 8 forks source link

chore(deps): bump the cargo-dependencies group with 11 updates #229

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the cargo-dependencies group with 11 updates:

Package From To
memmap2 0.5.10 0.9.3
warp 0.3.6 0.3.7
libbpf-sys 1.3.0+v1.3.0 1.4.0+v1.4.0
async-compression 0.3.15 0.4.8
brotli 3.5.0 4.0.0
brotli-decompressor 2.5.1 3.0.0
cc 1.0.90 1.0.91
getrandom 0.2.12 0.2.14
rustversion 1.0.14 1.0.15
tokio-tungstenite 0.20.1 0.21.0
tungstenite 0.20.1 0.21.0

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 warp from 0.3.6 to 0.3.7

Changelog

Sourced from warp's changelog.

v0.3.7 (April 5, 2024)

  • Features:
    • Add ecc private key support to tls() config.
  • Fixes:
    • Several dependency upgrades.
Commits


Updates libbpf-sys from 1.3.0+v1.3.0 to 1.4.0+v1.4.0

Commits
  • 1254443 Release 1.4.0+v1.4.0
  • 6647f2e Update libbpf to 1.4.0
  • a93191a Write bindgen generated bindings to OUT_DIR
  • 71ca96f Switch to using elfutils GitHub mirror for submodule
  • 9ed58f7 elfutils: use https protocol for submodule
  • 0afce4d Remove ppc64el CI builds
  • 8a42b71 Pin CI to ubuntu-22.04
  • b501671 Regenerate bindings
  • 75042c6 Update libbpf to 2024-03-06 snapshot
  • See full diff in compare view


Updates async-compression from 0.3.15 to 0.4.8

Release notes

Sourced from async-compression's releases.

async-compression-v0.4.8

What's Changed

Full Changelog: https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.7...async-compression-v0.4.8

async-compression: v0.4.7

  • Flush available data in decoder even when there's no incoming input.

async-compression: v0.4.6

  • Return errors instead of panicking in all encode and decode operations.

async-compression: v0.4.5

  • Add {Lzma, Xz}Decoder::with_mem_limit() methods.

async-compression: v0.4.4

  • Update zstd dependency to 0.13.

async-compression: v0.4.3

  • Implement Default for brotli::EncoderParams.

async-compression: v0.4.2

  • Add top-level brotli module containing stable brotli crate wrapper types.
  • Add BrotliEncoder::with_quality_and_params() constructors.
  • Add Deflate64Decoder behind new crate feature deflate64.

async-compression: v0.4.1

  • Add Zstd{Encoder,Decoder}::with_dict() constructors.
  • Add zstdmt crate feature that enables zstd-safe/zstdmt, allowing multi-threaded functionality to work as expected.

async-compression: v0.4.0

  • Level::Precise variant now takes a i32 instead of u32.
  • Add top level zstd module containing stable zstd crate wrapper types.
  • Add ZstdEncoder::with_quality_and_params() constructors.
  • Update zstd dependency to 0.12.
  • Remove deprecated stream, futures-bufread and futures-write crate features.
  • Remove Tokio 0.2.x and 0.3.x support (tokio-02 and tokio-03 crate features).
Changelog

Sourced from async-compression's changelog.

0.4.8

  • bump dep brotli from 3.3 to 4.0

0.4.7

  • Flush available data in decoder even when there's no incoming input.

0.4.6

  • Return errors instead of panicking in all encode and decode operations.

0.4.5

  • Add {Lzma, Xz}Decoder::with_mem_limit() methods.

0.4.4

  • Update zstd dependency to 0.13.

0.4.3

  • Implement Default for brotli::EncoderParams.

0.4.2

  • Add top-level brotli module containing stable brotli crate wrapper types.
  • Add BrotliEncoder::with_quality_and_params() constructors.
  • Add Deflate64Decoder behind new crate feature deflate64.

0.4.1 - 2023-07-10

  • Add Zstd{Encoder,Decoder}::with_dict() constructors.
  • Add zstdmt crate feature that enables zstd-safe/zstdmt, allowing multi-threaded functionality to work as expected.

0.4.0 - 2023-05-10

  • Level::Precise variant now takes a i32 instead of u32.
  • Add top-level zstd module containing stable zstd crate wrapper types.
  • Add ZstdEncoder::with_quality_and_params() constructors.
  • Update zstd dependency to 0.12.
  • Remove deprecated stream, futures-bufread and futures-write crate features.
  • Remove Tokio 0.2.x and 0.3.x support (tokio-02 and tokio-03 crate features).
Commits
  • 85d45d9 Release async-compression 0.4.8 (#265)
  • 9c61043 Merge pull request #264 from Nullus157/dependabot/cargo/brotli-4.0
  • dea2dc3 chore(deps): update brotli requirement from 3.3 to 4.0
  • 86c0c3a chore: prepare release 0.4.7
  • bd46497 Merge pull request #259 from Nullus157/dependabot/github_actions/codecov/code...
  • f08c669 Update coverage.yml
  • ab63376 chore(deps): bump codecov/codecov-action from 3 to 4
  • d913b27 Merge pull request #257 from Nullus157/rel-046
  • ea4bb3c Merge branch 'main' into rel-046
  • 6e3996d Merge pull request #247 from Nullus157/fix-123
  • Additional commits viewable in compare view


Updates brotli from 3.5.0 to 4.0.0

Commits


Updates brotli-decompressor from 2.5.1 to 3.0.0

Commits


Updates cc from 1.0.90 to 1.0.91

Release notes

Sourced from cc's releases.

1.0.91

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/cc-rs/compare/1.0.90...1.0.91

Commits
  • c9b0850 Release cc 1.0.91 (#1024)
  • d902ed3 fix(env_tool): return None if env is empty (#1021)
  • fd912ec fix llvm-ar as archiver for msvc targets; fix clang-cl detection; fix assembl...
  • be62f4a Fix caching of supported compiler flag (#1002)
  • bbae474 Also shim llvm-ar in the clang_android test on non-Windows (#1016)
  • 0195ebf Fix regression in compiler family detection (#1014)
  • 30c6b72 refactor: Optimize code based on cargo clippy suggestions (#1013)
  • f36d6a7 Fix compile family detection: Use C macros instead of $compiler -v (#1000)
  • 77a54a9 Fix safety comment for LibraryHandle::get_proc_address (#1010)
  • abf67d7 feat: Query rustc for clang target triples instead of hardcoding them (#1004)
  • Additional commits viewable in compare view


Updates getrandom from 0.2.12 to 0.2.14

Changelog

Sourced from getrandom's changelog.

[0.2.14] - 2024-04-08

Fixed

  • Enable /dev/urandom fallback for MUSL-based Linux targets #408

#408: rust-random/getrandom#408

[0.2.13] - 2024-04-06

Added

  • linux_disable_fallback crate feature to disable /dev/urandom-based fallback on Linux and Android targets. Enabling this feature bumps minimum supported Linux kernel version to 3.17 and Android API level to 23 (Marshmallow). #396

Changed

  • Disable /dev/urandom fallback for Linux targets outside of the following target_arches: aarch64, arm, powerpc, powerpc64, s390x, x86, x86_64 #396
  • Do not catch EPERM error code on Android while checking availability of the getrandom syscall #396

#396: rust-random/getrandom#396

Commits
  • a39033a Enable /dev/urandom fallback for MUSL-based Linux targets (#408)
  • 968dd48 Release v0.2.13 (#405)
  • 8ffd43e Conditionally disable file fallback for Android and Linux (#396)
  • 6b7bcb5 Replace man7.org links with manned.org (#404)
  • 5f0701f CI: Run tests on aarch64-apple-darwin and aarch64-apple-ios-sim. (#398)
  • 489eeee Fix nightly build by removing redundant use (#399)
  • d102c36 Use doc_auto_cfg instead of doc_cfg (#392)
  • 2e4bb4d Correct comments regarding LazyUsize (#391)
  • See full diff in compare view


Updates rustversion from 1.0.14 to 1.0.15

Release notes

Sourced from rustversion's releases.

1.0.15

  • Recognize $RUSTC_WRAPPER environment variable (#47)
Commits
  • 70ca5ad Release 1.0.15
  • 0fa74f5 Merge pull request #47 from dtolnay/rustcwrapper
  • 51f46e2 Apply RUSTC_WRAPPER
  • df7e51d Explicitly install a Rust toolchain for cargo-outdated job
  • 5e54059 Test docs.rs documentation build in CI
  • 5f73c91 Update actions/checkout@v3 -> v4
  • 2a58661 Resolve ignored_unit_patterns pedantic clippy lint
  • f4bbc8f Resolve redundant_guards clippy lint
  • dda672e Revert "Temporarily disable -Zrandomize-layout due to rustc ICE"
  • f9d72db Temporarily disable -Zrandomize-layout due to rustc ICE
  • See full diff in compare view


Updates tokio-tungstenite from 0.20.1 to 0.21.0

Changelog

Sourced from tokio-tungstenite's changelog.

0.21.0

  • Update TLS dependencies.
  • Update tungstenite to 0.21.0.
Commits


Updates tungstenite from 0.20.1 to 0.21.0

Changelog

Sourced from tungstenite's changelog.

0.21.0

  • Fix read-predominant auto pong responses not flushing when hitting WouldBlock errors.
  • Improve FrameHeader::format write correctness.
  • Update rustls to 0.22.
  • Update webpki-roots to 0.26.
  • Update rustls-native-certs to 0.7.
  • Update http to 1.0.0.
Commits
  • 85463b2 Release version 0.21.0
  • bcd7f85 Update rustls to 0.22
  • 9f0af2a Test that no additional flushes are called after pong flush success
  • 2d5b3e1 Fix auto pong responses not flushing after block
  • a54623c Remove proposed version from changelog
  • 866ce20 Update webpki-roots to 0.26
  • 0f6e651 Fix FrameHeader::format write & other lints
  • fc17f73 Merge pull request #373 from psychon/reduce-byteorder
  • a43bb49 Merge pull request #386 from snapview/dependabot/cargo/http-1.0
  • 08cdd76 Merge pull request #387 from nickelc/deps/socket2
  • Additional commits viewable in compare view


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