Skip to content

Build(deps): bump the all-dependencies group with 13 updates#25

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/all-dependencies-346663b609
Open

Build(deps): bump the all-dependencies group with 13 updates#25
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/all-dependencies-346663b609

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the all-dependencies group with 13 updates:

Package From To
log 0.4.29 0.4.30
cln-plugin 0.6.0 0.7.0
cln-rpc 0.6.0 0.7.0
serde_json 1.0.149 1.0.150
base58ck 0.1.0 0.1.100
bitcoin-io 0.1.4 0.1.100
bitcoin-units 0.1.3 0.1.100
bitcoin_hashes 0.14.1 0.14.100
bumpalo 3.20.2 3.20.3
either 1.15.0 1.16.0
http 1.4.0 1.4.1
nostr 0.44.2 0.44.3
nostr-relay-pool 0.44.0 0.44.1

Updates log from 0.4.29 to 0.4.30

Release notes

Sourced from log's releases.

0.4.30

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.29...0.4.30

Notable Changes

Changelog

Sourced from log's changelog.

[0.4.30] - 2026-05-21

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.29...0.4.30

Notable Changes

Commits
  • 9c55760 Merge pull request #725 from rust-lang/cargo/0.4.30
  • d1acb05 update docs on current MSRV and note latest bump in changelog
  • 5068293 prepare for 0.4.30 release
  • 7ccd873 Merge pull request #724 from rust-lang/feat/net-to-value
  • 923dfaa fix up test cfgs
  • ecb7de8 gate net value impls on std
  • 67bb4f6 run fmt
  • 25f49fe rework net type capturing
  • 7087dcb feat: impl ToValue for core::net types
  • 67bc7e3 Merge pull request #723 from woodruffw-forks/ww/ci
  • Additional commits viewable in compare view

Updates cln-plugin from 0.6.0 to 0.7.0

Release notes

Sourced from cln-plugin's releases.

v0.7.0: Actually an Altcoin

We're pleased to announce c-lightning 0.7, named by Mark Beckwith.

Highlights for Users

  • Plugins are here, with frameworks for C, Python and Go! Write your own cool extensions!
  • Much better pay implementation (a plugin!) will folllow route hints, give ongoing paystatus.
  • All amount parameters take 'msat', 'sat', or 'btc' to avoid satoshi/millisatoshi confusion.
  • If your node ran out of memory with gossipd consuming 100% CPU, that and several other crashes are fixed!
  • Reproducible builds for Ubuntu, based on Ubuntu 18.04.1.

Highlights for the network

  • option_dataloss_protect fixed and reenabled for everyone.
  • We accept some known lnd protocol oddities rather than spitting the dummy and closing the channel.
  • You can no longer make unpayable "wumbo" invoices.

More details can be found in the https://github.com/ElementsProject/lightning/blob/v0.7.0/CHANGELOG.md:

Contributions

We're grateful for all the bug reports and suggestions and your patience as we sometimes struggled to address them: please keep them coming!

Since 0.6.3 we've had 284 commits from 16 different authors, 5 of whom were first-time c-lightning contributors:

  • Alekos Filini
  • fanquake
  • Michael Schmoock
  • Rene Pickhardt
  • @​wailo

That's comparable with the last release, but in 7 weeks instead of 10: kudos!

Cheers, Rusty, Christian and ZmnSCPxj.

v0.6.3: The Smallblock Conspiracy

We're pleased to announce c-lightning 0.6.3, named by @​molxyz and @​ctrlbreak.

We highly recommend you upgrade to this release soon; it fixes a crashing bug which has been plaguing multiple users (reproduced and verified fixed by our intrepid release-namers above).

Highlights for Users

  • Private channel creation support.
  • option_dataloss_protect temporarily disabled, as it seems incompatible with lnd in some cases.
  • Better handling of less common BOLT11 invoices.
  • Less crashy!
  • Alpha release of plugin support (use ./configure --enable-plugins), so you can extend your node's capabilities (see https://github.com/ElementsProject/lightning/blob/master/doc/plugins.md)

Highlights for the network

... (truncated)

Changelog

Sourced from cln-plugin's changelog.

[0.7.0] - 2019-02-28: "Actually an Altcoin"

This release was named by Mark Beckwith @​wythe.

