Skip to content

Bump the rust-dependencies group with 43 updates #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 9, 2025

Bumps the rust-dependencies group with 43 updates:

Package From To
base64 0.13.1 0.22.1
bson fdbf863 fc10678
hickory-proto 0.24.4 0.25.2
hickory-resolver 0.24.4 0.25.2
rand 0.8.5 0.9.1
typed-builder 0.20.1 0.21.0
zstd 0.11.2+zstd.1.5.2 0.13.3
macro_magic 0.5.1 0.6.0
pbkdf2 0.11.0 0.12.2
function_name 0.2.3 0.3.0
lambda_runtime 0.6.1 0.13.0
ahash 0.8.11 0.8.12
cc 1.2.21 1.2.22
function_name-proc-macro 0.2.3 0.3.0
http 0.2.12 1.3.1
http-body 0.4.6 1.0.1
hyper 0.14.32 1.6.0
idna_adapter 1.2.0 1.2.1
lambda_runtime_api_client 0.6.0 0.11.1
litemap 0.7.5 0.8.0
quinn 0.11.7 0.11.8
quinn-proto 0.11.11 0.11.12
rand_chacha 0.3.1 0.9.0
regex-automata 0.4.9 0.1.10
regex-syntax 0.8.5 0.6.29
rustls-pki-types 1.11.0 1.12.0
rustls-webpki 0.103.2 0.103.3
syn 1.0.109 2.0.101
tinystr 0.7.6 0.8.1
typed-builder-macro 0.20.1 0.21.0
windows-core 0.61.0 0.58.0
windows-implement 0.60.0 0.58.0
windows-interface 0.59.1 0.58.0
windows-result 0.3.2 0.2.0
windows-strings 0.3.1 0.1.0
writeable 0.5.5 0.6.1
yoke 0.7.5 0.8.0
yoke-derive 0.7.5 0.8.0
zerocopy 0.7.35 0.8.25
zerocopy-derive 0.7.35 0.8.25
zerovec 0.10.4 0.11.2
zerovec-derive 0.10.3 0.11.1
zstd-safe 5.0.2+zstd.1.5.2 7.2.4

Updates base64 from 0.13.1 to 0.22.1

Changelog

Sourced from base64's changelog.

0.22.1

  • Correct the symbols used for the predefined alphabet::BIN_HEX.

0.22.0

  • DecodeSliceError::OutputSliceTooSmall is now conservative rather than precise. That is, the error will only occur if the decoded output cannot fit, meaning that Engine::decode_slice can now be used with exactly-sized output slices. As part of this, Engine::internal_decode now returns DecodeSliceError instead of DecodeError, but that is not expected to affect any external callers.
  • DecodeError::InvalidLength now refers specifically to the number of valid symbols being invalid (i.e. len % 4 == 1), rather than just the number of input bytes. This avoids confusing scenarios when based on interpretation you could make a case for either InvalidLength or InvalidByte being appropriate.
  • Decoding is somewhat faster (5-10%)

0.21.7

  • Support getting an alphabet's contents as a str via Alphabet::as_str()

0.21.6

  • Improved introductory documentation and example

0.21.5

  • Add Debug and Clone impls for the general purpose Engine

0.21.4

  • Make encoded_len const, allowing the creation of arrays sized to encode compile-time-known data lengths

0.21.3

  • Implement source instead of cause on Error types
  • Roll back MSRV to 1.48.0 so Debian can continue to live in a time warp
  • Slightly faster chunked encoding for short inputs
  • Decrease binary size

0.21.2

  • Rollback MSRV to 1.57.0 -- only dev dependencies need 1.60, not the main code

0.21.1

  • Remove the possibility of panicking during decoded length calculations
  • DecoderReader no longer sometimes erroneously ignores padding #226

Breaking changes

  • Engine.internal_decode return type changed
  • Update MSRV to 1.60.0

0.21.0

... (truncated)

