diff --git a/Cargo.lock b/Cargo.lock index 16f49ba..0a62096 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2547,9 +2547,9 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" [[package]] name = "socket2" -version = "0.6.4" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51" +checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" dependencies = [ "libc", "windows-sys 0.61.2", diff --git a/Cargo.toml b/Cargo.toml index 1507b4f..7df4809 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ serde = { version = "=1.0.228", features = ["derive"] } serde_json = { version = "=1.0.150", features = ["arbitrary_precision", "preserve_order"] } sha2 = "=0.11.0" shlex = "=2.0.1" -socket2 = { version = "=0.6.4", features = ["all"] } +socket2 = { version = "=0.6.5", features = ["all"] } tar = "=0.4.46" thiserror = "=2.0.18" time = "=0.3.51"