Bump the mycelium group with 3 updates

Bumps the mycelium group with 3 updates: [rustls](https://github.com/rustls/rustls), [nix](https://github.com/nix-rust/nix) and [axum](https://github.com/tokio-rs/axum).


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

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

Updates `axum` from 0.8.3 to 0.8.4
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.8.3...axum-v0.8.4)

---
updated-dependencies:
- dependency-name: rustls
  dependency-version: 0.23.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: axum
  dependency-version: 0.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mycelium
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-05-06 00:02:55 +00:00
committed by Lee Smet
parent 2687ecabc2
commit b52216f531
4 changed files with 27 additions and 13 deletions

32
Cargo.lock generated
View File

@@ -134,9 +134,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
[[package]] [[package]]
name = "axum" name = "axum"
version = "0.8.3" version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de45108900e1f9b9242f7f2e254aa3e2c029c921c258fe9e6b4217eeebd54288" checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5"
dependencies = [ dependencies = [
"axum-core", "axum-core",
"bytes", "bytes",
@@ -1402,7 +1402,8 @@ dependencies = [
"left-right", "left-right",
"libc", "libc",
"netdev", "netdev",
"nix", "nix 0.29.0",
"nix 0.30.1",
"openssl", "openssl",
"quinn", "quinn",
"rand 0.9.1", "rand 0.9.1",
@@ -1562,6 +1563,19 @@ dependencies = [
"memoffset", "memoffset",
] ]
[[package]]
name = "nix"
version = "0.30.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
dependencies = [
"bitflags",
"cfg-if",
"cfg_aliases",
"libc",
"memoffset",
]
[[package]] [[package]]
name = "nu-ansi-term" name = "nu-ansi-term"
version = "0.46.0" version = "0.46.0"
@@ -2183,7 +2197,7 @@ dependencies = [
"netlink-packet-utils", "netlink-packet-utils",
"netlink-proto", "netlink-proto",
"netlink-sys", "netlink-sys",
"nix", "nix 0.29.0",
"thiserror 1.0.69", "thiserror 1.0.69",
"tokio", "tokio",
] ]
@@ -2240,9 +2254,9 @@ dependencies = [
[[package]] [[package]]
name = "rustls" name = "rustls"
version = "0.23.26" version = "0.23.27"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0" checksum = "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321"
dependencies = [ dependencies = [
"once_cell", "once_cell",
"ring", "ring",
@@ -2263,9 +2277,9 @@ dependencies = [
[[package]] [[package]]
name = "rustls-webpki" name = "rustls-webpki"
version = "0.103.0" version = "0.103.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f" checksum = "7149975849f1abb3832b246010ef62ccc80d3a76169517ada7188252b9cfb437"
dependencies = [ dependencies = [
"ring", "ring",
"rustls-pki-types", "rustls-pki-types",
@@ -2690,7 +2704,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be25a316a2d10d0ddd46de9ddd73cdb4262678e1e52f4a32a31421f1e2b816b4" checksum = "be25a316a2d10d0ddd46de9ddd73cdb4262678e1e52f4a32a31421f1e2b816b4"
dependencies = [ dependencies = [
"libc", "libc",
"nix", "nix 0.29.0",
"thiserror 2.0.12", "thiserror 2.0.12",
"tokio", "tokio",
] ]

View File

@@ -9,7 +9,7 @@ readme = "../README.md"
message = ["mycelium/message"] message = ["mycelium/message"]
[dependencies] [dependencies]
axum = { version = "0.8.3", default-features = false, features = [ axum = { version = "0.8.4", default-features = false, features = [
"http1", "http1",
"http2", "http2",
"json", "json",

View File

@@ -9,7 +9,7 @@ readme = "../README.md"
prometheus = ["dep:axum", "dep:prometheus", "dep:tokio", "dep:tracing"] prometheus = ["dep:axum", "dep:prometheus", "dep:tokio", "dep:tracing"]
[dependencies] [dependencies]
axum = { version = "0.8.3", default-features = false, optional = true, features = [ axum = { version = "0.8.4", default-features = false, optional = true, features = [
"http1", "http1",
"http2", "http2",
"tokio", "tokio",

View File

@@ -44,7 +44,7 @@ quinn = { version = "0.11.7", default-features = false, features = [
"runtime-tokio", "runtime-tokio",
"rustls", "rustls",
] } ] }
rustls = { version = "0.23.26", default-features = false, features = ["ring"] } rustls = { version = "0.23.27", default-features = false, features = ["ring"] }
rcgen = "0.13.2" rcgen = "0.13.2"
netdev = "0.34.0" netdev = "0.34.0"
openssl = { version = "0.10.72", optional = true } openssl = { version = "0.10.72", optional = true }
@@ -56,7 +56,7 @@ ahash = "0.8.11"
[target.'cfg(target_os = "linux")'.dependencies] [target.'cfg(target_os = "linux")'.dependencies]
rtnetlink = "0.16.0" rtnetlink = "0.16.0"
tokio-tun = "0.13.2" tokio-tun = "0.13.2"
nix = { version = "0.29.0", features = ["socket"] } nix = { version = "0.30.1", features = ["socket"] }
[target.'cfg(target_os = "macos")'.dependencies] [target.'cfg(target_os = "macos")'.dependencies]
tun = { git = "https://github.com/LeeSmet/rust-tun", features = ["async"] } tun = { git = "https://github.com/LeeSmet/rust-tun", features = ["async"] }