Commits
  • e144006 v0.22.1
  • 64cca59 Merge pull request #271 from JobanSD/patch-1
  • 838355e Correct BinHex 4.0 alphabet according to specifications
  • bf15ccf Merge pull request #270 from marshallpierce/mp/clippy
  • fc6aabe Appease clippy
  • 9a518a2 Merge pull request #267 from bdura/patch-1
  • d96c80f Merge branch 'marshallpierce:master' into patch-1
  • 5d70ba7 Merge pull request #269 from marshallpierce/mp/decode-precisely
  • efb6c00 Release notes
  • 2b91084 Add some tests to boost coverage
  • Additional commits viewable in compare view

Updates bson from fdbf863 to fc10678

Commits

Updates hickory-proto from 0.24.4 to 0.25.2

Release notes

Sourced from hickory-proto's releases.

0.25.2

What's Changed

... (truncated)

Changelog

Sourced from hickory-proto's changelog.

Change Log: Hickory DNS (formerly, Trust-DNS)

This is the historical changelog for Hickory DNS.

Current release notes are maintained on GitHub Releases.

0.25.0-alpha.5

What's Changed

... (truncated)

Commits
  • 527c9f4 Update semver-compatible dependencies
  • 96936b3 Upgrade rusqlite to 0.35
  • 34b38d9 Bump version to 0.25.2
  • d442a94 Add separate Prometheus HTTP server
  • 91d963d Wait for child process to exit in tests
  • 30acda1 tests: tidy legacy config field comments
  • eafae8f resolver: use errors to improve connection stats
  • d52a67c Use structured logging
  • 84eba21 Send SERVFAIL when response encoding fails
  • c6e037c Send REFUSED response to disallowed clients
  • Additional commits viewable in compare view

Updates hickory-resolver from 0.24.4 to 0.25.2

Release notes

Sourced from hickory-resolver's releases.

0.25.2

What's Changed

... (truncated)

Changelog

Sourced from hickory-resolver's changelog.

Change Log: Hickory DNS (formerly, Trust-DNS)

This is the historical changelog for Hickory DNS.

Current release notes are maintained on GitHub Releases.

0.25.0-alpha.5

What's Changed

... (truncated)

Commits
  • 527c9f4 Update semver-compatible dependencies
  • 96936b3 Upgrade rusqlite to 0.35
  • 34b38d9 Bump version to 0.25.2
  • d442a94 Add separate Prometheus HTTP server
  • 91d963d Wait for child process to exit in tests
  • 30acda1 tests: tidy legacy config field comments
  • eafae8f resolver: use errors to improve connection stats
  • d52a67c Use structured logging
  • 84eba21 Send SERVFAIL when response encoding fails
  • c6e037c Send REFUSED response to disallowed clients
  • Additional commits viewable in compare view

Updates rand from 0.8.5 to 0.9.1

Changelog

Sourced from rand's changelog.

[0.9.1] - 2025-04-17

