Skip to content

Bump the mycelium group across 1 directory with 10 updates - #647

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/mycelium-f93c40f76a
Closed

Bump the mycelium group across 1 directory with 10 updates#647
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/mycelium-f93c40f76a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2025

Copy link
Copy Markdown
Contributor

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

Package From To
tokio 1.46.1 1.47.1
tokio-util 0.7.15 0.7.16
rand 0.9.1 0.9.2
etherparse 0.18.0 0.19.0
rustls 0.23.29 0.23.31
rcgen 0.14.2 0.14.3
netdev 0.36.0 0.37.0
tokio-tun 0.13.2 0.14.1
nix 0.29.0 0.30.1
serde_json 1.0.140 1.0.142

Updates tokio from 1.46.1 to 1.47.1

Release notes

Sourced from tokio's releases.

Tokio v1.47.1

1.47.1 (August 1st, 2025)

Fixed

  • process: fix panic from spurious pidfd wakeup (#7494)
  • sync: fix broken link of Python asyncio.Event in SetOnce docs (#7485)

#7485: tokio-rs/tokio#7485 #7494: tokio-rs/tokio#7494

Tokio v1.47.0

1.47.0 (July 25th, 2025)

This release adds poll_proceed and cooperative to the coop module for cooperative scheduling, adds SetOnce to the sync module which provides similar functionality to [std::sync::OnceLock], and adds a new method sync::Notify::notified_owned() which returns an OwnedNotified without a lifetime parameter.

Added

  • coop: add cooperative and poll_proceed (#7405)
  • sync: add SetOnce (#7418)
  • sync: add sync::Notify::notified_owned() (#7465)

Changed

  • deps: upgrade windows-sys 0.52 → 0.59 (#7117)
  • deps: update to socket2 v0.6 (#7443)
  • sync: improve AtomicWaker::wake performance (#7450)

Documented

  • metrics: fix listed feature requirements for some metrics (#7449)
  • runtime: improve safety comments of Readiness<'_> (#7415)

#7405: tokio-rs/tokio#7405 #7415: tokio-rs/tokio#7415 #7418: tokio-rs/tokio#7418 #7449: tokio-rs/tokio#7449 #7450: tokio-rs/tokio#7450 #7465: tokio-rs/tokio#7465

Commits

Updates tokio-util from 0.7.15 to 0.7.16

Commits

Updates rand from 0.9.1 to 0.9.2

Changelog

Sourced from rand's changelog.

[0.9.2 — 2025-07-20]

Deprecated

  • Deprecate rand::rngs::mock module and StepRng generator (#1634)

Additions

  • Enable WeightedIndex<usize> (de)serialization (#1646)
Commits

Updates etherparse from 0.18.0 to 0.19.0

Release notes

Sourced from etherparse's releases.

v0.19.0 Add basic ICMPv6 Neighbor Discovery Support

What's Changed

New Contributors

Full Changelog: JulianSchmid/etherparse@v0.18.2...v0.19.0

v0.18.2 Add core::error::Error implementation to non_std build

What's Changed

New Contributors

Full Changelog: JulianSchmid/etherparse@v0.18.1...v0.18.2

v0.18.1 Add LaxPacketHeader:: from_linux_sll

What's Changed

New Contributors

Full Changelog: JulianSchmid/etherparse@v0.18.0...v0.18.1

Commits
  • b76f71a Update version to 0.19.0 for etherparse
  • 9fd5758 Merge pull request #130 from JulianSchmid/coverage-fixups
  • cd9266d Add Router & Redirect ICMPv6 messages
  • e50e502 Renamed neighbour_discovery.rs to neighbor_advertisement_header.rs
  • 46b4dfb Further tests for coverage
  • d821f04 Further tests for coverage
  • 454c35c Increment version to 0.19.0
  • 79b915a Minor fixups for ICMPv6
  • 9e967ba Merge pull request #129 from thomaseizinger/feat/icmpv6-neighbour-soliciation
  • e59fc84 Add ICMPv6 neighbour solicitation
  • Additional commits viewable in compare view

Updates rustls from 0.23.29 to 0.23.31

Commits
  • 647ece1 Prepare 0.23.31
  • b2831e7 rustls-bench: short circuit single threaded tests
  • 668231f Improve testing of non-blocking complete_io()
  • 5e5d629 complete_io: make non-blocking error return reachable
  • 2a852c0 Exit complete_io loop as soon as no progress is made
  • 2f487cf rustls-test: withdraw FailsReads helper
  • 41bfb22 rustls-test: add helper for non-blocking IO tests
  • 0ccbc63 Cargo: rustls version 0.23.29 -> 0.23.30
  • 4c16f03 Fix: Do not try to call deframer on junk data
  • 6b9df65 sign: make public_key_to_spki() public
  • Additional commits viewable in compare view

Updates rcgen from 0.14.2 to 0.14.3

Release notes

Sourced from rcgen's releases.

0.14.3

What's Changed

Commits
  • 620e219 Bump rcgen to 0.14.3
  • 13abad2 Fix regression in key usage purpose encoding
  • b2d5990 docs: fix typo in PKCS_RSA_SHA384 doc comment
  • See full diff in compare view

Updates netdev from 0.36.0 to 0.37.0

Release notes

Sourced from netdev's releases.

v0.37.0

What's Changed

New Contributors

Full Changelog: shellrow/netdev@v0.36.0...v0.37.0

Commits

Updates tokio-tun from 0.13.2 to 0.14.1

Release notes

Sourced from tokio-tun's releases.

v0.14.1

Breaking Changes

  • CLOEXEC flag is set by default, use no_close_on_exec to disable it:
Tun::builder().no_close_on_exec()

v0.14.0

No release notes provided.

Commits

Updates nix from 0.29.0 to 0.30.1

Changelog

Sourced from nix's changelog.

[0.30.1] - 2025-05-04

Fixed

[0.30.0] - 2025-04-29

Added

  • Add socket option IPV6_PKTINFO for BSDs/Linux/Android, also IPV6_RECVPKTINFO for DragonFlyBSD (#2113)
  • Add fcntl's F_PREALLOCATE constant for Apple targets. (#2393)
  • Improve support for extracting the TTL / Hop Limit from incoming packets and support for DSCP (ToS / Traffic Class). (#2425)
  • Add socket option IP_TOS (nix::sys::socket::sockopt::IpTos) IPV6_TCLASS (nix::sys::socket::sockopt::Ipv6TClass) on Android/FreeBSD (#2464)
  • Add SeekData and SeekHole to Whence for hurd and apple targets (#2473)
  • Add From trait implementation between SocketAddr and Sockaddr, Sockaddr6 (#2474)
  • Added wrappers for posix_spawn API (#2475)
  • Add the support for Emscripten. (#2477)
  • Add fcntl constant F_RDADVISE for Apple target (#2480)
  • Add fcntl constant F_RDAHEAD for Apple target (#2482)
  • Add F_LOG2PHYS and F_LOG2PHYS_EXT for Apple target (#2483)
  • MAP_SHARED_VALIDATE was added for all linux targets. & MAP_SYNC was added for linux with the exclusion of mips architecures, and uclibc (#2499)
  • Add getregs()/getregset()/setregset() for Linux/musl/aarch64 (#2502)
  • Add FcntlArgs F_TRANSFEREXTENTS constant for Apple targets (#2504)
  • Add MapFlags::MAP_STACK in sys::man for netbsd (#2526)
  • Add support for libc::LOCAL_PEERTOKEN in getsockopt. (#2529)
  • Add support for syslog, openlog, closelog on all unix.

... (truncated)

Commits

Updates serde_json from 1.0.140 to 1.0.142

Release notes

Sourced from serde_json's releases.

v1.0.142

v1.0.141

Commits
  • 1731167 Release 1.0.142
  • e51c814 Touch up PR 1265
  • 84abbdb Merge pull request #1265 from aatifsyed/master
  • 6843c36 Release 1.0.141
  • 6e2c210 Touch up PR 1273
  • 623d9b4 Merge pull request #1273 from conradludgate/optimise-string-escaping
  • de70b7d use unreachable_unchecked for escape table. use a second match to roundtrip E...
  • f2d940d replace start index with bytes slice reference
  • 9206cc0 feat: impl Default for &Value
  • cd55b5a Ignore mismatched_lifetime_syntaxes 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 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

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

| Package | From | To |
| --- | --- | --- |
| [tokio](https://github.com/tokio-rs/tokio) | `1.46.1` | `1.47.1` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.15` | `0.7.16` |
| [rand](https://github.com/rust-random/rand) | `0.9.1` | `0.9.2` |
| [etherparse](https://github.com/JulianSchmid/etherparse) | `0.18.0` | `0.19.0` |
| [rustls](https://github.com/rustls/rustls) | `0.23.29` | `0.23.31` |
| [rcgen](https://github.com/rustls/rcgen) | `0.14.2` | `0.14.3` |
| [netdev](https://github.com/shellrow/netdev) | `0.36.0` | `0.37.0` |
| [tokio-tun](https://github.com/yaa110/tokio-tun) | `0.13.2` | `0.14.1` |
| [nix](https://github.com/nix-rust/nix) | `0.29.0` | `0.30.1` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.140` | `1.0.142` |



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

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

Updates `rand` from 0.9.1 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@rand_core-0.9.1...rand_core-0.9.2)

Updates `etherparse` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/JulianSchmid/etherparse/releases)
- [Changelog](https://github.com/JulianSchmid/etherparse/blob/master/changelog.md)
- [Commits](JulianSchmid/etherparse@v0.18.0...v0.19.0)

Updates `rustls` from 0.23.29 to 0.23.31
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.29...v/0.23.31)

Updates `rcgen` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/rustls/rcgen/releases)
- [Commits](rustls/rcgen@v0.14.2...v0.14.3)

Updates `netdev` from 0.36.0 to 0.37.0
- [Release notes](https://github.com/shellrow/netdev/releases)
- [Commits](shellrow/netdev@v0.36.0...v0.37.0)

Updates `tokio-tun` from 0.13.2 to 0.14.1
- [Release notes](https://github.com/yaa110/tokio-tun/releases)
- [Commits](yaa110/tokio-tun@0.13.2...0.14.1)

Updates `nix` from 0.29.0 to 0.30.1
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.29.0...v0.30.1)

Updates `serde_json` from 1.0.140 to 1.0.142
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.140...v1.0.142)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.47.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mycelium
- dependency-name: tokio-util
  dependency-version: 0.7.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mycelium
- dependency-name: rand
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mycelium
- dependency-name: etherparse
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mycelium
- dependency-name: rustls
  dependency-version: 0.23.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mycelium
- dependency-name: rcgen
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mycelium
- dependency-name: netdev
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mycelium
- dependency-name: tokio-tun
  dependency-version: 0.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mycelium
- dependency-name: nix
  dependency-version: 0.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mycelium
- dependency-name: serde_json
  dependency-version: 1.0.142
  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 dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 5, 2025
@dependabot
dependabot Bot requested a review from LeeSmet as a code owner August 5, 2025 07:08
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 5, 2025
@dependabot @github

dependabot Bot commented on behalf of github Aug 11, 2025

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 11, 2025
@dependabot
dependabot Bot deleted the dependabot/cargo/mycelium-f93c40f76a branch August 11, 2025 23:39
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