Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the patch-updates group with 11 updates in the / directory:

Package From To
chrono 0.4.40 0.4.41
clap 4.5.37 4.5.38
clap_complete 4.5.47 4.5.50
hickory-resolver 0.25.1 0.25.2
sha2 0.10.8 0.10.9
tokio-util 0.7.14 0.7.15
toml 0.8.20 0.8.22
uniffi 0.29.1 0.29.2
tendermint 0.40.3 0.40.4
tendermint-rpc 0.40.3 0.40.4
indexed_db_futures 0.6.1 0.6.4

Updates chrono from 0.4.40 to 0.4.41

Release notes

Sourced from chrono's releases.

v0.4.41

What's Changed

Commits
  • d1de1d9 Bump version to 0.4.41
  • e2bd1d1 Add support for lenient format strings (#1693)
  • 2c95b0a Tweak expression to avoid repetition
  • ebeef99 TimeZone::from_posix_tz: Treat empty TZ variable as UTC
  • dc068f0 Tweak style on NaiveWeek fixes
  • b267a4f Implemented consistent Hash and Eq trait for NaiveWeek
  • 7c0bd13 Apply suggestions from clippy 1.86
  • 104cdc7 Bump MSRV to 1.62
  • 6a85301 Upgrade to windows-bindgen 0.61
  • 265c79b Tweak WeekdaySet method order
  • Additional commits viewable in compare view

Updates clap from 4.5.37 to 4.5.38

Release notes

Sourced from clap's releases.

v4.5.38

[4.5.38] - 2025-05-11

Fixes

  • (help) When showing aliases, include leading -- or -
Changelog

Sourced from clap's changelog.

[4.5.38] - 2025-05-11

Fixes

  • (help) When showing aliases, include leading -- or -
Commits
  • 2920fb0 chore: Release
  • 8902627 docs: Update changelog
  • 79d696f Merge pull request #5813 from epage/ignore
  • 479df35 fix(parser): Fill in defaults on ignored error
  • a1d69ca refactor(parser): Split up parsing from post-processing
  • 6827841 test(parser): Show bad ignore_errors defaulting case
  • 76d0049 test(parser): Verify defaulting on errors
  • 3f5c05c test(parser): Ensure we are actually testing ignore_errors
  • ba4745d chore(ci): Fix use of permissions
  • 22944b4 chore(ci): Use matrix for tracking the runner
  • Additional commits viewable in compare view

Updates clap_complete from 4.5.47 to 4.5.50

Commits
  • d8acd47 chore: Release
  • 7c2b8d9 docs: Update changelog
  • e69a2ea Merge pull request #5987 from mernen/fix-bash-comp-words-loop
  • e03cc2e Merge pull request #5988 from cordx56/fix-builder-custom-version-docs
  • 5ab2579 fix: Minor fix for builder docs about version
  • 2f66432 fix(complete): Only parse arguments before current
  • 4d9d210 test(complete): Illustrate current behavior in Bash
  • 6abe2f8 chore: Release
  • d5c7454 docs: Update changelog
  • 5b2e960 Merge pull request #5985 from mernen/bash-cur
  • Additional commits viewable in compare view

Updates hickory-resolver from 0.25.1 to 0.25.2

Release notes

Sourced from hickory-resolver's releases.

0.25.2

What's Changed

... (truncated)

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

Updates sha2 from 0.10.8 to 0.10.9

Commits

Updates tokio-util from 0.7.14 to 0.7.15

Commits

Updates toml from 0.8.20 to 0.8.22

Commits
  • 6922da3 chore: Release
  • fbf0a92 docs: Update changelog
  • 83588b3 Merge pull request #878 from epage/w1
  • eeb885c fix(serde): Skip fields with newtypes wrapping None
  • 3c305c7 test(serde): Show NewType(None) behavior
  • 7bd5eaf test(serde): Group None tests
  • 388cfa3 chore(deps): Update toml-test (#877)
  • a025b84 refactor(edit): Change ser none tracking to mut field
  • 54666ad docs(write): Add guidance
  • 13cf518 refactor(edit): Bypass a layer of abstraction in ser
  • Additional commits viewable in compare view

Updates uniffi from 0.29.1 to 0.29.2

Changelog

Sourced from uniffi's changelog.

v0.29.2 (backend crates: v0.29.2) - (2025-05-05)

What's fixed?

  • Allow uniffi_reexport_scaffolding! macro to work in Rust 2024 (#2476)

  • Python: fix issues with unusual name capitalization, (#2464)

  • Swift bindings can now generate automatic conformance to the CaseIterable protocol for simple enums and errors using generate_case_iterable_conformance = true in the configuration.

  • Swift bindings can now generate automatic conformance to the Codable protocol for records, enums and errors using generate_codable_conformance = true in the configuration. Be aware that serialization in Swift may lead to different and incompatible results compared to serialization in Rust.

All changes in v0.29.2.

Commits

Updates uniffi_build from 0.29.1 to 0.29.2

Changelog

Sourced from uniffi_build's changelog.

v0.29.2 (backend crates: v0.29.2) - (2025-05-05)

What's fixed?

  • Allow uniffi_reexport_scaffolding! macro to work in Rust 2024 (#2476)

  • Python: fix issues with unusual name capitalization, (#2464)

  • Swift bindings can now generate automatic conformance to the CaseIterable protocol for simple enums and errors using generate_case_iterable_conformance = true in the configuration.

  • Swift bindings can now generate automatic conformance to the Codable protocol for records, enums and errors using generate_codable_conformance = true in the configuration. Be aware that serialization in Swift may lead to different and incompatible results compared to serialization in Rust.

All changes in v0.29.2.

Commits

Updates tendermint from 0.40.3 to 0.40.4

Release notes

Sourced from tendermint's releases.

v0.40.4

See the CHANGELOG for this release.

Changelog

Sourced from tendermint's changelog.

v0.40.4

May 5th, 2025

BUG FIXES

  • [tendermint-proto] Intoduce CowStr deserializer. (#1474, #1475)
  • [tendermint] Fix deserialization from serde_json::Value. (#1474, #1475)
  • [tendermint-rpc] Fix deserialization of data field in ResultBroadcastTx (#1500)
Commits
  • d8c361e Release v0.40.4 (#1503)
  • 6ed5c8d chore: Deserialize data field of broadcast tx response as hex bytes (#1501)
  • a38e9f5 fix(tendermint): Fix deserialization from serde_json::Value (#1475)
  • 7c72bb8 fix(clap): migrate deprecated #[clap(...)] usages to #[arg(...)] and #[comma...
  • 71c9460 typo in README.md (#1486)
  • 814c390 docs(pbt-gen): update RFC3339 links
  • 4974e0a docs: add missing changelog for v0.40.2 (#1498)
  • See full diff in compare view

Updates tendermint-rpc from 0.40.3 to 0.40.4

Release notes

Sourced from tendermint-rpc's releases.

v0.40.4

See the CHANGELOG for this release.

Changelog

Sourced from tendermint-rpc's changelog.

v0.40.4

May 5th, 2025

BUG FIXES

  • [tendermint-proto] Intoduce CowStr deserializer. (#1474, #1475)
  • [tendermint] Fix deserialization from serde_json::Value. (#1474, #1475)
  • [tendermint-rpc] Fix deserialization of data field in ResultBroadcastTx (#1500)
Commits
  • d8c361e Release v0.40.4 (#1503)
  • 6ed5c8d chore: Deserialize data field of broadcast tx response as hex bytes (#1501)
  • a38e9f5 fix(tendermint): Fix deserialization from serde_json::Value (#1475)
  • 7c72bb8 fix(clap): migrate deprecated #[clap(...)] usages to #[arg(...)] and #[comma...
  • 71c9460 typo in README.md (#1486)
  • 814c390 docs(pbt-gen): update RFC3339 links
  • 4974e0a docs: add missing changelog for v0.40.2 (#1498)
  • See full diff in compare view

Updates indexed_db_futures from 0.6.1 to 0.6.4

Release notes

Sourced from indexed_db_futures's releases.

v0.6.4

🔗 Documentation

  • feba746ba6d8b01edb7a2babf8a34de8cb3b2b75 Fix & test outdated examples #58

🔗 CI & Build

  • f632d1102ff9e9b814c9a3dd7361d38a04487862 Notify closed issues using environment API token

2 commits since the previous release, v0.6.3.

- Your friendly neighbourhood 🤖 semantic release bot

v0.6.3

🔗 Bug Fixes

🔗 CI & Build

  • 05ce034be097e7ae02ff314b982e263594419849 Fix CI not testing for MSRV 1.75.0
  • 31f8b353dbdbc3cb3d37cb11cc00c967131b80be Disable Safari tests
  • 747b32728c2c1537e2fd943687c01e8bd8a8dddb Refactor release pipeline

4 commits since the previous release, v0.6.2.

- Your friendly neighbourhood 🤖 semantic release bot

v0.6.2

🔗 Bug Fixes

  • d518f682d5f9c011b07d9a99eb40b7802b5327a4 Fixed a race condition in cursors #52

🔗 Maintenance

  • 3b383a20abee094f0db1652ed5a16aa3b37b65ef Update license year

🔗 CI & Build

  • a188a154ee41f2ac019cd0ba6ede487a597266ef Add test commit type
  • 851983ee2b3e96867218e927d20744d4d844f1e0 Add test commit type to changelog generator
  • 4b95806ad39895af46396ee397af7cb0dc2b291d Add CONTRIBUTING.md

5 commits since the previous release, v0.6.1.

... (truncated)

Commits
  • abf8ddc Bump version to v0.6.4
  • feba746 docs: Fix & test outdated examples
  • f632d11 ci: Notify closed issues using environment API token
  • 55a9f85 Bump version to v0.6.3
  • 747b327 ci: Refactor release pipeline
  • 31f8b35 ci: Disable Safari tests
  • 05ce034 ci: Fix CI not testing for MSRV 1.75.0
  • 2672878 fix: Fix msrv regression
  • 072c13e Bump version to v0.6.2
  • d518f68 fix: Fixed a race condition in cursors
  • Additional commits viewable in compare view

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

This change is Reviewable

…updates

Bumps the patch-updates group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [chrono](https://github.com/chronotope/chrono) | `0.4.40` | `0.4.41` |
| [clap](https://github.com/clap-rs/clap) | `4.5.37` | `4.5.38` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.47` | `4.5.50` |
| [hickory-resolver](https://github.com/hickory-dns/hickory-dns) | `0.25.1` | `0.25.2` |
| [sha2](https://github.com/RustCrypto/hashes) | `0.10.8` | `0.10.9` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.14` | `0.7.15` |
| [toml](https://github.com/toml-rs/toml) | `0.8.20` | `0.8.22` |
| [uniffi](https://github.com/mozilla/uniffi-rs) | `0.29.1` | `0.29.2` |
| [tendermint](https://github.com/informalsystems/tendermint-rs) | `0.40.3` | `0.40.4` |
| [tendermint-rpc](https://github.com/informalsystems/tendermint-rs) | `0.40.3` | `0.40.4` |
| [indexed_db_futures](https://github.com/Alorel/rust-indexed-db) | `0.6.1` | `0.6.4` |



Updates `chrono` from 0.4.40 to 0.4.41
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.40...v0.4.41)

Updates `clap` from 4.5.37 to 4.5.38
- [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.37...clap_complete-v4.5.38)

Updates `clap_complete` from 4.5.47 to 4.5.50
- [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.47...clap_complete-v4.5.50)

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

Updates `sha2` from 0.10.8 to 0.10.9
- [Commits](RustCrypto/hashes@sha2-v0.10.8...sha2-v0.10.9)

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

Updates `toml` from 0.8.20 to 0.8.22
- [Commits](toml-rs/toml@toml-v0.8.20...toml-v0.8.22)

Updates `uniffi` from 0.29.1 to 0.29.2
- [Changelog](https://github.com/mozilla/uniffi-rs/blob/v0.29.2/CHANGELOG.md)
- [Commits](mozilla/uniffi-rs@v0.29.1...v0.29.2)

Updates `uniffi_build` from 0.29.1 to 0.29.2
- [Changelog](https://github.com/mozilla/uniffi-rs/blob/v0.29.2/CHANGELOG.md)
- [Commits](mozilla/uniffi-rs@v0.29.1...v0.29.2)

Updates `tendermint` from 0.40.3 to 0.40.4
- [Release notes](https://github.com/informalsystems/tendermint-rs/releases)
- [Changelog](https://github.com/cometbft/tendermint-rs/blob/main/CHANGELOG.md)
- [Commits](cometbft/tendermint-rs@v0.40.3...v0.40.4)

Updates `tendermint-rpc` from 0.40.3 to 0.40.4
- [Release notes](https://github.com/informalsystems/tendermint-rs/releases)
- [Changelog](https://github.com/cometbft/tendermint-rs/blob/main/CHANGELOG.md)
- [Commits](cometbft/tendermint-rs@v0.40.3...v0.40.4)

Updates `indexed_db_futures` from 0.6.1 to 0.6.4
- [Release notes](https://github.com/Alorel/rust-indexed-db/releases)
- [Commits](Alorel/rust-indexed-db@v0.6.1...v0.6.4)

---
updated-dependencies:
- dependency-name: chrono
  dependency-version: 0.4.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: clap
  dependency-version: 4.5.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: clap_complete
  dependency-version: 4.5.50
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: hickory-resolver
  dependency-version: 0.25.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: sha2
  dependency-version: 0.10.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: tokio-util
  dependency-version: 0.7.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: toml
  dependency-version: 0.8.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: uniffi
  dependency-version: 0.29.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: uniffi_build
  dependency-version: 0.29.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: tendermint
  dependency-version: 0.40.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: tendermint-rpc
  dependency-version: 0.40.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: indexed_db_futures
  dependency-version: 0.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

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 May 12, 2025
@vercel
Copy link

vercel bot commented May 12, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nym-explorer-v2 ❌ Failed (Inspect) May 12, 2025 10:55am
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-nextra ⬜️ Ignored (Inspect) Visit Preview May 12, 2025 10:55am
nym-next-explorer ⬜️ Ignored (Inspect) Visit Preview May 12, 2025 10:55am

@jstuczyn jstuczyn added this to the Brie milestone May 13, 2025
@jstuczyn jstuczyn merged commit c8331f4 into develop May 13, 2025
11 of 16 checks passed
@jstuczyn jstuczyn deleted the dependabot/cargo/patch-updates-a35295ce91 branch May 13, 2025 15:24
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.

3 participants