Security and unsafe

  • Revise "not a crypto library" policy again (#1565)
  • Remove zerocopy dependency from rand (#1579)

Fixes

  • Fix feature simd_support for recent nightly rust (#1586)

Changes

  • Allow fn rand::seq::index::sample_weighted and fn IndexedRandom::choose_multiple_weighted to return fewer than amount results (#1623), reverting an undocumented change (#1382) to the previous release.

Additions

  • Add rand::distr::Alphabetic distribution. (#1587)
  • Re-export rand_core (#1604)

[0.9.0] - 2025-01-27

Security and unsafe

  • Policy: "rand is not a crypto library" (#1514)
  • Remove fork-protection from ReseedingRng and ThreadRng. Instead, it is recommended to call ThreadRng::reseed on fork. (#1379)
  • Use zerocopy to replace some unsafe code (#1349, #1393, #1446, #1502)

Dependencies

  • Bump the MSRV to 1.63.0 (#1207, #1246, #1269, #1341, #1416, #1536); note that 1.60.0 may work for dependents when using --ignore-rust-version
  • Update to rand_core v0.9.0 (#1558)

Features

  • Support std feature without getrandom or rand_chacha (#1354)
  • Enable feature small_rng by default (#1455)
  • Remove implicit feature rand_chacha; use std_rng instead. (#1473)
  • Rename feature serde1 to serde (#1477)
  • Rename feature getrandom to os_rng (#1537)
  • Add feature thread_rng (#1547)

API changes: rand_core traits

  • Add fn RngCore::read_adapter implementing std::io::Read (#1267)
  • Add trait CryptoBlockRng: BlockRngCore; make trait CryptoRng: RngCore (#1273)
  • Add traits TryRngCore, TryCryptoRng (#1424, #1499)
  • Rename fn SeedableRng::from_rng -> try_from_rng and add infallible variant fn from_rng (#1424)
  • Rename fn SeedableRng::from_entropy -> from_os_rng and add fallible variant fn try_from_os_rng (#1424)
  • Add bounds Clone and AsRef to associated type SeedableRng::Seed (#1491)

API changes: Rng trait and top-level fns

  • Rename fn rand::thread_rng() to rand::rng() and remove from the prelude (#1506)
  • Remove fn rand::random() from the prelude (#1506)
  • Add top-level fns random_iter, random_range, random_bool, random_ratio, fill (#1488)
  • Re-introduce fn Rng::gen_iter as random_iter (#1305, #1500)
  • Rename fn Rng::gen to random to avoid conflict with the new gen keyword in Rust 2024 (#1438)
  • Rename fns Rng::gen_range to random_range, gen_bool to random_bool, gen_ratio to random_ratio (#1505)
  • Annotate panicking methods with #[track_caller] (#1442, #1447)

... (truncated)

Commits
  • ec6d5c0 Prepare rand_core v0.9.1 (#1591)
  • 6a06056 rand_core: introduce an UnwrapMut wrapper (#1589)
  • 8929123 Add Alphabetic distribution (#1587)
  • 06b1642 Remove unnecessary underscore from `impl<T, const N: usize> Distribution<[T; ...
  • 49d76cd rename extract to extract_lane (#1586)
  • e0a70fd Change to use array::from_fn in Distribution\<[T; N]> for StandardUniform ...
  • 0bc3f65 Move rand distr (#1577)
  • 2677c49 Revise "not a crypto library" policy and SECURITY.md (#1565)
  • bfd1826 SeedableRng docs: add note on (lack of) reproducibility (#1572)
  • c01aee7 Fix some links (#1571)
  • Additional commits viewable in compare view

Updates typed-builder from 0.20.1 to 0.21.0

Release notes

Sourced from ...

Description has been truncated

Bumps the rust-dependencies group with 43 updates:

| Package | From | To |
| --- | --- | --- |
| [base64](https://github.com/marshallpierce/rust-base64) | `0.13.1` | `0.22.1` |
| [bson](https://github.com/mongodb/bson-rust) | ``fdbf863`` | ``fc10678`` |
| [hickory-proto](https://github.com/hickory-dns/hickory-dns) | `0.24.4` | `0.25.2` |
| [hickory-resolver](https://github.com/hickory-dns/hickory-dns) | `0.24.4` | `0.25.2` |
| [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.1` |
| [typed-builder](https://github.com/idanarye/rust-typed-builder) | `0.20.1` | `0.21.0` |
| [zstd](https://github.com/gyscos/zstd-rs) | `0.11.2+zstd.1.5.2` | `0.13.3` |
| [macro_magic](https://github.com/sam0x17/macro_magic) | `0.5.1` | `0.6.0` |
| [pbkdf2](https://github.com/RustCrypto/password-hashes) | `0.11.0` | `0.12.2` |
| [function_name](https://github.com/danielhenrymantilla/rust-function_name) | `0.2.3` | `0.3.0` |
| [lambda_runtime](https://github.com/awslabs/aws-lambda-rust-runtime) | `0.6.1` | `0.13.0` |
| [ahash](https://github.com/tkaitchuck/ahash) | `0.8.11` | `0.8.12` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.21` | `1.2.22` |
| [function_name-proc-macro](https://github.com/danielhenrymantilla/rust-function_name) | `0.2.3` | `0.3.0` |
| [http](https://github.com/hyperium/http) | `0.2.12` | `1.3.1` |
| [http-body](https://github.com/hyperium/http-body) | `0.4.6` | `1.0.1` |
| [hyper](https://github.com/hyperium/hyper) | `0.14.32` | `1.6.0` |
| [idna_adapter](https://github.com/hsivonen/idna_adapter) | `1.2.0` | `1.2.1` |
| [lambda_runtime_api_client](https://github.com/awslabs/aws-lambda-rust-runtime) | `0.6.0` | `0.11.1` |
| [litemap](https://github.com/unicode-org/icu4x) | `0.7.5` | `0.8.0` |
| [quinn](https://github.com/quinn-rs/quinn) | `0.11.7` | `0.11.8` |
| [quinn-proto](https://github.com/quinn-rs/quinn) | `0.11.11` | `0.11.12` |
| [rand_chacha](https://github.com/rust-random/rand) | `0.3.1` | `0.9.0` |
| [regex-automata](https://github.com/rust-lang/regex) | `0.4.9` | `0.1.10` |
| [regex-syntax](https://github.com/rust-lang/regex) | `0.8.5` | `0.6.29` |
| [rustls-pki-types](https://github.com/rustls/pki-types) | `1.11.0` | `1.12.0` |
| [rustls-webpki](https://github.com/rustls/webpki) | `0.103.2` | `0.103.3` |
| [syn](https://github.com/dtolnay/syn) | `1.0.109` | `2.0.101` |
| [tinystr](https://github.com/unicode-org/icu4x) | `0.7.6` | `0.8.1` |
| [typed-builder-macro](https://github.com/idanarye/rust-typed-builder) | `0.20.1` | `0.21.0` |
| [windows-core](https://github.com/microsoft/windows-rs) | `0.61.0` | `0.58.0` |
| [windows-implement](https://github.com/microsoft/windows-rs) | `0.60.0` | `0.58.0` |
| [windows-interface](https://github.com/microsoft/windows-rs) | `0.59.1` | `0.58.0` |
| [windows-result](https://github.com/microsoft/windows-rs) | `0.3.2` | `0.2.0` |
| [windows-strings](https://github.com/microsoft/windows-rs) | `0.3.1` | `0.1.0` |
| [writeable](https://github.com/unicode-org/icu4x) | `0.5.5` | `0.6.1` |
| [yoke](https://github.com/unicode-org/icu4x) | `0.7.5` | `0.8.0` |
| [yoke-derive](https://github.com/unicode-org/icu4x) | `0.7.5` | `0.8.0` |
| [zerocopy](https://github.com/google/zerocopy) | `0.7.35` | `0.8.25` |
| [zerocopy-derive](https://github.com/google/zerocopy) | `0.7.35` | `0.8.25` |
| [zerovec](https://github.com/unicode-org/icu4x) | `0.10.4` | `0.11.2` |
| [zerovec-derive](https://github.com/unicode-org/icu4x) | `0.10.3` | `0.11.1` |
| [zstd-safe](https://github.com/gyscos/zstd-rs) | `5.0.2+zstd.1.5.2` | `7.2.4` |


Updates `base64` from 0.13.1 to 0.22.1
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.13.1...v0.22.1)

Updates `bson` from `fdbf863` to `fc10678`
- [Release notes](https://github.com/mongodb/bson-rust/releases)
- [Commits](mongodb/bson-rust@fdbf863...fc10678)

Updates `hickory-proto` from 0.24.4 to 0.25.2
- [Release notes](https://github.com/hickory-dns/hickory-dns/releases)
- [Changelog](https://github.com/hickory-dns/hickory-dns/blob/main/OLD-CHANGELOG.md)
- [Commits](hickory-dns/hickory-dns@v0.24.4...v0.25.2)

Updates `hickory-resolver` from 0.24.4 to 0.25.2
- [Release notes](https://github.com/hickory-dns/hickory-dns/releases)
- [Changelog](https://github.com/hickory-dns/hickory-dns/blob/main/OLD-CHANGELOG.md)
- [Commits](hickory-dns/hickory-dns@v0.24.4...v0.25.2)

Updates `rand` from 0.8.5 to 0.9.1
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.8.5...rand_core-0.9.1)

Updates `typed-builder` from 0.20.1 to 0.21.0
- [Release notes](https://github.com/idanarye/rust-typed-builder/releases)
- [Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md)
- [Commits](idanarye/rust-typed-builder@v0.20.1...v0.21.0)

Updates `zstd` from 0.11.2+zstd.1.5.2 to 0.13.3
- [Release notes](https://github.com/gyscos/zstd-rs/releases)
- [Commits](gyscos/zstd-rs@v0.11.2...v0.13.3)

Updates `macro_magic` from 0.5.1 to 0.6.0
- [Release notes](https://github.com/sam0x17/macro_magic/releases)
- [Commits](sam0x17/macro_magic@v0.5.1...v0.6.0)

Updates `pbkdf2` from 0.11.0 to 0.12.2
- [Commits](RustCrypto/password-hashes@pbkdf2-v0.11.0...pbkdf2-v0.12.2)

Updates `function_name` from 0.2.3 to 0.3.0
- [Release notes](https://github.com/danielhenrymantilla/rust-function_name/releases)
- [Commits](danielhenrymantilla/rust-function_name@v0.2.3...v0.3.0)

Updates `lambda_runtime` from 0.6.1 to 0.13.0
- [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases)
- [Commits](awslabs/aws-lambda-rust-runtime@v0.6.1...lambda-http-0.13.0)

Updates `ahash` from 0.8.11 to 0.8.12
- [Release notes](https://github.com/tkaitchuck/ahash/releases)
- [Commits](https://github.com/tkaitchuck/ahash/commits)

Updates `cc` from 1.2.21 to 1.2.22
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.21...cc-v1.2.22)

Updates `function_name-proc-macro` from 0.2.3 to 0.3.0
- [Release notes](https://github.com/danielhenrymantilla/rust-function_name/releases)
- [Commits](danielhenrymantilla/rust-function_name@v0.2.3...v0.3.0)

Updates `http` from 0.2.12 to 1.3.1
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v0.2.12...v1.3.1)

Updates `http-body` from 0.4.6 to 1.0.1
- [Release notes](https://github.com/hyperium/http-body/releases)
- [Commits](hyperium/http-body@v0.4.6...v1.0.1)

Updates `hyper` from 0.14.32 to 1.6.0
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.32...v1.6.0)

Updates `idna_adapter` from 1.2.0 to 1.2.1
- [Commits](hsivonen/idna_adapter@v1.2.0...v1.2.1)

Updates `lambda_runtime_api_client` from 0.6.0 to 0.11.1
- [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases)
- [Commits](awslabs/aws-lambda-rust-runtime@v0.6.0...lambda-http-0.11.1)

Updates `litemap` from 0.7.5 to 0.8.0
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `quinn` from 0.11.7 to 0.11.8
- [Release notes](https://github.com/quinn-rs/quinn/releases)
- [Commits](quinn-rs/quinn@quinn-0.11.7...quinn-0.11.8)

Updates `quinn-proto` from 0.11.11 to 0.11.12
- [Release notes](https://github.com/quinn-rs/quinn/releases)
- [Commits](quinn-rs/quinn@quinn-proto-0.11.11...quinn-proto-0.11.12)

Updates `rand_chacha` from 0.3.1 to 0.9.0
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@rand_chacha-0.3.1...0.9.0)

Updates `regex-automata` from 0.4.9 to 0.1.10
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/commits)

Updates `regex-syntax` from 0.8.5 to 0.6.29
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/commits/regex-syntax-0.6.29)

Updates `rustls-pki-types` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/rustls/pki-types/releases)
- [Commits](rustls/pki-types@v/1.11.0...v/1.12.0)

Updates `rustls-webpki` from 0.103.2 to 0.103.3
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](rustls/webpki@v/0.103.2...v/0.103.3)

Updates `syn` from 1.0.109 to 2.0.101
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@1.0.109...2.0.101)

Updates `tinystr` from 0.7.6 to 0.8.1
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `typed-builder-macro` from 0.20.1 to 0.21.0
- [Release notes](https://github.com/idanarye/rust-typed-builder/releases)
- [Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md)
- [Commits](idanarye/rust-typed-builder@v0.20.1...v0.21.0)

Updates `windows-core` from 0.61.0 to 0.58.0
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.61.0...0.58.0)

Updates `windows-implement` from 0.60.0 to 0.58.0
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.60.0...0.58.0)

Updates `windows-interface` from 0.59.1 to 0.58.0
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits/0.58.0)

Updates `windows-result` from 0.3.2 to 0.2.0
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows-strings` from 0.3.1 to 0.1.0
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `writeable` from 0.5.5 to 0.6.1
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `yoke` from 0.7.5 to 0.8.0
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `yoke-derive` from 0.7.5 to 0.8.0
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `zerocopy` from 0.7.35 to 0.8.25
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.7.35...v0.8.25)

Updates `zerocopy-derive` from 0.7.35 to 0.8.25
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.7.35...v0.8.25)

Updates `zerovec` from 0.10.4 to 0.11.2
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `zerovec-derive` from 0.10.3 to 0.11.1
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `zstd-safe` from 5.0.2+zstd.1.5.2 to 7.2.4
- [Release notes](https://github.com/gyscos/zstd-rs/releases)
- [Commits](https://github.com/gyscos/zstd-rs/commits/zstd-safe-7.2.4)

---
updated-dependencies:
- dependency-name: base64
  dependency-version: 0.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: bson
  dependency-version: fc106787b2f0b1559dfef261e3f108d91518557f
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: hickory-proto
  dependency-version: 0.25.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: hickory-resolver
  dependency-version: 0.25.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: rand
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: typed-builder
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: zstd
  dependency-version: 0.13.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: macro_magic
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: pbkdf2
  dependency-version: 0.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: function_name
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: lambda_runtime
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: ahash
  dependency-version: 0.8.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: cc
  dependency-version: 1.2.22
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: function_name-proc-macro
  dependency-version: 0.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: http
  dependency-version: 1.3.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: http-body
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: hyper
  dependency-version: 1.6.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: idna_adapter
  dependency-version: 1.2.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: lambda_runtime_api_client
  dependency-version: 0.11.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: litemap
  dependency-version: 0.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: quinn
  dependency-version: 0.11.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: quinn-proto
  dependency-version: 0.11.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: rand_chacha
  dependency-version: 0.9.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: regex-automata
  dependency-version: 0.1.10
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: regex-syntax
  dependency-version: 0.6.29
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: rustls-pki-types
  dependency-version: 1.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: rustls-webpki
  dependency-version: 0.103.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: syn
  dependency-version: 2.0.101
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: tinystr
  dependency-version: 0.8.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: typed-builder-macro
  dependency-version: 0.21.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows-core
  dependency-version: 0.58.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows-implement
  dependency-version: 0.58.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows-interface
  dependency-version: 0.58.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows-result
  dependency-version: 0.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows-strings
  dependency-version: 0.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: writeable
  dependency-version: 0.6.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: yoke
  dependency-version: 0.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: yoke-derive
  dependency-version: 0.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: zerocopy
  dependency-version: 0.8.25
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: zerocopy-derive
  dependency-version: 0.8.25
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: zerovec
  dependency-version: 0.11.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: zerovec-derive
  dependency-version: 0.11.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: zstd-safe
  dependency-version: 7.2.4
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 9, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 9, 2025

Reviewers

The following teams could not be added as reviewers: dbx-rust. Either the team does not exist or it does not have the correct permissions to be added as a reviewer.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 9, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants