Skip to content

chore(deps): bump the others group in /core with 22 updates#7698

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/core/others-2a8c8effe4
Open

chore(deps): bump the others group in /core with 22 updates#7698
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/core/others-2a8c8effe4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Bumps the others group in /core with 22 updates:

Package From To
ctor 1.0.3 1.0.7
mea 0.6.3 0.6.4
jiff 0.2.24 0.2.28
reqsign-core 3.0.0 3.0.1
libfuzzer-sys 0.4.12 0.4.13
bincode 1.3.3 3.0.0
hotpath 0.16.0 0.16.1
opentelemetry_sdk 0.32.0 0.32.1
tracing-opentelemetry 0.32.1 0.33.0
reqsign-azure-storage 3.0.0 3.0.1
reqsign-file-read-tokio 3.0.0 3.0.1
compio 0.18.0 0.19.0
reqsign-tencent-cos 3.0.0 3.0.1
dashmap 6.1.0 6.2.1
reqsign-google 3.0.0 3.0.1
reqsign-huaweicloud-obs 3.0.0 3.0.1
reqsign-aliyun-oss 3.0.0 3.1.0
redb 2.6.3 3.1.3
redis 1.2.1 1.2.2
reqsign-aws-v4 3.0.0 3.0.1
surrealdb 3.0.5 3.1.3
reqsign-volcengine-tos 3.0.0 3.0.1

Updates ctor from 1.0.3 to 1.0.7

Release notes

Sourced from ctor's releases.

ctor-1.0.7

What's Changed

  • Bump downstream link-section crate version and API updates.
  • Better error messages on bad attributes.

Full Changelog: mmastrac/linktime@ctor-1.0.6...ctor-1.0.7

ctor-1.0.6

What's Changed

Changed

  • Bump link-section dependency to 0.17.0.
  • MSRV bumped to 1.85.0 (if priority feature is enabled), otherwise remains at 1.60.0.
    • To restore MSRV to 1.60.0, use ctor = { version = "1.0.6", default-features = false, features = ["proc_macro", "std"] } in your Cargo.toml.

Fixed

  • #[ctor] requires significantly less macro recursion.

Full Changelog: mmastrac/linktime@ctor-1.0.5...ctor-1.0.6

ctor-1.0.5

What's Changed

Full Changelog: mmastrac/linktime@ctor-1.0.4...ctor-1.0.5

ctor-1.0.4

What's Changed

Full Changelog: mmastrac/linktime@ctor-1.0.3...ctor-1.0.4

Commits

Updates mea from 0.6.3 to 0.6.4

Changelog

Sourced from mea's changelog.

[0.6.4] - 2026-05-28

New features

  • Implement shutdown::ShutdownWatch to wait for the shutdown signal without blocking ShutdownSend::await_shutdown.
Commits

Updates jiff from 0.2.24 to 0.2.28

Changelog

Sourced from jiff's changelog.

0.2.28 (2026-05-28)

This is a small release with a fix for test failures on 32-bit targets in no-alloc environments.

Bug fixes:

  • #573: Fix test failure on 32-bit targets in no-alloc environments.

0.2.27 (2026-05-26)

This is a small release with a bug fix for build errors on Windows for very old versions of Rust.

Bug fixes:

  • #566: Fix build error on Windows for very old versions of Rust (e.g., 1.71).

0.2.26 (2026-05-25)

This release has a couple enhancements.

Firstly, Jiff now uses windows-link for calling FFI routines on Windows instead of windows-sys. Using windows-link means less churn and fewer duplicates in the dependency graph.

Secondly, a new jiff-sqlx 0.2.0 release has been put out to support sqlx 0.9.0.

Enhancements:

  • #538: Replace use of windows-sys with windows-link and inline bindings.
  • #561: Update jiff-sqlx to use sqlx 0.9.0 and release jiff-sqlx 0.2.0.

Bug fixes:

  • #548: Absolutetize incorrect relative size terms in the documentation of RoundMode.

0.2.25 (2026-05-24)

This release updates Jiff's bundled copy of the [IANA Time Zone Database] to 2026b. See the [2026b release announcement] for more details.

... (truncated)

Commits
  • 66f6ec2 0.2.28
  • 693c811 test: fix error size test in no-alloc environments
  • 5b2f9c3 scripts: update for biff rename to bttf
  • 7d93d6f readme: add a commitment to Jiff 0.2 after Jiff 1.0 is released
  • 2c84158 debug: fix impl std::fmt::Debug for UnitSet
  • a6870c4 0.2.27
  • 341313f msrv: fix Jiff build on Windows for Rust 1.71
  • 9533286 docs: add AI policy for contributors
  • bebb53b 0.2.26
  • a56c060 msrv: roll back to Rust 1.70
  • Additional commits viewable in compare view

Updates reqsign-core from 3.0.0 to 3.0.1

Commits

Updates libfuzzer-sys from 0.4.12 to 0.4.13

Changelog

Sourced from libfuzzer-sys's changelog.

0.4.13

Released 2026-06-04.

Changed

  • Updated docs for the fuzz_mutator! macro to link to the mutatis crate, which is a helpful crate when writing complex custom mutators.

Commits
  • 719e4ef Merge pull request #144 from fitzgen/bump-to-0.4.13
  • 2500b23 Bump to version 0.4.13
  • e9120b0 Merge pull request #143 from fitzgen/link-to-mutatis-from-fuzz-mutator
  • 0743afb Link to mutatis from the fuzz_mutator! docs
  • See full diff in compare view

Updates bincode from 1.3.3 to 3.0.0

Commits

Updates hotpath from 0.16.0 to 0.16.1

Release notes

Sourced from hotpath's releases.

v0.16.1

Changelog: https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md#0161---2026-05-17

Changelog

Sourced from hotpath's changelog.

[0.16.1] - 2026-05-17

🚀 Features

  • Windows thread monitoring support

  • Support flume channels

⚙️ Miscellaneous Tasks

  • Release 0.16.1
Commits

Updates opentelemetry_sdk from 0.32.0 to 0.32.1

Commits

Updates tracing-opentelemetry from 0.32.1 to 0.33.0

Release notes

Sourced from tracing-opentelemetry's releases.

0.33.0

