Skip to content

deps: Bump the rust-dependencies group across 1 directory with 40 updates#80

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-bdd5220378
Open

deps: Bump the rust-dependencies group across 1 directory with 40 updates#80
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-bdd5220378

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 21, 2026

Bumps the rust-dependencies group with 39 updates in the / directory:

Package From To
commonware-broadcast 0.0.63 2026.3.0
commonware-codec 0.0.63 2026.3.0
commonware-consensus 0.0.63 2026.3.0
commonware-cryptography 0.0.63 2026.3.0
commonware-deployer 0.0.63 2026.3.0
commonware-macros 0.0.63 2026.3.0
commonware-p2p 0.0.63 2026.3.0
commonware-resolver 0.0.63 2026.3.0
commonware-runtime 0.0.63 2026.3.0
commonware-storage 0.0.63 2026.3.0
commonware-stream 0.0.63 2026.3.0
commonware-utils 0.0.63 2026.3.0
tower 0.5.2 0.5.3
serde_json 1.0.146 1.0.149
thiserror 2.0.17 2.0.18
anyhow 1.0.100 1.0.102
futures 0.3.31 0.3.32
tracing-subscriber 0.3.22 0.3.23
bytes 1.11.0 1.11.1
rand 0.8.5 0.9.2
clap 4.5.53 4.5.60
uuid 1.19.0 1.22.0
governor 0.6.3 0.10.4
flate2 1.1.5 1.1.9
askama 0.13.1 0.15.5
pulldown-cmark 0.13.0 0.13.2
proptest 1.9.0 1.10.0
tempfile 3.23.0 3.27.0
criterion 0.7.0 0.8.2
lru 0.16.2 0.16.3
tar 0.4.44 0.4.45
zip 7.0.0 8.3.1
once_cell 1.21.3 1.21.4
regex 1.12.2 1.12.3
reqwest 0.12.26 0.13.2
indicatif 0.17.11 0.18.4
console 0.15.11 0.16.3
url 2.5.7 2.5.8
chrono 0.4.42 0.4.44

Updates commonware-broadcast from 0.0.63 to 2026.3.0

Release notes

Sourced from commonware-broadcast's releases.

v2026.3.0

What's Changed

... (truncated)

Commits
  • 2a588e4 [ci/publish] Remove utils from macros (#3340)
  • 9418221 [release] 2026.3.0 (#3339)
  • c1892b8 [storage/mmr] change pruning and sync API to be location instead of position ...
  • 36a6969 [storage/journal/authenticated] Ensure Stale Batch Has No Side Effects (#3332)
  • ead4a09 # [Storage] Replace type-state with batch API (#3327)
  • ff438d2 [runtime/utils/buffer/{write, tip}] avoid copying (#3307)
  • 8136fe9 [consensus/simplex] Improve Logging for Missing Ancestry (#3323)
  • 18f0871 [p2p/authenticated] Add Connection Age (#3324)
  • 0bd82ab [runtime/utils/buffer/paged/cache] cleanup page fetch entries on cancellation...
  • f06069a [bls12381] Allow building Scalar from u64 and limbs (#3316)
  • Additional commits viewable in compare view

Updates commonware-codec from 0.0.63 to 2026.3.0

Release notes

Sourced from commonware-codec's releases.

v2026.3.0

What's Changed

... (truncated)

Commits
  • 2a588e4 [ci/publish] Remove utils from macros (#3340)
  • 9418221 [release] 2026.3.0 (#3339)
  • c1892b8 [storage/mmr] change pruning and sync API to be location instead of position ...
  • 36a6969 [storage/journal/authenticated] Ensure Stale Batch Has No Side Effects (#3332)
  • ead4a09 # [Storage] Replace type-state with batch API (#3327)
  • ff438d2 [runtime/utils/buffer/{write, tip}] avoid copying (#3307)
  • 8136fe9 [consensus/simplex] Improve Logging for Missing Ancestry (#3323)
  • 18f0871 [p2p/authenticated] Add Connection Age (#3324)
  • 0bd82ab [runtime/utils/buffer/paged/cache] cleanup page fetch entries on cancellation...
  • f06069a [bls12381] Allow building Scalar from u64 and limbs (#3316)
  • Additional commits viewable in compare view

Updates commonware-consensus from 0.0.63 to 2026.3.0

Release notes

Sourced from commonware-consensus's releases.

v2026.3.0

What's Changed

... (truncated)

Commits
  • 2a588e4 [ci/publish] Remove utils from macros (#3340)
  • 9418221 [release] 2026.3.0 (#3339)
  • c1892b8 [storage/mmr] change pruning and sync API to be location instead of position ...
  • 36a6969 [storage/journal/authenticated] Ensure Stale Batch Has No Side Effects (#3332)
  • ead4a09 # [Storage] Replace type-state with batch API (#3327)
  • ff438d2 [runtime/utils/buffer/{write, tip}] avoid copying (#3307)
  • 8136fe9 [consensus/simplex] Improve Logging for Missing Ancestry (#3323)
  • 18f0871 [p2p/authenticated] Add Connection Age (#3324)
  • 0bd82ab [runtime/utils/buffer/paged/cache] cleanup page fetch entries on cancellation...
  • f06069a [bls12381] Allow building Scalar from u64 and limbs (#3316)
  • Additional commits viewable in compare view

Updates commonware-cryptography from 0.0.63 to 2026.3.0

Release notes

Sourced from commonware-cryptography's releases.

v2026.3.0

What's Changed

... (truncated)

Commits
  • 2a588e4 [ci/publish] Remove utils from macros (#3340)
  • 9418221 [release] 2026.3.0 (#3339)
  • c1892b8 [storage/mmr] change pruning and sync API to be location instead of position ...
  • 36a6969 [storage/journal/authenticated] Ensure Stale Batch Has No Side Effects (#3332)
  • ead4a09 # [Storage] Replace type-state with batch API (#3327)
  • ff438d2 [runtime/utils/buffer/{write, tip}] avoid copying (#3307)
  • 8136fe9 [consensus/simplex] Improve Logging for Missing Ancestry (#3323)
  • 18f0871 [p2p/authenticated] Add Connection Age (#3324)
  • 0bd82ab [runtime/utils/buffer/paged/cache] cleanup page fetch entries on cancellation...
  • f06069a [bls12381] Allow building Scalar from u64 and limbs (#3316)
  • Additional commits viewable in compare view

Updates commonware-deployer from 0.0.63 to 2026.3.0

Release notes

Sourced from commonware-deployer's releases.

v2026.3.0

What's Changed

…ates

Bumps the rust-dependencies group with 39 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [commonware-broadcast](https://github.com/commonwarexyz/monorepo) | `0.0.63` | `2026.3.0` |
| [commonware-codec](https://github.com/commonwarexyz/monorepo) | `0.0.63` | `2026.3.0` |
| [commonware-consensus](https://github.com/commonwarexyz/monorepo) | `0.0.63` | `2026.3.0` |
| [commonware-cryptography](https://github.com/commonwarexyz/monorepo) | `0.0.63` | `2026.3.0` |
| [commonware-deployer](https://github.com/commonwarexyz/monorepo) | `0.0.63` | `2026.3.0` |
| [commonware-macros](https://github.com/commonwarexyz/monorepo) | `0.0.63` | `2026.3.0` |
| [commonware-p2p](https://github.com/commonwarexyz/monorepo) | `0.0.63` | `2026.3.0` |
| [commonware-resolver](https://github.com/commonwarexyz/monorepo) | `0.0.63` | `2026.3.0` |
| [commonware-runtime](https://github.com/commonwarexyz/monorepo) | `0.0.63` | `2026.3.0` |
| [commonware-storage](https://github.com/commonwarexyz/monorepo) | `0.0.63` | `2026.3.0` |
| [commonware-stream](https://github.com/commonwarexyz/monorepo) | `0.0.63` | `2026.3.0` |
| [commonware-utils](https://github.com/commonwarexyz/monorepo) | `0.0.63` | `2026.3.0` |
| [tower](https://github.com/tower-rs/tower) | `0.5.2` | `0.5.3` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.146` | `1.0.149` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.17` | `2.0.18` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.102` |
| [futures](https://github.com/rust-lang/futures-rs) | `0.3.31` | `0.3.32` |
| [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.22` | `0.3.23` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.11.0` | `1.11.1` |
| [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.2` |
| [clap](https://github.com/clap-rs/clap) | `4.5.53` | `4.5.60` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.19.0` | `1.22.0` |
| [governor](https://github.com/boinkor-net/governor) | `0.6.3` | `0.10.4` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.5` | `1.1.9` |
| [askama](https://github.com/askama-rs/askama) | `0.13.1` | `0.15.5` |
| [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) | `0.13.0` | `0.13.2` |
| [proptest](https://github.com/proptest-rs/proptest) | `1.9.0` | `1.10.0` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.23.0` | `3.27.0` |
| [criterion](https://github.com/criterion-rs/criterion.rs) | `0.7.0` | `0.8.2` |
| [lru](https://github.com/jeromefroe/lru-rs) | `0.16.2` | `0.16.3` |
| [tar](https://github.com/alexcrichton/tar-rs) | `0.4.44` | `0.4.45` |
| [zip](https://github.com/zip-rs/zip2) | `7.0.0` | `8.3.1` |
| [once_cell](https://github.com/matklad/once_cell) | `1.21.3` | `1.21.4` |
| [regex](https://github.com/rust-lang/regex) | `1.12.2` | `1.12.3` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.26` | `0.13.2` |
| [indicatif](https://github.com/console-rs/indicatif) | `0.17.11` | `0.18.4` |
| [console](https://github.com/console-rs/console) | `0.15.11` | `0.16.3` |
| [url](https://github.com/servo/rust-url) | `2.5.7` | `2.5.8` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.42` | `0.4.44` |



Updates `commonware-broadcast` from 0.0.63 to 2026.3.0
- [Release notes](https://github.com/commonwarexyz/monorepo/releases)
- [Commits](commonwarexyz/monorepo@v0.0.63...v2026.3.0)

Updates `commonware-codec` from 0.0.63 to 2026.3.0
- [Release notes](https://github.com/commonwarexyz/monorepo/releases)
- [Commits](commonwarexyz/monorepo@v0.0.63...v2026.3.0)

Updates `commonware-consensus` from 0.0.63 to 2026.3.0
- [Release notes](https://github.com/commonwarexyz/monorepo/releases)
- [Commits](commonwarexyz/monorepo@v0.0.63...v2026.3.0)

Updates `commonware-cryptography` from 0.0.63 to 2026.3.0
- [Release notes](https://github.com/commonwarexyz/monorepo/releases)
- [Commits](commonwarexyz/monorepo@v0.0.63...v2026.3.0)

Updates `commonware-deployer` from 0.0.63 to 2026.3.0
- [Release notes](https://github.com/commonwarexyz/monorepo/releases)
- [Commits](commonwarexyz/monorepo@v0.0.63...v2026.3.0)

Updates `commonware-macros` from 0.0.63 to 2026.3.0
- [Release notes](https://github.com/commonwarexyz/monorepo/releases)
- [Commits](commonwarexyz/monorepo@v0.0.63...v2026.3.0)

Updates `commonware-p2p` from 0.0.63 to 2026.3.0
- [Release notes](https://github.com/commonwarexyz/monorepo/releases)
- [Commits](commonwarexyz/monorepo@v0.0.63...v2026.3.0)

Updates `commonware-resolver` from 0.0.63 to 2026.3.0
- [Release notes](https://github.com/commonwarexyz/monorepo/releases)
- [Commits](commonwarexyz/monorepo@v0.0.63...v2026.3.0)

Updates `commonware-runtime` from 0.0.63 to 2026.3.0
- [Release notes](https://github.com/commonwarexyz/monorepo/releases)
- [Commits](commonwarexyz/monorepo@v0.0.63...v2026.3.0)

Updates `commonware-storage` from 0.0.63 to 2026.3.0
- [Release notes](https://github.com/commonwarexyz/monorepo/releases)
- [Commits](commonwarexyz/monorepo@v0.0.63...v2026.3.0)

Updates `commonware-stream` from 0.0.63 to 2026.3.0
- [Release notes](https://github.com/commonwarexyz/monorepo/releases)
- [Commits](commonwarexyz/monorepo@v0.0.63...v2026.3.0)

Updates `commonware-utils` from 0.0.63 to 2026.3.0
- [Release notes](https://github.com/commonwarexyz/monorepo/releases)
- [Commits](commonwarexyz/monorepo@v0.0.63...v2026.3.0)

Updates `tower` from 0.5.2 to 0.5.3
- [Release notes](https://github.com/tower-rs/tower/releases)
- [Commits](tower-rs/tower@tower-0.5.2...tower-0.5.3)

Updates `serde_json` from 1.0.146 to 1.0.149
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.146...v1.0.149)

Updates `thiserror` from 2.0.17 to 2.0.18
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.17...2.0.18)

Updates `anyhow` from 1.0.100 to 1.0.102
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.100...1.0.102)

Updates `futures` from 0.3.31 to 0.3.32
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.31...0.3.32)

Updates `futures-util` from 0.3.31 to 0.3.32
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.31...0.3.32)

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

Updates `bytes` from 1.11.0 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.11.0...v1.11.1)

Updates `rand` from 0.8.5 to 0.9.2
- [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.2)

Updates `clap` from 4.5.53 to 4.5.60
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.53...clap_complete-v4.5.60)

Updates `uuid` from 1.19.0 to 1.22.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.19.0...v1.22.0)

Updates `governor` from 0.6.3 to 0.10.4
- [Release notes](https://github.com/boinkor-net/governor/releases)
- [Changelog](https://github.com/boinkor-net/governor/blob/master/release.toml)
- [Commits](boinkor-net/governor@v0.6.3...v0.10.4)

Updates `flate2` from 1.1.5 to 1.1.9
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.1.5...1.1.9)

Updates `askama` from 0.13.1 to 0.15.5
- [Release notes](https://github.com/askama-rs/askama/releases)
- [Commits](askama-rs/askama@v0.13.1...v0.15.5)

Updates `pulldown-cmark` from 0.13.0 to 0.13.2
- [Release notes](https://github.com/raphlinus/pulldown-cmark/releases)
- [Commits](pulldown-cmark/pulldown-cmark@v0.13.0...v0.13.2)

Updates `proptest` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md)
- [Commits](proptest-rs/proptest@v1.9.0...v1.10.0)

Updates `tempfile` from 3.23.0 to 3.27.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.23.0...v3.27.0)

Updates `criterion` from 0.7.0 to 0.8.2
- [Release notes](https://github.com/criterion-rs/criterion.rs/releases)
- [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](criterion-rs/criterion.rs@criterion-plot-v0.7.0...criterion-v0.8.2)

Updates `lru` from 0.16.2 to 0.16.3
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.16.2...0.16.3)

Updates `tar` from 0.4.44 to 0.4.45
- [Commits](composefs/tar-rs@0.4.44...0.4.45)

Updates `zip` from 7.0.0 to 8.3.1
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](zip-rs/zip2@v7.0.0...v8.3.1)

Updates `once_cell` from 1.21.3 to 1.21.4
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.21.3...v1.21.4)

Updates `regex` from 1.12.2 to 1.12.3
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.12.2...1.12.3)

Updates `reqwest` from 0.12.26 to 0.13.2
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.26...v0.13.2)

Updates `indicatif` from 0.17.11 to 0.18.4
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](console-rs/indicatif@0.17.11...0.18.4)

Updates `console` from 0.15.11 to 0.16.3
- [Release notes](https://github.com/console-rs/console/releases)
- [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md)
- [Commits](console-rs/console@0.15.11...0.16.3)

Updates `url` from 2.5.7 to 2.5.8
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.7...v2.5.8)

Updates `chrono` from 0.4.42 to 0.4.44
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.42...v0.4.44)

---
updated-dependencies:
- dependency-name: commonware-broadcast
  dependency-version: 2026.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: commonware-codec
  dependency-version: 2026.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: commonware-consensus
  dependency-version: 2026.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: commonware-cryptography
  dependency-version: 2026.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: commonware-deployer
  dependency-version: 2026.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: commonware-macros
  dependency-version: 2026.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: commonware-p2p
  dependency-version: 2026.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: commonware-resolver
  dependency-version: 2026.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: commonware-runtime
  dependency-version: 2026.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: commonware-storage
  dependency-version: 2026.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: commonware-stream
  dependency-version: 2026.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: commonware-utils
  dependency-version: 2026.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: tower
  dependency-version: 0.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde_json
  dependency-version: 1.0.149
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: thiserror
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: anyhow
  dependency-version: 1.0.102
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: futures
  dependency-version: 0.3.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: futures-util
  dependency-version: 0.3.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: tracing-subscriber
  dependency-version: 0.3.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: bytes
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: rand
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: clap
  dependency-version: 4.5.60
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: uuid
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: governor
  dependency-version: 0.10.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: flate2
  dependency-version: 1.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: askama
  dependency-version: 0.15.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: pulldown-cmark
  dependency-version: 0.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: proptest
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: tempfile
  dependency-version: 3.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: criterion
  dependency-version: 0.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: lru
  dependency-version: 0.16.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: tar
  dependency-version: 0.4.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: zip
  dependency-version: 8.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: once_cell
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: regex
  dependency-version: 1.12.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: reqwest
  dependency-version: 0.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: indicatif
  dependency-version: 0.18.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: console
  dependency-version: 0.16.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: url
  dependency-version: 2.5.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: chrono
  dependency-version: 0.4.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 21, 2026

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants