From f7a2e1c2ef98a21ded37e4108db0ffbf69d44ae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 23:16:53 +0000 Subject: [PATCH] Bump netdev from 0.29.0 to 0.30.0 Bumps [netdev](https://github.com/shellrow/netdev) from 0.29.0 to 0.30.0. - [Release notes](https://github.com/shellrow/netdev/releases) - [Commits](https://github.com/shellrow/netdev/compare/v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: netdev dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- mycelium/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a365354..5b015fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1309,9 +1309,9 @@ dependencies = [ [[package]] name = "netdev" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6b7a18d9c482b774500c660991da545bac1259fe4dfd40981870e5832aedffc" +checksum = "7516ad2c46cc25da098ed7d6b9a0cbe9e1fbffbd04b1596148b95f2841179c83" dependencies = [ "dlopen2", "libc", diff --git a/mycelium/Cargo.toml b/mycelium/Cargo.toml index ceaec3a..f2d01c9 100644 --- a/mycelium/Cargo.toml +++ b/mycelium/Cargo.toml @@ -42,7 +42,7 @@ quinn = { version = "0.11.2", default-features = false, features = [ ] } rustls = { version = "0.23.11", default-features = false, features = ["ring"] } rcgen = "0.13.1" -netdev = "0.29.0" +netdev = "0.30.0" openssl = { version = "0.10.64", optional = true } tokio-openssl = { version = "0.6.4", optional = true }