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] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-07-08 23:16:53 +00:00
committed by Lee Smet
parent 06ea8add68
commit f7a2e1c2ef
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -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",

View File

@@ -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 }