Added

  • plugins: fully enabled, and ready for you to write some!
  • plugins: pay is now a plugin.
  • protocol: pay will now use routehints in invoices if it needs to.
  • build: reproducible source zipfile and Ubuntu 18.04.1 build.
  • JSON API: New command paystatus gives detailed information on pay commands.
  • JSON API: getroute, invoice, sendpay and pay commands msatoshi parameter can have suffixes msat, sat (optionally with 3 decimals) or btc (with 1 to 11 decimal places).
  • JSON API: fundchannel and withdraw commands satoshi parameter can have suffixes msat (must end in 000), sat or btc (with 1 to 8 decimal places).
  • JSON API: decodepay, getroute, sendpay, pay, listpeers, listfunds, listchannels and all invoice commands now return an amount_msat field which has an msat suffix.
  • JSON API: listfunds channels now has _msat fields for each existing raw amount field, with msat suffix.
  • JSON API: waitsendpay now has an erring_direction field.
  • JSON API: listpeers now has a direction field in channels.
  • JSON API: listchannels now takes a source option to filter by node id.
  • JSON API: getroute riskfactor argument is simplified; pay now defaults to setting it to 10.
  • JSON API: sendpay now takes a bolt11 field, and it's returned in listpayments and waitsendpay.
  • JSON API: fundchannel and withdraw now have a new parameter minconf that limits coinselection to outputs that have at least minconf confirmations (default 1). (#2380)
  • JSON API: listfunds now displays addresses for all outputs owned by the wallet (#2387)
  • JSON API: waitsendpay and sendpay output field label as specified by sendpay call.
  • JSON API: listpays command for higher-level payment view than listpayments, especially important with multi-part-payments coming.
  • JSON API: listpayments is now listsendpays.
  • lightning-cli: help <cmd> finds man pages even if make install not run.
  • pylightning: New class 'Millisatoshi' can be used for JSON API, and new '_msat' fields are turned into this on reading.

Changed

  • protocol: option_data_loss_protect is now enabled by default.
  • JSON API: The short_channel_id separator has been changed to be x to match the specification.
  • JSON API: listpeers now includes funding_allocation_msat, which returns a map of the amounts initially funded to the channel by each peer, indexed by channel id.
  • JSON API: help with a command argument gives a JSON array, like other commands.
  • JSON API: sendpay description parameter is renamed label.
  • JSON API: pay now takes an optional label parameter for labelling payments, in place of never-used description.
  • build: we'll use the system libbase58 and libsodium if found suitable.

Deprecated

Note: You should always set allow-deprecated-apis=false to test for changes.

We recommend that you transition to the reading the new JSON _msat fields for your own sanity checking, and that you similarly

... (truncated)

Commits
  • 4a11bc0 CHANGELOG.md: v0.7.0
  • 73c0269 tools/built-release.sh: fix archives we produce.
  • 1da8e49 doc: fill in parameters in getroute manpage.
  • a988ed7 doc/REPRODUCIBLE.md: describe to do reproducible builds.
  • 2e129dd Installing the Pay plugin in Dockerfile
  • 3044516 CHANGELOG.md: update for rc3.
  • 66efcfa tools/repro-build.sh: do not turn on address-sanitizer by default.
  • d98fb0f configure: remove bashism.
  • 02faadf amount: make it work with gcc-4.8.
  • a3bac88 travis: add a test that we compile under gcc-4.8 (CentOS!)
  • Additional commits viewable in compare view

Updates cln-rpc from 0.6.0 to 0.7.0

Release notes

Sourced from cln-rpc's releases.

v0.7.0: Actually an Altcoin

We're pleased to announce c-lightning 0.7, named by Mark Beckwith.

Highlights for Users

  • Plugins are here, with frameworks for C, Python and Go! Write your own cool extensions!
  • Much better pay implementation (a plugin!) will folllow route hints, give ongoing paystatus.
  • All amount parameters take 'msat', 'sat', or 'btc' to avoid satoshi/millisatoshi confusion.
  • If your node ran out of memory with gossipd consuming 100% CPU, that and several other crashes are fixed!
  • Reproducible builds for Ubuntu, based on Ubuntu 18.04.1.

Highlights for the network

  • option_dataloss_protect fixed and reenabled for everyone.
  • We accept some known lnd protocol oddities rather than spitting the dummy and closing the channel.
  • You can no longer make unpayable "wumbo" invoices.

More details can be found in the https://github.com/ElementsProject/lightning/blob/v0.7.0/CHANGELOG.md:

Contributions

We're grateful for all the bug reports and suggestions and your patience as we sometimes struggled to address them: please keep them coming!

Since 0.6.3 we've had 284 commits from 16 different authors, 5 of whom were first-time c-lightning contributors:

  • Alekos Filini
  • fanquake
  • Michael Schmoock
  • Rene Pickhardt
  • @​wailo

That's comparable with the last release, but in 7 weeks instead of 10: kudos!

Cheers, Rusty, Christian and ZmnSCPxj.

v0.6.3: The Smallblock Conspiracy

We're pleased to announce c-lightning 0.6.3, named by @​molxyz and @​ctrlbreak.

We highly recommend you upgrade to this release soon; it fixes a crashing bug which has been plaguing multiple users (reproduced and verified fixed by our intrepid release-namers above).

Highlights for Users

  • Private channel creation support.
  • option_dataloss_protect temporarily disabled, as it seems incompatible with lnd in some cases.
  • Better handling of less common BOLT11 invoices.
  • Less crashy!
  • Alpha release of plugin support (use ./configure --enable-plugins), so you can extend your node's capabilities (see https://github.com/ElementsProject/lightning/blob/master/doc/plugins.md)

Highlights for the network

... (truncated)

Changelog

Sourced from cln-rpc's changelog.

[0.7.0] - 2019-02-28: "Actually an Altcoin"

This release was named by Mark Beckwith @​wythe.

Added

  • plugins: fully enabled, and ready for you to write some!
  • plugins: pay is now a plugin.
  • protocol: pay will now use routehints in invoices if it needs to.
  • build: reproducible source zipfile and Ubuntu 18.04.1 build.
  • JSON API: New command paystatus gives detailed information on pay commands.
  • JSON API: getroute, invoice, sendpay and pay commands msatoshi parameter can have suffixes msat, sat (optionally with 3 decimals) or btc (with 1 to 11 decimal places).
  • JSON API: fundchannel and withdraw commands satoshi parameter can have suffixes msat (must end in 000), sat or btc (with 1 to 8 decimal places).
  • JSON API: decodepay, getroute, sendpay, pay, listpeers, listfunds, listchannels and all invoice commands now return an amount_msat field which has an msat suffix.
  • JSON API: listfunds channels now has _msat fields for each existing raw amount field, with msat suffix.
  • JSON API: waitsendpay now has an erring_direction field.
  • JSON API: listpeers now has a direction field in channels.
  • JSON API: listchannels now takes a source option to filter by node id.
  • JSON API: getroute riskfactor argument is simplified; pay now defaults to setting it to 10.
  • JSON API: sendpay now takes a bolt11 field, and it's returned in listpayments and waitsendpay.
  • JSON API: fundchannel and withdraw now have a new parameter minconf that limits coinselection to outputs that have at least minconf confirmations (default 1). (#2380)
  • JSON API: listfunds now displays addresses for all outputs owned by the wallet (#2387)
  • JSON API: waitsendpay and sendpay output field label as specified by sendpay call.
  • JSON API: listpays command for higher-level payment view than listpayments, especially important with multi-part-payments coming.
  • JSON API: listpayments is now listsendpays.
  • lightning-cli: help <cmd> finds man pages even if make install not run.
  • pylightning: New class 'Millisatoshi' can be used for JSON API, and new '_msat' fields are turned into this on reading.

Changed

  • protocol: option_data_loss_protect is now enabled by default.
  • JSON API: The short_channel_id separator has been changed to be x to match the specification.
  • JSON API: listpeers now includes funding_allocation_msat, which returns a map of the amounts initially funded to the channel by each peer, indexed by channel id.
  • JSON API: help with a command argument gives a JSON array, like other commands.
  • JSON API: sendpay description parameter is renamed label.
  • JSON API: pay now takes an optional label parameter for labelling payments, in place of never-used description.
  • build: we'll use the system libbase58 and libsodium if found suitable.

Deprecated

Note: You should always set allow-deprecated-apis=false to test for changes.

We recommend that you transition to the reading the new JSON _msat fields for your own sanity checking, and that you similarly

... (truncated)

Commits
  • 4a11bc0 CHANGELOG.md: v0.7.0
  • 73c0269 tools/built-release.sh: fix archives we produce.
  • 1da8e49 doc: fill in parameters in getroute manpage.
  • a988ed7 doc/REPRODUCIBLE.md: describe to do reproducible builds.
  • 2e129dd Installing the Pay plugin in Dockerfile
  • 3044516 CHANGELOG.md: update for rc3.
  • 66efcfa tools/repro-build.sh: do not turn on address-sanitizer by default.
  • d98fb0f configure: remove bashism.
  • 02faadf amount: make it work with gcc-4.8.
  • a3bac88 travis: add a test that we compile under gcc-4.8 (CentOS!)
  • Additional commits viewable in compare view

Updates serde_json from 1.0.149 to 1.0.150

Release notes

Sourced from serde_json's releases.

v1.0.150

Commits
  • a1ae73a Release 1.0.150
  • 1a360b0 Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys
  • 2037b63 Reject non-string enum object keys
  • 5d30df6 Resolve manual_assert_eq pedantic clippy lint
  • dc8003a Raise required compiler for preserve_order feature to 1.85
  • a42fa98 Unpin CI miri toolchain
  • 684a60e Pin CI miri to nightly-2026-02-11
  • 7c7da33 Raise required compiler to Rust 1.71
  • acf4850 Simplify Number::is_f64
  • 6b8ceab Resolve unnecessary_map_or clippy lint
  • Additional commits viewable in compare view

Updates base58ck from 0.1.0 to 0.1.100

Commits

Updates bitcoin-io from 0.1.4 to 0.1.100

Commits

Updates bitcoin-units from 0.1.3 to 0.1.100

Commits

Updates bitcoin_hashes from 0.14.1 to 0.14.100

Commits

Updates bumpalo from 3.20.2 to 3.20.3

Changelog

Sourced from bumpalo's changelog.

3.20.3

Released 2026-05-22.

Fixed

  • Fixed the try_alloc_slice_fill_with, alloc_slice_try_fill_with, alloc_slice_fill_with methods to properly rewind the bump pointer on allocation, initialization, and panic failure and avoid wasting bump capacity.
  • Fixed a drop bug in bumpalo::collections::vec::DrainFilter (used by retain and retain_mut) when the predicate panics.

Commits

Updates either from 1.15.0 to 1.16.0

Commits
  • 8f4ecd9 Merge pull request #138 from cuviper/release-1.16.0
  • c35bb4e Release 1.16.0
  • 652486e Fix an unused import
  • c26e693 Merge pull request #137 from ronnodas/map-both
  • aa7f1d4 Add a single-ident version of map_both!
  • a706625 Format the map_both! example
  • 85b1b56 Merge pull request #128 from A4-Tacks/for-both-ident-pattern
  • 304e814 Merge pull request #127 from A4-Tacks/map-or
  • ff9e326 Apply formatting suggestions from code review
  • 71c9a91 Merge pull request #126 from A4-Tacks/is-and
  • Additional commits viewable in compare view

Updates http from 1.4.0 to 1.4.1

Release notes

Sourced from http's releases.

v1.4.1

tl;dr

  • Fix PathAndQuery::from_static() and from_shared() to reject inputs that do not start with /.
  • Fix Extend for HeaderMap to clamp max size hint and not overflow.
  • Fix header::IntoIter that could use-after-free if the generic value type could panic on drop.
  • Fix header::{IterMut, ValuesIterMut} to not violate stacked borrows.

What's Changed

New Contributors

Full Changelog: hyperium/http@v1.4.0...v1.4.1

Changelog

Sourced from http's changelog.

1.4.1 (May 25, 2026)

  • Fix PathAndQuery::from_static() and from_shared() to reject inputs that do not start with /.
  • Fix Extend for HeaderMap to clamp max size hint and not overflow.
  • Fix header::IntoIter that could use-after-free if the generic value type could panic on drop.
  • Fix header::{IterMut, ValuesIterMut} to not violate stacked borrows.
Commits
  • a24c968 v1.4.1
  • bc3b044 fix(header): use a set_len guard in IntoIter drop (#838)
  • 1b968dc fix(header): fix stacked borrows for IterMut/ValuesIterMut (#837)
  • 6e2dd42 fix: clamp Extend size hint so HeaderMap reserve cannot overflow (#833)
  • 68e0abb docs: fix typo in request builder docs (#831)
  • 29dd307 docs(extensions): rephrase internal comment (#827)
  • ae48fb5 fix(uri): reject Path::from_shared/from_static if doesn't start with slash (#...
  • 1ad200e refactor(uri): consolidate PathAndQuery::from_shared and from_static (#825)
  • d59d939 refactor: Remove usage of float instruction (#823)
  • ed680c4 tests: update to rand 0.10 (#818)
  • Additional commits viewable in compare view

Updates nostr from 0.44.2 to 0.44.3

Commits

Updates nostr-relay-pool from 0.44.0 to 0.44.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 all-dependencies group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [log](https://github.com/rust-lang/log) | `0.4.29` | `0.4.30` |
| [cln-plugin](https://github.com/ElementsProject/lightning) | `0.6.0` | `0.7.0` |
| [cln-rpc](https://github.com/ElementsProject/lightning) | `0.6.0` | `0.7.0` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` |
| [base58ck](https://github.com/rust-bitcoin/rust-bitcoin) | `0.1.0` | `0.1.100` |
| [bitcoin-io](https://github.com/rust-bitcoin/rust-bitcoin) | `0.1.4` | `0.1.100` |
| [bitcoin-units](https://github.com/rust-bitcoin/rust-bitcoin) | `0.1.3` | `0.1.100` |
| [bitcoin_hashes](https://github.com/rust-bitcoin/rust-bitcoin) | `0.14.1` | `0.14.100` |
| [bumpalo](https://github.com/fitzgen/bumpalo) | `3.20.2` | `3.20.3` |
| [either](https://github.com/rayon-rs/either) | `1.15.0` | `1.16.0` |
| [http](https://github.com/hyperium/http) | `1.4.0` | `1.4.1` |
| [nostr](https://github.com/rust-nostr/nostr) | `0.44.2` | `0.44.3` |
| [nostr-relay-pool](https://github.com/rust-nostr/nostr) | `0.44.0` | `0.44.1` |


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

Updates `cln-plugin` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/ElementsProject/lightning/releases)
- [Changelog](https://github.com/ElementsProject/lightning/blob/master/CHANGELOG.md)
- [Commits](ElementsProject/lightning@v0.6...v0.7.0)

Updates `cln-rpc` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/ElementsProject/lightning/releases)
- [Changelog](https://github.com/ElementsProject/lightning/blob/master/CHANGELOG.md)
- [Commits](ElementsProject/lightning@v0.6...v0.7.0)

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

Updates `base58ck` from 0.1.0 to 0.1.100
- [Release notes](https://github.com/rust-bitcoin/rust-bitcoin/releases)
- [Commits](rust-bitcoin/rust-bitcoin@base58ck-0.1.0...base58ck-0.1.100)

Updates `bitcoin-io` from 0.1.4 to 0.1.100
- [Release notes](https://github.com/rust-bitcoin/rust-bitcoin/releases)
- [Commits](rust-bitcoin/rust-bitcoin@bitcoin-io-0.1.4...bitcoin-io-0.1.100)

Updates `bitcoin-units` from 0.1.3 to 0.1.100
- [Release notes](https://github.com/rust-bitcoin/rust-bitcoin/releases)
- [Commits](rust-bitcoin/rust-bitcoin@bitcoin-units-0.1.3...bitcoin-units-0.1.100)

Updates `bitcoin_hashes` from 0.14.1 to 0.14.100
- [Release notes](https://github.com/rust-bitcoin/rust-bitcoin/releases)
- [Commits](rust-bitcoin/rust-bitcoin@bitcoin_hashes-0.14.1...bitcoin_hashes-0.14.100)

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

Updates `either` from 1.15.0 to 1.16.0
- [Commits](rayon-rs/either@1.15.0...1.16.0)

Updates `http` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v1.4.0...v1.4.1)

Updates `nostr` from 0.44.2 to 0.44.3
- [Commits](https://github.com/rust-nostr/nostr/commits)

Updates `nostr-relay-pool` from 0.44.0 to 0.44.1
- [Commits](https://github.com/rust-nostr/nostr/commits)

---
updated-dependencies:
- dependency-name: log
  dependency-version: 0.4.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: cln-plugin
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: cln-rpc
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: serde_json
  dependency-version: 1.0.150
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: base58ck
  dependency-version: 0.1.100
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: bitcoin-io
  dependency-version: 0.1.100
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: bitcoin-units
  dependency-version: 0.1.100
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: bitcoin_hashes
  dependency-version: 0.14.100
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: bumpalo
  dependency-version: 3.20.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: either
  dependency-version: 1.16.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: http
  dependency-version: 1.4.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: nostr
  dependency-version: 0.44.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: nostr-relay-pool
  dependency-version: 0.44.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

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 1, 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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants