Skip to content

Bump the mycelium group across 1 directory with 5 updates#845

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/mycelium-e10fd7a569
Open

Bump the mycelium group across 1 directory with 5 updates#845
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/mycelium-e10fd7a569

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the mycelium group with 5 updates in the / directory:

Package From To
cdn-meta b5848e6 07fe343
netdev 0.43.0 0.44.0
redis 1.2.1 1.2.2
cbindgen 0.29.2 0.29.3
serde_json 1.0.149 1.0.150

Updates cdn-meta from b5848e6 to 07fe343

Commits
  • 07fe343 chore: canonicalize LICENSE
  • 258fc87 chore: canonicalize LICENSE
  • 8c94839 chore: canonicalize LICENSE
  • 1511c13 docs: align LICENSE exactly with canonical format
  • a31eee3 docs: fix LICENSE copyright format to match canonical
  • fcfed08 docs: restore complete Apache 2.0 LICENSE with appendix and copyright
  • bdcd649 docs: fix LICENSE and remove duplicate copyright from README
  • 06d1ce8 docs: update README with neutral technical framing and TF-Tech NV ownership
  • 782ca41 docs: add Apache LICENSE with TFTech NV copyright and update README with lice...
  • See full diff in compare view

Updates netdev from 0.43.0 to 0.44.0

Release notes

Sourced from netdev's releases.

v0.44.0

What's Changed

New Contributors

Full Changelog: shellrow/netdev@v0.43.0...v0.44.0

Commits
  • 5913429 Merge pull request #167 from shellrow/release
  • 0eb0895 chore: bump version to 0.44.0
  • 2dca339 chore: bump version to 0.44.0
  • 74655f9 chore: update README.md
  • 7bff193 Merge pull request #166 from shellrow/chore
  • 05be102 chore: update CI workflow checks
  • 149b725 chore: run cargo fmt
  • 6761f95 Merge pull request #165 from agent-habilis/fix/macos-corewlan-autorelease-leak
  • c256106 fix: wrap get_wifi_transmit_rate CoreWLAN query in autoreleasepool
  • 65f4aa0 Merge pull request #164 from shellrow/feat/android-enhancements
  • Additional commits viewable in compare view

Updates redis from 1.2.1 to 1.2.2

Release notes

Sourced from redis's releases.

redis-1.2.2

What's Changed

Commits

Updates cbindgen from 0.29.2 to 0.29.3

Changelog

Sourced from cbindgen's changelog.

0.29.3

  * Expose the line_endings config option to use with the builder
  * Fix doc attribute parsing to properly handle block comments
  * Check for CMSE ABI's as well
  * ci: Add a meta job to block the merge queue on it.
  * Allow `pub` access to `ReprType` fields
  * In C23 mode, define sized enums as enums rather than typedefs.
Commits
  • b5f2a97 Bump version to 0.29.3 and update CHANGES doc
  • dfae10a tests: Fix tests with modern gcc.
  • b16c1d2 Use C++ fixed-type enumeration syntax under C23 (or higher) as well
  • b68b027 Allow pub access to ReprType fields
  • See full diff 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

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 mycelium group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cdn-meta](https://github.com/threefoldtech/mycelium-cdn-registry) | ``b5848e6`` | ``07fe343`` |
| [netdev](https://github.com/shellrow/netdev) | `0.43.0` | `0.44.0` |
| [redis](https://github.com/redis-rs/redis-rs) | `1.2.1` | `1.2.2` |
| [cbindgen](https://github.com/mozilla/cbindgen) | `0.29.2` | `0.29.3` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` |



Updates `cdn-meta` from `b5848e6` to `07fe343`
- [Release notes](https://github.com/threefoldtech/mycelium-cdn-registry/releases)
- [Commits](threefoldtech/mycelium_cdn_registry@b5848e6...07fe343)

Updates `netdev` from 0.43.0 to 0.44.0
- [Release notes](https://github.com/shellrow/netdev/releases)
- [Commits](shellrow/netdev@v0.43.0...v0.44.0)

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

Updates `cbindgen` from 0.29.2 to 0.29.3
- [Release notes](https://github.com/mozilla/cbindgen/releases)
- [Changelog](https://github.com/mozilla/cbindgen/blob/main/CHANGES)
- [Commits](mozilla/cbindgen@0.29.2...v0.29.3)

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)

---
updated-dependencies:
- dependency-name: cdn-meta
  dependency-version: 07fe3430a5cbd19c328c0c0c8b64cb13404233dd
  dependency-type: direct:production
  dependency-group: mycelium
- dependency-name: netdev
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mycelium
- dependency-name: redis
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mycelium
- dependency-name: cbindgen
  dependency-version: 0.29.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mycelium
- dependency-name: serde_json
  dependency-version: 1.0.150
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mycelium
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 3, 2026
@dependabot dependabot Bot requested a review from LeeSmet as a code owner June 3, 2026 15:32
@dependabot dependabot Bot added rust Pull requests that update rust code dependencies Pull requests that update a dependency file labels Jun 3, 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