From fcdfd76c1e02326ea08d920e6a4d2c6572fdf14a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:24:21 +0000 Subject: [PATCH] chore(deps)(deps): update netdev requirement from 0.42 to 0.45 Updates the requirements on [netdev](https://github.com/shellrow/netdev) to permit the latest version. - [Release notes](https://github.com/shellrow/netdev/releases) - [Commits](https://github.com/shellrow/netdev/compare/v0.42.0...v0.45.0) --- updated-dependencies: - dependency-name: netdev dependency-version: 0.45.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/syncthing-net/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/syncthing-net/Cargo.toml b/crates/syncthing-net/Cargo.toml index 3c53aeb..b54f01b 100644 --- a/crates/syncthing-net/Cargo.toml +++ b/crates/syncthing-net/Cargo.toml @@ -31,7 +31,7 @@ igd = { version = "0.12", features = ["aio", "tokio"] } rcgen = { version = "0.13", features = ["pem"] } reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json"] } bep-protocol = { path = "../bep-protocol" } -netdev = "0.42" +netdev = "0.45" lz4 = "1" socket2 = { workspace = true } tokio-tungstenite = { workspace = true, optional = true }