diff --git a/Cargo.lock b/Cargo.lock index 14146b87..58c39ad5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3830,9 +3830,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tun" -version = "0.7.21" +version = "0.7.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc6bf9cb46a7a749b12997f2a746fdfbd8e5975ec74d89215b8275708b2feb1a" +checksum = "7904c94104239657089d14bccbf23fd6d363e30639ce49af21ef008a445baf97" dependencies = [ "bytes", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index d2df1090..c4e329e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ aya = { version = "0.13.0", default-features = false } aya-ebpf = { version = "0.1.1", default-features = false } aya-log = { version = "0.2.1", default-features = false } aya-log-ebpf = { version = "0.1.1", default-features = false } -tun = { version = "0.7.21" } +tun = { version = "0.7.22" } [workspace.lints.clippy] large_futures = "deny"