Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2026

Bumps the dependencies group with 14 updates:

Package From To
aws-lc-rs 1.15.3 1.15.4
aws-lc-sys 0.36.0 0.37.0
bitflags 2.10.0 1.3.2
cc 1.2.53 1.2.54
easyhttpmock 0.1.0 0.1.1
hashbrown 0.15.0 0.14.5
libm 0.2.15 0.2.16
quinn-udp 0.5.7 0.5.14
rand_core 0.6.4 0.3.1
rustls-webpki 0.103.8 0.103.9
siphasher 1.0.1 1.0.2
vetis 0.1.0 0.1.3
zerocopy 0.8.33 0.8.34
zerocopy-derive 0.8.33 0.8.34

Updates aws-lc-rs from 1.15.3 to 1.15.4

Release notes

Sourced from aws-lc-rs's releases.

aws-lc-rs v1.15.4

What's Changed

Build Improvements

Issues Being Closed

Other Merged PRs

New Contributors

Full Changelog: aws/aws-lc-rs@v1.15.3...v1.15.4

Commits

Updates aws-lc-sys from 0.36.0 to 0.37.0

Commits

Updates bitflags from 2.10.0 to 1.3.2

Changelog

Sourced from bitflags's changelog.

2.10.0

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.9.4...2.10.0

2.9.4

What's Changed

Full Changelog: bitflags/bitflags@2.9.3...2.9.4

2.9.3

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.9.2...2.9.3

2.9.2

What's Changed

Full Changelog: bitflags/bitflags@2.9.1...2.9.2

2.9.1

What's Changed

Full Changelog: bitflags/bitflags@2.9.0...2.9.1

2.9.0

What's Changed

... (truncated)

Commits
  • ed185cf Merge pull request #258 from KodrAus/cargo/1.3.2
  • 54e47f7 prepare for 1.3.2 release
  • ac957a5 Merge pull request #257 from KodrAus/chore/more-compile-tests
  • df838ab more work on compile tests
  • acfba7d Merge pull request #256 from saiintbrisson/issue-237
  • 93ce27c fix: allowed non_snake_case on trait impls
  • b234906 Merge pull request #254 from KodrAus/cargo/1.3.1
  • b4dbed0 don't worry about stderr for non integer base types
  • 7b722c6 prepare for 1.3.1 release
  • 186af85 Merge pull request #253 from KodrAus/chore/test-organization
  • Additional commits viewable in compare view

Updates cc from 1.2.53 to 1.2.54

Release notes

Sourced from cc's releases.

cc-v1.2.54

Other

  • Fix x86_64-unknown-linux-gnuasan parsing (#1661)
  • Regenerate target info (#1660)
Changelog

Sourced from cc's changelog.

1.2.54 - 2026-01-23

Other

  • Fix x86_64-unknown-linux-gnuasan parsing (#1661)
  • Regenerate target info (#1660)
Commits

Updates easyhttpmock from 0.1.0 to 0.1.1

Commits

Updates hashbrown from 0.15.0 to 0.14.5

Changelog

Sourced from hashbrown's changelog.

[v0.15.0] - 2024-10-01

This release was yanked due to a broken implementation of the borsh feature.

This update contains breaking changes that remove the raw API with the hope of centralising on the HashTable API in the future. You can follow the discussion and progress in #545 to discuss features you think should be added to this API that were previously only possible on the raw API.

Added

  • Added borsh feature with BorshSerialize and BorshDeserialize impls. (#525)
  • Added Assign impls for HashSet operators. (#529)
  • Added Default impls for iterator types. (#542)
  • Added HashTable::iter_hash{,_mut} methods. (#549)
  • Added Hash{Table,Map,Set}::allocation_size methods. (#553)
  • Implemented Debug and FusedIterator for all HashTable iterators. (#561)
  • Specialized Iterator::fold for all HashTable iterators. (#561)

Changed

  • Changed hash_set::VacantEntry::insert to return OccupiedEntry. (#495)
  • Improvedhash_set::Difference::size_hint lower-bound. (#530)
  • Improved HashSet::is_disjoint performance. (#531)
  • equivalent feature is now enabled by default. (#532)
  • HashSet operators now return a set with the same allocator. (#529)
  • Changed the default hasher to foldhash. (#563)
  • ahash feature has been renamed to default-hasher. (#533)
  • Entry API has been reworked and several methods have been renamed. (#535)
  • Hash{Map,Set}::insert_unique_unchecked is now unsafe. (#556)
  • The signature of get_many_mut and related methods was changed. (#562)

Fixed

  • Fixed typos, stray backticks in docs. (#558, #560)

Removed

  • Raw entry API is now under raw-entry feature, to be eventually removed. (#534, #555)
  • Raw table API has been made private and the raw feature is removed; in the future, all code should be using the HashTable API instead. (#531, #546)
  • rykv feature was removed; this is now provided by the rykv crate instead. (#554)
  • HashSet::get_or_insert_owned was removed in favor of get_or_insert_with. (#555)

[v0.14.5] - 2024-04-28

Fixed

  • Fixed index calculation in panic guard of clone_from_impl. (#511)

... (truncated)

Commits
  • 025d0f5 Bump version number in Cargo.toml to 0.14.5
  • 8971805 Revert "Make HashSet::insert return OccupiedEntry"
  • 250040a Auto merge of #521 - Amanieu:release-0.14.5, r=Amanieu
  • 232df8c Adjust Github CI since macos-latest is now AArch64
  • adae598 Reapply "Make HashSet::insert return OccupiedEntry"
  • 47ef09f Release v0.14.5
  • 3de77e8 Revert "Make HashSet::insert return OccupiedEntry"
  • 97c2140 Auto merge of #516 - JohnEndson:master, r=Amanieu
  • 1833798 Fix some comments
  • 3741813 Auto merge of #512 - Amanieu:release-0.14.4, r=Amanieu
  • Additional commits viewable in compare view

Updates libm from 0.2.15 to 0.2.16

Release notes

Sourced from libm's releases.

libm-v0.2.16

Fixed

  • Fix an incorrect result for fminimum and fmaximum with the input (-0, NaN)
  • Fix a typo in libm::Libm::roundeven
  • Fix the expm1f overflow threshold
  • Change CmpResult to use a pointer-sized return type
  • Compare against CARGO_CFG_TARGET_FAMILY in a multi-valued fashion
  • Implement exp and its variants for i586 with inline assembly
  • Implement floor and ceil in assembly on i586

Other

  • Significantly optimize fmod worst case performance (#1002)
Commits
  • dfd2203 chore: release libm v0.2.16
  • 0f5c341 Set codegen-units=1 for benchmarks
  • 723335f Implement __sync builtins for thumbv6-none-eabi (#1050)
  • 65624df compiler-builtins: Enable AArch64 __chkstk for MinGW
  • a33e08e ci: Move the dependency installs and wall time benchmarks to scripts
  • 4ce6a08 Fix a typo in libm::Libm::roundeven
  • 2d56e4d Ignore unused_unsafe lint in libm/src/math/arch/x86/detect.rs
  • 93d8cb5 compiler-builtins: Revert "cpuid is safe since the stdarch sync, so remove un...
  • 66ffdef Merge ref '23d01cd24125' from rust-lang/rust
  • be448ff Prepare for merging from rust-lang/rust
  • Additional commits viewable in compare view

Updates quinn-udp from 0.5.7 to 0.5.14

Release notes

Sourced from quinn-udp's releases.

quinn-udp 0.5.14

What's Changed

quinn-udp 0.5.13

What's Changed

quinn-udp 0.5.12

What's Changed

quinn-udp 0.5.11

What's Changed

quinn-udp-0.5.10

What's Changed

quinn-udp-0.5.9

What's Changed

quinn-udp-0.5.8

What's Changed

... (truncated)

Commits
  • b2b930a Bump quinn-udp to 0.5.14
  • c47d9be Bump quinn to 0.11.9
  • 41ca6f9 Update semver-compatible dependencies
  • 2fbb2dd Catch EOPNOTSUPP as failure for opportunistic flags
  • 78a5a6a Upgrade to fastbloom 0.14
  • b32e780 Ignore async-std advisory for now
  • 3194714 perf: rename perf binary to quinn-perf to prevent name clash with linux perf
  • f5632ce perf: move client and server on one binary
  • 1b4d576 build(deps): bump serde_json from 1.0.142 to 1.0.143
  • 476f769 build(deps): bump actions/setup-java from 4 to 5
  • Additional commits viewable in compare view

Updates rand_core from 0.6.4 to 0.3.1

Changelog

Sourced from rand_core's changelog.

[0.6.4] - 2019-01-08

Fixes

  • Move wasm-bindgen shims to correct crate (#686)
  • Make wasm32-unknown-unknown compile but fail at run-time if missing bindingsg (#686)

[0.6.3] - 2019-01-04

Fixes

  • Make the std feature require the optional rand_os dependency (#675)
  • Re-export the optional WASM dependencies of rand_os from rand to avoid breakage (#674)

[0.6.2] - 2019-01-04

Additions

  • Add Default for ThreadRng (#657)
  • Move rngs::OsRng to rand_os sub-crate; clean up code; use as dependency (#643) ##BLOCKER##
  • Add rand_xoshiro sub-crate, plus benchmarks (#642, #668)

Fixes

  • Fix bias in UniformInt::sample_single (#662)
  • Use autocfg instead of rustc_version for rustc version detection (#664)
  • Disable i128 and u128 if the target_os is emscripten (#671: work-around Emscripten limitation)
  • CI fixes (#660, #671)

Optimisations

  • Optimise memory usage of UnitCircle and UnitSphereSurface distributions (no PR)

[0.6.1] - 2018-11-22

  • Support sampling Duration also for no_std (only since Rust 1.25) (#649)
  • Disable default features of libc (#647)

[0.6.0] - 2018-11-14

Project organisation

Platforms

  • Add fork protection on Unix (#466)
  • Added support for wasm-bindgen. (#541, #559, #562, #600)
  • Enable OsRng for powerpc64, sparc and sparc64 (#609)
  • Use syscall from libc on Linux instead of redefining it (#629)

RNGs

  • Switch SmallRng to use PCG (#623)
  • Implement Pcg32 and Pcg64Mcg generators (#632)
  • Move ISAAC RNGs to a dedicated crate (#551)
  • Move Xorshift RNG to its own crate (#557)

... (truncated)

Commits
  • 3684cc9 Update version number of rand_core to 0.3.1
  • 54b535a Replace rand_core 0.3 with shim around version 0.4
  • 6f3875f Merge pull request #696 from stevebob/wasm-bindgen-test
  • ff5a700 Remove unnecessary duplication in travis config
  • 13dafd9 Re-add wasm-bindgen-test tests
  • a2ffbf5 Merge remote-tracking branch 'upstream/master' into wasm-bindgen-test
  • b09f92a Merge pull request #685 from newpavlov/jitter
  • d3b3d47 Merge pull request #698 from fitzgen/fix-wasm-bindgen-imports
  • b18df42 Fix wasm32_bindgen implementation
  • 1fbcb45 Correct wasm-bindgen-cli package name in travis config
  • Additional commits viewable in compare view

Updates rustls-webpki from 0.103.8 to 0.103.9

Release notes

Sourced from rustls-webpki's releases.

0.103.9

What's Changed

Commits
  • 6bc9931 Bump version to 0.103.9
  • 92dbfc6 Tie lifetime of valid_dns_names/valid_uri_names to struct lifetime
  • 2c46166 ci: sync cargo-check-external-types nightly
  • c423a9e ci: avoid denying warnings on nightly toolchains
  • See full diff in compare view

Updates siphasher from 1.0.1 to 1.0.2

Commits

Updates vetis from 0.1.0 to 0.1.3

Commits

Updates zerocopy from 0.8.33 to 0.8.34

Release notes

Sourced from zerocopy's releases.

v0.8.34

What's Changed

New Contributors

Full Changelog: google/zerocopy@v0.8.33...v0.8.34

Commits

Updates zerocopy-derive from 0.8.33 to 0.8.34

Release notes

Sourced from zerocopy-derive's releases.

v0.8.34

What's Changed

New Contributors

Full Changelog: google/zerocopy@v0.8.33...v0.8.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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.15.3` | `1.15.4` |
| [aws-lc-sys](https://github.com/aws/aws-lc-rs) | `0.36.0` | `0.37.0` |
| [bitflags](https://github.com/bitflags/bitflags) | `2.10.0` | `1.3.2` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.53` | `1.2.54` |
| [easyhttpmock](https://github.com/ararog/easyhttpmock) | `0.1.0` | `0.1.1` |
| [hashbrown](https://github.com/rust-lang/hashbrown) | `0.15.0` | `0.14.5` |
| [libm](https://github.com/rust-lang/compiler-builtins) | `0.2.15` | `0.2.16` |
| [quinn-udp](https://github.com/quinn-rs/quinn) | `0.5.7` | `0.5.14` |
| [rand_core](https://github.com/rust-random/rand_core) | `0.6.4` | `0.3.1` |
| [rustls-webpki](https://github.com/rustls/webpki) | `0.103.8` | `0.103.9` |
| [siphasher](https://github.com/jedisct1/rust-siphash) | `1.0.1` | `1.0.2` |
| [vetis](https://github.com/ararog/vetis) | `0.1.0` | `0.1.3` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.33` | `0.8.34` |
| [zerocopy-derive](https://github.com/google/zerocopy) | `0.8.33` | `0.8.34` |


Updates `aws-lc-rs` from 1.15.3 to 1.15.4
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@v1.15.3...v1.15.4)

Updates `aws-lc-sys` from 0.36.0 to 0.37.0
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](https://github.com/aws/aws-lc-rs/commits/aws-lc-sys/v0.37.0)

Updates `bitflags` from 2.10.0 to 1.3.2
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.10.0...1.3.2)

Updates `cc` from 1.2.53 to 1.2.54
- [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.53...cc-v1.2.54)

Updates `easyhttpmock` from 0.1.0 to 0.1.1
- [Commits](https://github.com/ararog/easyhttpmock/commits)

Updates `hashbrown` from 0.15.0 to 0.14.5
- [Release notes](https://github.com/rust-lang/hashbrown/releases)
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.15.0...v0.14.5)

Updates `libm` from 0.2.15 to 0.2.16
- [Release notes](https://github.com/rust-lang/compiler-builtins/releases)
- [Commits](rust-lang/compiler-builtins@libm-v0.2.15...libm-v0.2.16)

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

Updates `rand_core` from 0.6.4 to 0.3.1
- [Changelog](https://github.com/rust-random/rand_core/blob/v0.3.1/CHANGELOG.md)
- [Commits](rust-random/rand_core@v0.6.4...v0.3.1)

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

Updates `siphasher` from 1.0.1 to 1.0.2
- [Commits](jedisct1/rust-siphash@1.0.1...1.0.2)

Updates `vetis` from 0.1.0 to 0.1.3
- [Commits](https://github.com/ararog/vetis/commits)

Updates `zerocopy` from 0.8.33 to 0.8.34
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.33...v0.8.34)

Updates `zerocopy-derive` from 0.8.33 to 0.8.34
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.33...v0.8.34)

---
updated-dependencies:
- dependency-name: aws-lc-rs
  dependency-version: 1.15.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: aws-lc-sys
  dependency-version: 0.37.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: bitflags
  dependency-version: 1.3.2
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: cc
  dependency-version: 1.2.54
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: easyhttpmock
  dependency-version: 0.1.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: hashbrown
  dependency-version: 0.14.5
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: libm
  dependency-version: 0.2.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: quinn-udp
  dependency-version: 0.5.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: rand_core
  dependency-version: 0.3.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: rustls-webpki
  dependency-version: 0.103.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: siphasher
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: vetis
  dependency-version: 0.1.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: zerocopy
  dependency-version: 0.8.34
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: zerocopy-derive
  dependency-version: 0.8.34
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added this to the v0.0.5 milestone Jan 27, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jan 27, 2026
@ararog ararog merged commit 01eada4 into develop Jan 27, 2026
7 of 9 checks passed
@ararog ararog deleted the dependabot/cargo/dependencies-9ff3975e10 branch January 27, 2026 14:23
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.

1 participant