Skip to content

Bump the cargo group across 3 directories with 20 updates#42

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/cargo-abd6b0ede0
Closed

Bump the cargo group across 3 directories with 20 updates#42
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/cargo-abd6b0ede0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Feb 20, 2026

Bumps the cargo group with 16 updates in the / directory:

Package From To
borsh 0.9.3 0.10.4
tokio 1.14.1 1.26.0
bzip2 0.4.3 0.4.4
tungstenite 0.17.3 0.20.1
ouroboros 0.15.0 0.15.6
bytes 1.2.1 1.11.1
openssl 0.10.41 0.10.68
quinn-proto 0.8.4 0.9.5
users 0.10.0 0.11.0
bumpalo 3.8.0 3.20.2
h2 0.3.11 0.3.27
keccak 0.1.0 0.1.6
shlex 1.1.0 1.3.0
time 0.1.43 0.1.45
tracing-subscriber 0.3.7 0.3.22
unsafe-libyaml 0.2.4 0.2.11

Bumps the cargo group with 11 updates in the /programs/sbf directory:

Package From To
bzip2 0.4.3 0.4.4
ouroboros 0.15.0 0.15.6
bytes 1.2.1 1.11.1
openssl 0.10.41 0.10.68
bumpalo 3.3.0 3.20.2
crossbeam-utils 0.8.5 0.8.21
h2 0.3.11 0.3.21
keccak 0.1.0 0.1.6
remove_dir_all 0.5.2 0.5.3
shlex 1.1.0 1.3.0
unsafe-libyaml 0.2.4 0.2.11

Bumps the cargo group with 1 update in the /storage-bigtable/build-proto directory: bytes.

Updates borsh from 0.9.3 to 0.10.4

Release notes

Sourced from borsh's releases.

borsh-derive-internal-v0.10.4

No release notes provided.

borsh-derive-v0.10.4

No release notes provided.

borsh-schema-derive-internal-v0.10.4

No release notes provided.

borsh-v0.10.4

  • Backported a fix for RUSTSEC-2023-0033: Forbid Vectors of Zero-sized types from de-/serialization (#145)
Changelog

Sourced from borsh's changelog.

[0.10.4] - 2024-09-23

  • Backported a fix for RUSTSEC-2023-0033: Forbid Vectors of Zero-sized types from de-/serialization (#145)

[0.10.3] - 2022-03-22

  • Add optional bytes/bytesmut support

[0.10.2] - 2022-02-14

  • Prevent unbound allocation for vectors on deserialization

[0.10.1] - 2022-02-08

  • Implemented (de)ser for core::ops::range
  • Introduce de::EnumExt trait with deserialize_variant method

[0.10.0] - 2023-01-19

  • Fix no-std feature (some of the imports incorrectly used std:: instead of crate::maybestd::)
  • Fix borsh-schema derives with for bounds
  • Implemented BorshSchema for HashSet
  • Add support for isize, usize types
  • Delete schema for char
  • Implement ser/de and schema for (T,)
  • Add clone impls to borsh schema types
  • Remove unnecessary trait bounds requirements for array
  • BREAKING CHANGE: BorshDeserialize now works by receiving an &mut std::io::Read instead of a &mut &[u8]. This is a breaking change for code that provides custom implementations of BorshDeserialize; there is no impact on code that uses only the derive macro.
  • Added BorshDeserialize::try_from_reader and BorshDeserialize::deserialize_reader.
  • Upgrade hashbrown version to be >=0.11,<0.14 to allow wider range of versions.
Commits
  • a1fe363 release: 0.10.4
  • c545f3c chore: revert workspace and exclude changes (#311)
  • 27843bc chore: prepare 0.10.4 with backported fix (#310)
  • 79097e3 release: Prepare for 0.10.3 release
  • ad25b07 ci: Removed release-plz as it does not play well with the workspaces setup we...
  • c93d434 ci: Add release-plz CI action which will create a PR with a suggestion to cut...
  • e91f405 feat: Add optional bytes/bytesmut support (#132)
  • 9e68316 release: Prepare for 0.10.2 release (#130)
  • d431291 feat(deserialize): prevent unbound allocation (#129)
  • d915ab5 chore: Updated Minimum Supported Rust Version to 1.55 (manually confirmed wit...
  • Additional commits viewable in compare view

Updates tokio from 1.14.1 to 1.26.0

Release notes

Sourced from tokio's releases.

Tokio v1.26.0

Fixed

Added

Changed

Internal Changes

Unstable

Documented

... (truncated)

Commits

Updates bzip2 from 0.4.3 to 0.4.4

Release notes

Sourced from bzip2's releases.

Version 0.5.2 (and 0.1.13 for bzip2-sys)

Some minor fixes this time

  • better wasm support (and we test wasm on CI)
  • make bz_internal_error an extern fn by @​folkertdev in trifectatechfoundation/bzip2-rs#135 fixes a soundness issue. This is technically a semver-breaking change, but major versions for -sys crates create a lot of churn. We don't expect users to run into this

What's Changed

New Contributors

Full Changelog: trifectatechfoundation/bzip2-rs@v0.5.1...v0.5.2

Version 0.5.1 (and 0.1.12 for bzip2-sys)

Highlights

Most changes relate to libbz2-rs-sys: we no longer enable the static feature, and now including different versions, that use either the C or the rust -sys crate, all work together in the same build.

What's Changed

New Contributors

Full Changelog: trifectatechfoundation/bzip2-rs@v0.5.0...v0.5.1

Commits

Updates tungstenite from 0.17.3 to 0.20.1

Changelog

Sourced from tungstenite's changelog.

0.20.1

0.20.0

  • Remove many implicit flushing behaviours. In general reading and writing messages will no longer flush until calling flush. An exception is automatic responses (e.g. pongs) which will continue to be written and flushed when reading and writing. This allows writing a batch of messages and flushing once, improving performance.
  • Add WebSocket::read, write, send, flush. Deprecate read_message, write_message, write_pending.
  • Add FrameSocket::read, write, send, flush. Remove read_frame, write_frame, write_pending. Note: Previous use of write_frame may be replaced with send.
  • Add WebSocketContext::read, write, flush. Remove read_message, write_message, write_pending. Note: Previous use of write_message may be replaced with write + flush.
  • Remove send_queue, replaced with using the frame write buffer to achieve similar results.
    • Add WebSocketConfig::max_write_buffer_size. Deprecate max_send_queue.
    • Add Error::WriteBufferFull. Remove Error::SendQueueFull. Note: WriteBufferFull returns the message that could not be written as a Message::Frame.
  • Add ability to buffer multiple writes before writing to the underlying stream, controlled by WebSocketConfig::write_buffer_size (default 128 KiB). Improves batch message write performance.
  • Panic on receiving invalid WebSocketConfig.

0.19.0

  • Update TLS dependencies.
  • Exchanging base64 for data-encoding.

0.18.0

  • Make handshake dependencies optional with a new handshake feature (now a default one!).
  • Return HTTP error responses (their HTTP body) upon non 101 status codes.
Commits

Updates ouroboros from 0.15.0 to 0.15.6

Commits

Updates bytes from 1.2.1 to 1.11.1

Release notes

Sourced from bytes's releases.

Bytes v1.11.1

1.11.1 (February 3rd, 2026)

  • Fix integer overflow in BytesMut::reserve

Bytes v1.11.0

1.11.0 (November 14th, 2025)

  • Bump MSRV to 1.57 (#788)

Fixed

  • fix: BytesMut only reuse if src has remaining (#803)
  • Specialize BytesMut::put::<Bytes> (#793)
  • Reserve capacity in BytesMut::put (#794)
  • Change BytesMut::remaining_mut to use isize::MAX instead of usize::MAX (#795)

Internal changes

  • Guarantee address in slice() for empty slices. (#780)
  • Rename Vtable::to_* -> Vtable::into_* (#776)
  • Fix latest clippy warnings (#787)
  • Ignore BytesMut::freeze doctest on wasm (#790)
  • Move drop_fn of from_owner into vtable (#801)

Bytes v1.10.1

1.10.1 (March 5th, 2025)

Fixed

  • Fix memory leak when using to_vec with Bytes::from_owner (#773)

#773: tokio-rs/bytes#773

Bytes v1.10.0

1.10.0 (February 3rd, 2025)

Added

  • Add feature to support platforms without atomic CAS (#467)
  • try_get_* methods for Buf trait (#753)
  • Implement Buf::chunks_vectored for Take (#617)
  • Implement Buf::chunks_vectored for VecDeque<u8> (#708)

Fixed

  • Remove incorrect guarantee for chunks_vectored (#754)
  • Ensure that tests pass under panic=abort (#749)

... (truncated)

Changelog

Sourced from bytes's changelog.

1.11.1 (February 3rd, 2026)

  • Fix integer overflow in BytesMut::reserve

1.11.0 (November 14th, 2025)

  • Bump MSRV to 1.57 (#788)

Fixed

  • fix: BytesMut only reuse if src has remaining (#803)
  • Specialize BytesMut::put::<Bytes> (#793)
  • Reserve capacity in BytesMut::put (#794)
  • Change BytesMut::remaining_mut to use isize::MAX instead of usize::MAX (#795)

Internal changes

  • Guarantee address in slice() for empty slices. (#780)
  • Rename Vtable::to_* -> Vtable::into_* (#776)
  • Fix latest clippy warnings (#787)
  • Ignore BytesMut::freeze doctest on wasm (#790)
  • Move drop_fn of from_owner into vtable (#801)

1.10.1 (March 5th, 2025)

Fixed

  • Fix memory leak when using to_vec with Bytes::from_owner (#773)

1.10.0 (February 3rd, 2025)

Added

  • Add feature to support platforms without atomic CAS (#467)
  • try_get_* methods for Buf trait (#753)
  • Implement Buf::chunks_vectored for Take (#617)
  • Implement Buf::chunks_vectored for VecDeque<u8> (#708)

Fixed

  • Remove incorrect guarantee for chunks_vectored (#754)
  • Ensure that tests pass under panic=abort (#749)

1.9.0 (November 27, 2024)

Added

  • Add Bytes::from_owner to enable externally-allocated memory (#742)

Documented

... (truncated)

Commits

Updates openssl from 0.10.41 to 0.10.68

Release notes

Sourced from openssl's releases.

openssl-v0.10.68

What's Changed

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.67...openssl-v0.10.68

openssl-v0.10.67

What's Changed

New Contributors

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.66...openssl-v0.10.67

openssl-v0.10.66

What's Changed

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.65...openssl-v0.10.66

openssl-v0.10.65

... (truncated)

Commits
  • be8dcfd Merge pull request #2318 from alex/msrv-fix
  • 065cc77 fixes #2317 -- restore compatibility with our MSRV and release openssl 0.9.68
  • 7b3ec80 Merge pull request #2316 from alex/bump-for-release
  • b510e8c Release openssl v0.10.67 and openssl-sys v0.9.104
  • ee3b024 Merge pull request #2315 from botovq/libressl-4.0.0
  • c4dabc2 CI: Update LibreSSL CI
  • f9027b7 LibreSSL 4.0.0 is released & stable
  • 1b51ba5 Merge pull request #2313 from sfackler/sfackler-patch-1
  • de8a97c Bump to 3.4.0-beta1
  • 3930464 Merge pull request #2312 from sfackler/alex-patch-1
  • Additional commits viewable in compare view

Updates quinn-proto from 0.8.4 to 0.9.5

Release notes

Sourced from quinn-proto's releases.

quinn-proto 0.11.13, quinn 0.11.9

What's Changed

quinn-proto 0.11.10, quinn 0.11.7

Fixes potential issues building rustls-platform-verifier 0.4.x with rustls 0.23.24 and newer by upgrading to rustls-platform-verifier 0.5.x. Also contains a large number of small bug fixes and improvements and (hopefully) fixes the broken docs on docs.rs.

We added @​gretchenfrage as a maintainer, thanks for all your contributions so far and hope for many more!

What's Changed

... (truncated)

Commits

Updates users from 0.10.0 to 0.11.0

Release notes

Sourced from users's releases.

v0.11.0

Breaking changes

  • Certain functions now return Arc<OsStr> rather than Arc<OsString>

Bug fixes and other changes

  • Retry lookups with larger buffer sizes on ERANGE error condition (#38)
  • Switch logging to use Trace level rather than Debug (#39)
Commits
  • d6883b4 v0.11.0
  • f12df3b Add MSRV badge
  • 092ffe3 Run all feature tests on CI, too
  • d705de3 Use cargo-hack to test all feature combinations
  • cde6740 Continue using the Entry API... for now
  • af2d86a Use Arc<OsStr> to avoid double redirection
  • 5765d03 Fix doctest warnings
  • 16de943 Add a Justfile
  • 4b927ff Merge pull request #38 from Freaky/handle-erange
  • 0bfda43 Merge pull request #39 from intgr/log-level-trace
  • Additional commits viewable in compare view

Updates bumpalo from 3.8.0 to 3.20.2

Changelog

Sourced from bumpalo's changelog.

3.20.2

Released 2026-02-19.

Fixed

  • Restored Send and Sync implementations for Box<T> for T: ?Sized types as well.

3.20.1

Released 2026-02-18.

Fixed

  • Restored Send and Sync implementations for Box<T> when T: Send and T: Sync respectively.

3.20.0

Released 2026-02-18.

Added

  • Added the bumpalo::collections::Vec::pop_if method.

Fixed

  • Fixed a bug in the bumpalo::collections::String::retain method in the face of panics.
  • Made bumpalo::collections::Box<T> covariant with T (just like std::boxed::Box<T>).

3.19.1

Released 2025-12-16.

Changed

  • Annotated bumpalo::collections::String::from_str_in as #[inline].

Fixed

  • Fixed compilation failures with the latest nightly Rust when enabling the

... (truncated)

Commits

Updates h2 from 0.3.11 to 0.3.27

Release notes

Sourced from h2's releases.

v0.3.26

What's Changed

  • Limit number of CONTINUATION frames for misbehaving connections.

See https://seanmonstar.com/blog/hyper-http2-continuation-flood/ for more info.

v0.3.25

What's Changed

Full Changelog: hyperium/h2@v0.3.24...v0.3.25

v0.3.24

Fixed

  • Limit error resets for misbehaving connections.

v0.3.23

What's Changed

v0.3.22

What's Changed

  • Add header_table_size(usize) option to client and server builders.
  • Improve throughput when vectored IO is not available.
  • Update indexmap to 2.

New Contributors

v0.3.21

What's Changed

  • Fix opening of new streams over peer's max concurrent limit.
  • Fix RecvStream to return data even if it has received a CANCEL stream error.
  • Update MSRV to 1.63.

New Contributors

v0.3.20

Bug Fixes

... (truncated)

Changelog

Sourced from h2's changelog.

0.3.27 (July 11, 2025)

  • Fix notifying wakers when detecting local stream errors.

0.3.26 (April 3, 2024)

  • Limit number of CONTINUATION frames for misbehaving connections.

0.3.25 (March 15, 2024)

  • Improve performance decoding many headers.

0.3.24 (January 17, 2024)

  • Limit error resets for misbehaving connections.
Description has been truncated

Bumps the cargo group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [borsh](https://github.com/near/borsh-rs) | `0.9.3` | `0.10.4` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.14.1` | `1.26.0` |
| [bzip2](https://github.com/trifectatechfoundation/bzip2-rs) | `0.4.3` | `0.4.4` |
| [tungstenite](https://github.com/snapview/tungstenite-rs) | `0.17.3` | `0.20.1` |
| [ouroboros](https://github.com/someguynamedjosh/ouroboros) | `0.15.0` | `0.15.6` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.2.1` | `1.11.1` |
| [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.41` | `0.10.68` |
| [quinn-proto](https://github.com/quinn-rs/quinn) | `0.8.4` | `0.9.5` |
| [users](https://github.com/ogham/rust-users) | `0.10.0` | `0.11.0` |
| [bumpalo](https://github.com/fitzgen/bumpalo) | `3.8.0` | `3.20.2` |
| [h2](https://github.com/hyperium/h2) | `0.3.11` | `0.3.27` |
| [keccak](https://github.com/RustCrypto/sponges) | `0.1.0` | `0.1.6` |
| [shlex](https://github.com/comex/rust-shlex) | `1.1.0` | `1.3.0` |
| [time](https://github.com/time-rs/time) | `0.1.43` | `0.1.45` |
| [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.7` | `0.3.22` |
| [unsafe-libyaml](https://github.com/dtolnay/unsafe-libyaml) | `0.2.4` | `0.2.11` |

Bumps the cargo group with 11 updates in the /programs/sbf directory:

| Package | From | To |
| --- | --- | --- |
| [bzip2](https://github.com/trifectatechfoundation/bzip2-rs) | `0.4.3` | `0.4.4` |
| [ouroboros](https://github.com/someguynamedjosh/ouroboros) | `0.15.0` | `0.15.6` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.2.1` | `1.11.1` |
| [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.41` | `0.10.68` |
| [bumpalo](https://github.com/fitzgen/bumpalo) | `3.3.0` | `3.20.2` |
| [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | `0.8.5` | `0.8.21` |
| [h2](https://github.com/hyperium/h2) | `0.3.11` | `0.3.21` |
| [keccak](https://github.com/RustCrypto/sponges) | `0.1.0` | `0.1.6` |
| [remove_dir_all](https://github.com/XAMPPRocky/remove_dir_all) | `0.5.2` | `0.5.3` |
| [shlex](https://github.com/comex/rust-shlex) | `1.1.0` | `1.3.0` |
| [unsafe-libyaml](https://github.com/dtolnay/unsafe-libyaml) | `0.2.4` | `0.2.11` |

Bumps the cargo group with 1 update in the /storage-bigtable/build-proto directory: [bytes](https://github.com/tokio-rs/bytes).


Updates `borsh` from 0.9.3 to 0.10.4
- [Release notes](https://github.com/near/borsh-rs/releases)
- [Changelog](https://github.com/near/borsh-rs/blob/borsh-v0.10.4/CHANGELOG.md)
- [Commits](near/borsh-rs@v0.9.3...borsh-v0.10.4)

Updates `tokio` from 1.14.1 to 1.26.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.14.1...tokio-1.26.0)

Updates `bzip2` from 0.4.3 to 0.4.4
- [Release notes](https://github.com/trifectatechfoundation/bzip2-rs/releases)
- [Commits](https://github.com/trifectatechfoundation/bzip2-rs/commits/0.4.4)

Updates `tungstenite` from 0.17.3 to 0.20.1
- [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md)
- [Commits](snapview/tungstenite-rs@v0.17.3...v0.20.1)

Updates `ouroboros` from 0.15.0 to 0.15.6
- [Commits](https://github.com/someguynamedjosh/ouroboros/commits)

Updates `bytes` from 1.2.1 to 1.11.1
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.2.1...v1.11.1)

Updates `openssl` from 0.10.41 to 0.10.68
- [Release notes](https://github.com/rust-openssl/rust-openssl/releases)
- [Commits](rust-openssl/rust-openssl@openssl-v0.10.41...openssl-v0.10.68)

Updates `quinn-proto` from 0.8.4 to 0.9.5
- [Release notes](https://github.com/quinn-rs/quinn/releases)
- [Commits](https://github.com/quinn-rs/quinn/commits)

Updates `users` from 0.10.0 to 0.11.0
- [Release notes](https://github.com/ogham/rust-users/releases)
- [Commits](ogham/rust-users@v0.10.0...v0.11.0)

Updates `bumpalo` from 3.8.0 to 3.20.2
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](fitzgen/bumpalo@3.8.0...v3.20.2)

Updates `h2` from 0.3.11 to 0.3.27
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.27/CHANGELOG.md)
- [Commits](hyperium/h2@v0.3.11...v0.3.27)

Updates `keccak` from 0.1.0 to 0.1.6
- [Commits](RustCrypto/sponges@keccak-v0.1.0...keccak-v0.1.6)

Updates `mio` from 0.7.14 to 0.8.11
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/mio@v0.7.14...v0.8.11)

Updates `openssl-src` from 111.22.0+1.1.1q to 300.5.5+3.5.5
- [Release notes](https://github.com/alexcrichton/openssl-src-rs/releases)
- [Commits](https://github.com/alexcrichton/openssl-src-rs/commits)

Updates `shlex` from 1.1.0 to 1.3.0
- [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md)
- [Commits](comex/rust-shlex@1.1.0...1.3.0)

Updates `time` from 0.1.43 to 0.1.45
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/commits)

Updates `tracing-subscriber` from 0.3.7 to 0.3.22
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.7...tracing-subscriber-0.3.22)

Updates `unsafe-libyaml` from 0.2.4 to 0.2.11
- [Release notes](https://github.com/dtolnay/unsafe-libyaml/releases)
- [Commits](dtolnay/unsafe-libyaml@0.2.4...0.2.11)

Updates `bzip2` from 0.4.3 to 0.4.4
- [Release notes](https://github.com/trifectatechfoundation/bzip2-rs/releases)
- [Commits](https://github.com/trifectatechfoundation/bzip2-rs/commits/0.4.4)

Updates `ouroboros` from 0.15.0 to 0.15.6
- [Commits](https://github.com/someguynamedjosh/ouroboros/commits)

Updates `bytes` from 1.2.1 to 1.11.1
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.2.1...v1.11.1)

Updates `openssl` from 0.10.41 to 0.10.68
- [Release notes](https://github.com/rust-openssl/rust-openssl/releases)
- [Commits](rust-openssl/rust-openssl@openssl-v0.10.41...openssl-v0.10.68)

Updates `bumpalo` from 3.3.0 to 3.20.2
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](fitzgen/bumpalo@3.8.0...v3.20.2)

Updates `crossbeam-utils` from 0.8.5 to 0.8.21
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](crossbeam-rs/crossbeam@crossbeam-utils-0.8.5...crossbeam-utils-0.8.21)

Updates `h2` from 0.3.11 to 0.3.21
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.27/CHANGELOG.md)
- [Commits](hyperium/h2@v0.3.11...v0.3.27)

Updates `keccak` from 0.1.0 to 0.1.6
- [Commits](RustCrypto/sponges@keccak-v0.1.0...keccak-v0.1.6)

Updates `openssl-src` from 111.22.0+1.1.1q to 300.5.5+3.5.5
- [Release notes](https://github.com/alexcrichton/openssl-src-rs/releases)
- [Commits](https://github.com/alexcrichton/openssl-src-rs/commits)

Updates `remove_dir_all` from 0.5.2 to 0.5.3
- [Release notes](https://github.com/XAMPPRocky/remove_dir_all/releases)
- [Changelog](https://github.com/XAMPPRocky/remove_dir_all/blob/master/CHANGELOG.md)
- [Commits](https://github.com/XAMPPRocky/remove_dir_all/compare/[email protected])

Updates `shlex` from 1.1.0 to 1.3.0
- [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md)
- [Commits](comex/rust-shlex@1.1.0...1.3.0)

Updates `unsafe-libyaml` from 0.2.4 to 0.2.11
- [Release notes](https://github.com/dtolnay/unsafe-libyaml/releases)
- [Commits](dtolnay/unsafe-libyaml@0.2.4...0.2.11)

Updates `bytes` from 1.2.1 to 1.11.1
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.2.1...v1.11.1)

---
updated-dependencies:
- dependency-name: borsh
  dependency-version: 0.10.4
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: tokio
  dependency-version: 1.26.0
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: bzip2
  dependency-version: 0.4.4
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: tungstenite
  dependency-version: 0.20.1
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: ouroboros
  dependency-version: 0.15.6
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: bytes
  dependency-version: 1.11.1
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: openssl
  dependency-version: 0.10.68
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: quinn-proto
  dependency-version: 0.9.5
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: users
  dependency-version: 0.11.0
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: bumpalo
  dependency-version: 3.20.2
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: h2
  dependency-version: 0.3.27
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: keccak
  dependency-version: 0.1.6
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: mio
  dependency-version: 0.8.11
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: openssl-src
  dependency-version: 300.5.5+3.5.5
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: shlex
  dependency-version: 1.3.0
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: time
  dependency-version: 0.1.45
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: tracing-subscriber
  dependency-version: 0.3.22
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: unsafe-libyaml
  dependency-version: 0.2.11
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: bzip2
  dependency-version: 0.4.4
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: ouroboros
  dependency-version: 0.15.6
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: bytes
  dependency-version: 1.11.1
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: openssl
  dependency-version: 0.10.68
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: bumpalo
  dependency-version: 3.20.2
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: crossbeam-utils
  dependency-version: 0.8.21
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: h2
  dependency-version: 0.3.21
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: keccak
  dependency-version: 0.1.6
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: openssl-src
  dependency-version: 300.5.5+3.5.5
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: remove_dir_all
  dependency-version: 0.5.3
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: shlex
  dependency-version: 1.3.0
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: unsafe-libyaml
  dependency-version: 0.2.11
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: bytes
  dependency-version: 1.11.1
  dependency-type: indirect
  dependency-group: cargo
...

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 Feb 20, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Mar 11, 2026

Superseded by #43.

@dependabot dependabot bot closed this Mar 11, 2026
@dependabot dependabot bot deleted the dependabot/cargo/cargo-abd6b0ede0 branch March 11, 2026 00:41
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