Fixed

  • [breaking] avoid deadlock when entering a span (#251)

Other

Changelog

Sourced from tracing-opentelemetry's changelog.

0.33.0 - 2026-05-18

Fixed

  • [breaking] avoid deadlock when entering a span (#251)

Other

Commits

Updates reqsign-azure-storage from 3.0.0 to 3.0.1

Commits

Updates reqsign-file-read-tokio from 3.0.0 to 3.0.1

Commits

Updates compio from 0.18.0 to 0.19.0

Release notes

Sourced from compio's releases.

v0.19.0

We introduced small fixes since v0.19.0-rc.2. Here is the complete change log since v0.18.0.

What's Changed

  • compio-buf
    • IoBufMut::ensure_init (#884)
  • compio-io
    • Ancillary IO (#730, #734, #737, #795, #843)
    • The managed IO traits have been refactored (#820)
    • Multishot IO (#732)
    • Framed IO updates (#749, #752)
    • AsyncStream has been refactored (#874)
    • Duplex forwarding for BufReader/BufWriter (#695)
    • Async zerocopy write traits (#898)
  • compio-driver
    • OpCode refactor: remove the usages of Pin and introduce the Control API (#753, #803, #804, #859)
    • Multishot IO: ReadMulti, RecvMulti, RecvFromMulti, RecvMsgMulti, AcceptMulti (#748, #715, #747, #842)
    • Zero-copy IO: SendZc, SendMsgZc (#754, #755)
    • More POSIX ops: Bind, Listen, Pipe (#806, #807)
    • BufferPool refactor (#820, #854)
    • Fd registering (#718)
    • Public APIs exposes rustix types (#876)
    • CPU affinity support for SQPOLL (#900)
    • single issuer & deferred task support (#908)
    • Detect kernel version for fallbacks (#903)
    • Support setting poll_first flags on io-uring (#894)
  • compio-executor: this is a new low-level crate to replace async-task. It is not exported from the monocrate.
  • compio-runtime
    • The mod event has been removed (#707)
    • AsyncFd & PollFd have been moved to compio-runtime (#662)
    • Runtime::submit_multi (#743, #830)
    • Future combinator (#665, #825)
    • Fix abort on some panic cases (#901)
    • "notify-always" feature has been removed (#902)
  • compio-compat: this is a new high-level crate to make compio run on other async runtimes.
  • compio-macros
    • Support builder params (#926)
  • compio-fs
    • Dir support (#703)
    • Multishot IO (#830)
  • compio-net
    • All send* methods pass MSG_NOSIGNAL now (#835)
    • *Listener::incoming: a Stream to accept incoming connections forever (#747, #759)
    • TcpSocket & UnixSocket: new socket types for convenience (#817)
    • Multishot IO (#830, #838)
    • Socket state support (experimental): *Stream::sock_nonempty to indicate whether there's more data internally to read. Only available on io-uring (#861)
    • disconnect method on Windows (#887)
    • nonempty handling for accept (#906)
    • Expose recvmsg return flags (#935)
  • compio-signal

... (truncated)

Commits

Updates reqsign-tencent-cos from 3.0.0 to 3.0.1

Commits

Updates dashmap from 6.1.0 to 6.2.1

Release notes

Sourced from dashmap's releases.

v6.2.1

This is an interim maintenance release for the existing v6 branch before v7 can be released. This bumps the MSRV to 1.85 and updates dependencies to their latest versions.

Commits

Updates reqsign-google from 3.0.0 to 3.0.1

Commits

Updates reqsign-huaweicloud-obs from 3.0.0 to 3.0.1

Commits

Updates reqsign-aliyun-oss from 3.0.0 to 3.1.0

Commits

Updates redb from 2.6.3 to 3.1.3

Release notes

Sourced from redb's releases.

3.1.3

  • Fix a data loss bug which can occur when the guard returned from Table::get_mut() is dropped after the transaction has been committed.
  • Add a warning to Table::insert_reserve() indicating that it can cause data loss and recommending to upgrade to the 4.0.0 release.

3.1.2

  • Reduce memory usage of open databases

3.1.1

  • Fix panic which could occur when inserting into a table with fixed size keys when debug_assertions are enabled
  • Add additional information to the stats returned by cache_stats()

3.1.0

  • Implement std::error::Error for SetDurabilityError
  • Fix compilation error on various non-tier-1 platforms, such as wasm32-unknown

3.0.2

  • Fix performance issue where a transaction with a large number of writes would cause WriteTransaction::abort() and committing non-durable transactions to become slow

3.0.1

  • Fix correctness issue with range(), extract_from_if(), and retain_in(). If a RangeBounds with start > end was passed as an argument and start and end keys were stored in different internal pages in the database (i.e. a sufficient condition is that more than 4KiB of key-value pairs were between the two keys) then these methods would perform as if the argument had been start..
  • Fix performance regression, from redb 2.x, where Durability::None commits could become linearly slower during a series of transactions.

3.0.0 - 2025-08-09

Removes support for file format v2.

Use Database::upgrade(), in redb 2.6, to migrate to the v3 file format.

General storage optimizations

The v3 file format has been further optimized to reduce the size of the database. Databases with only a few small keys will see the largest benefit, and the minimum size of a database file has decreased from ~2.5MiB to ~50KiB. To achieve the smallest file size call Database::compact() before dropping the Database.

Additionally, performance is ~15% better in bulk load benchmarks. This was achieved by implementing a custom hash function for various in-memory HashSets and HashMaps, and by optimizing the usage of buffers held in Arcs to reduce the number of atomic instructions executed.

Optimize storage of tuple types

Storage of variable width tuple types with arity greater than 1 is more efficient. The new format elides the length of any fixed width fields and uses varint encoding for the lengths of all variable width fields.

... (truncated)

Changelog

Sourced from redb's changelog.

3.1.3 - 2026-04-02

  • Fix a data loss bug which can occur when the guard returned from Table::get_mut() is dropped after the transaction has been committed.
  • Add a warning to Table::insert_reserve() indicating that it can cause data loss and recommending to upgrade to the 4.0.0 release.

3.1.2 - 2026-04-01

  • Reduce memory usage of open databases

3.1.1 - 2026-03-08

  • Fix panic which could occur when inserting into a table with fixed size keys when debug_assertions are enabled
  • Add additional information to the stats returned by cache_stats()

3.1.0 - 2025-09-25

  • Implement std::error::Error for SetDurabilityError
  • Fix compilation error on various non-tier-1 platforms, such as wasm32-unknown

3.0.2 - 2025-09-16

  • Fix performance issue where a transaction with a large number of writes would cause WriteTransaction::abort() and committing non-durable transactions to become slow.

3.0.1 - 2025-08-23

  • Fix correctness issue with range(), extract_from_if(), and retain_in(). If a RangeBounds with start > end was passed as an argument and start and end keys were stored in different internal pages in the database (i.e. a sufficient condition is that more than 4KiB of key-value pairs were between the two keys) then these methods would perform as if the argument had been start..
  • Fix performance regression, from redb 2.x, where Durability::None commits could become linearly slower during a series of transactions.
Commits
  • f82a6ea Bump version to 3.1.3
  • 6da03f1 Update changelog
  • 96a8c8a Correct deprecation warning
  • 99dd419 Add warning to Table::get_mut()
  • 50e100b Hacky fix for potential data loss when using Table::get_mut()
  • c67e8ea Bump version to 3.1.2
  • a282188 Update changelog
  • 6340178 perf: lazily size RegionTracker bitmaps to reduce memory overhead (#1111)
  • 2f38ce2 Add CI check to prohibit non-ASCII characters in source files
  • 72eafc9 Update changelog
  • Additional commits viewable in compare view

Updates redis from 1.2.1 to 1.2.2

Release notes

Sourced from redis's releases.

redis-1.2.2

What's Changed

Commits

Updates reqsign-aws-v4 from 3.0.0 to 3.0.1

Commits

Updates surrealdb from 3.0.5 to 3.1.3

Commits
  • 7db9a42 feat(knn): EXPLAIN cond-filter visibility, DiskANN coverage, and an HNSW reca...
  • 1b0347c Backport wasm-bindgen unpin (e68671b61) and surrealmx 0.22 (ff4496513) (#324)
  • 2623bbc Bump SurrealDB version (#319)
  • 8962bcb Backport #315 and #304 for v3.1.3 (#318)
  • 5eab0d6 Backport bug fixes and cleanups for v3.1.3 (#316)
  • 1596908 Prepare v3.1.2 release
  • 8314a8d chore: tidy stale TODO(3.0) markers and clarify check_upgrade docs (#273)
  • 4f98c50 fix(kvs): targeted error for the removed file:// scheme (#276)
  • 95d00ae chore: tidy stale TODOs in core (#278)
  • 9c60def perf(core): drop indexed-map prologue validation on pre-decode filter hot pat...
  • Additional commits viewable in compare view

Updates reqsign-volcengine-tos from 3.0.0 to 3.0.1

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 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 others group in /core with 22 updates:

| Package | From | To |
| --- | --- | --- |
| [ctor](https://github.com/mmastrac/linktime) | `1.0.3` | `1.0.7` |
| [mea](https://github.com/fast/mea) | `0.6.3` | `0.6.4` |
| [jiff](https://github.com/BurntSushi/jiff) | `0.2.24` | `0.2.28` |
| [reqsign-core](https://github.com/apache/opendal-reqsign) | `3.0.0` | `3.0.1` |
| [libfuzzer-sys](https://github.com/rust-fuzz/libfuzzer) | `0.4.12` | `0.4.13` |
| [bincode](https://github.com/bincode-org/bincode) | `1.3.3` | `3.0.0` |
| [hotpath](https://github.com/pawurb/hotpath-rs) | `0.16.0` | `0.16.1` |
| [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) | `0.32.0` | `0.32.1` |
| [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) | `0.32.1` | `0.33.0` |
| [reqsign-azure-storage](https://github.com/apache/opendal-reqsign) | `3.0.0` | `3.0.1` |
| [reqsign-file-read-tokio](https://github.com/apache/opendal-reqsign) | `3.0.0` | `3.0.1` |
| [compio](https://github.com/compio-rs/compio) | `0.18.0` | `0.19.0` |
| [reqsign-tencent-cos](https://github.com/apache/opendal-reqsign) | `3.0.0` | `3.0.1` |
| [dashmap](https://github.com/xacrimon/dashmap) | `6.1.0` | `6.2.1` |
| [reqsign-google](https://github.com/apache/opendal-reqsign) | `3.0.0` | `3.0.1` |
| [reqsign-huaweicloud-obs](https://github.com/apache/opendal-reqsign) | `3.0.0` | `3.0.1` |
| [reqsign-aliyun-oss](https://github.com/apache/opendal-reqsign) | `3.0.0` | `3.1.0` |
| [redb](https://github.com/cberner/redb) | `2.6.3` | `3.1.3` |
| [redis](https://github.com/redis-rs/redis-rs) | `1.2.1` | `1.2.2` |
| [reqsign-aws-v4](https://github.com/apache/opendal-reqsign) | `3.0.0` | `3.0.1` |
| [surrealdb](https://github.com/surrealdb/surrealdb) | `3.0.5` | `3.1.3` |
| [reqsign-volcengine-tos](https://github.com/apache/opendal-reqsign) | `3.0.0` | `3.0.1` |


Updates `ctor` from 1.0.3 to 1.0.7
- [Release notes](https://github.com/mmastrac/linktime/releases)
- [Changelog](https://github.com/mmastrac/linktime/blob/master/CHANGELOG.md)
- [Commits](mmastrac/linktime@ctor-1.0.3...ctor-1.0.7)

Updates `mea` from 0.6.3 to 0.6.4
- [Changelog](https://github.com/fast/mea/blob/main/CHANGELOG.md)
- [Commits](fast/mea@v0.6.3...v0.6.4)

Updates `jiff` from 0.2.24 to 0.2.28
- [Release notes](https://github.com/BurntSushi/jiff/releases)
- [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/jiff@jiff-static-0.2.24...jiff-static-0.2.28)

Updates `reqsign-core` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/apache/opendal-reqsign/releases)
- [Commits](https://github.com/apache/opendal-reqsign/commits)

Updates `libfuzzer-sys` from 0.4.12 to 0.4.13
- [Changelog](https://github.com/rust-fuzz/libfuzzer/blob/main/CHANGELOG.md)
- [Commits](rust-fuzz/libfuzzer@0.4.12...0.4.13)

Updates `bincode` from 1.3.3 to 3.0.0
- [Commits](https://github.com/bincode-org/bincode/commits)

Updates `hotpath` from 0.16.0 to 0.16.1
- [Release notes](https://github.com/pawurb/hotpath-rs/releases)
- [Changelog](https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md)
- [Commits](pawurb/hotpath-rs@v0.16.0...v0.16.1)

Updates `opentelemetry_sdk` from 0.32.0 to 0.32.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-rust/commits)

Updates `tracing-opentelemetry` from 0.32.1 to 0.33.0
- [Release notes](https://github.com/tokio-rs/tracing-opentelemetry/releases)
- [Changelog](https://github.com/tokio-rs/tracing-opentelemetry/blob/v0.1.x/CHANGELOG.md)
- [Commits](tokio-rs/tracing-opentelemetry@v0.32.1...v0.33.0)

Updates `reqsign-azure-storage` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/apache/opendal-reqsign/releases)
- [Commits](https://github.com/apache/opendal-reqsign/commits)

Updates `reqsign-file-read-tokio` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/apache/opendal-reqsign/releases)
- [Commits](https://github.com/apache/opendal-reqsign/commits)

Updates `compio` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/compio-rs/compio/releases)
- [Changelog](https://github.com/compio-rs/compio/blob/master/release-plz.toml)
- [Commits](compio-rs/compio@v0.18.0...v0.19.0)

Updates `reqsign-tencent-cos` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/apache/opendal-reqsign/releases)
- [Commits](https://github.com/apache/opendal-reqsign/commits)

Updates `dashmap` from 6.1.0 to 6.2.1
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](xacrimon/dashmap@v6.1.0...v6.2.1)

Updates `reqsign-google` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/apache/opendal-reqsign/releases)
- [Commits](https://github.com/apache/opendal-reqsign/commits)

Updates `reqsign-huaweicloud-obs` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/apache/opendal-reqsign/releases)
- [Commits](https://github.com/apache/opendal-reqsign/commits)

Updates `reqsign-aliyun-oss` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/apache/opendal-reqsign/releases)
- [Commits](https://github.com/apache/opendal-reqsign/commits)

Updates `redb` from 2.6.3 to 3.1.3
- [Release notes](https://github.com/cberner/redb/releases)
- [Changelog](https://github.com/cberner/redb/blob/master/CHANGELOG.md)
- [Commits](cberner/redb@v2.6.3...v3.1.3)

Updates `redis` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-1.2.1...redis-1.2.2)

Updates `reqsign-aws-v4` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/apache/opendal-reqsign/releases)
- [Commits](https://github.com/apache/opendal-reqsign/commits)

Updates `surrealdb` from 3.0.5 to 3.1.3
- [Release notes](https://github.com/surrealdb/surrealdb/releases)
- [Changelog](https://github.com/surrealdb/surrealdb/blob/main/release.toml)
- [Commits](surrealdb/surrealdb@v3.0.5...v3.1.3)

Updates `reqsign-volcengine-tos` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/apache/opendal-reqsign/releases)
- [Commits](https://github.com/apache/opendal-reqsign/commits)

---
updated-dependencies:
- dependency-name: ctor
  dependency-version: 1.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: mea
  dependency-version: 0.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: jiff
  dependency-version: 0.2.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: reqsign-core
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: libfuzzer-sys
  dependency-version: 0.4.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: bincode
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: others
- dependency-name: hotpath
  dependency-version: 0.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: opentelemetry_sdk
  dependency-version: 0.32.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: tracing-opentelemetry
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: reqsign-azure-storage
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: reqsign-file-read-tokio
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: compio
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: reqsign-tencent-cos
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: dashmap
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: reqsign-google
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: reqsign-huaweicloud-obs
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: reqsign-aliyun-oss
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: redb
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: others
- dependency-name: redis
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: reqsign-aws-v4
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: surrealdb
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: reqsign-volcengine-tos
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 5, 2026
@dependabot dependabot Bot requested a review from Xuanwo as a code owner June 5, 2026 09:44
@dosubot dosubot Bot added size:M This PR changes 30-99 lines, ignoring generated files. releases-note/chore The PR has a title that begins with "chore" or changes other small things that hard to tell labels Jun 5, 2026
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 releases-note/chore The PR has a title that begins with "chore" or changes other small things that hard to tell rust Pull requests that update Rust code size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants