ソースを参照

Merge pull request #1057 from rust-lang/dependabot/cargo/socket2-0.3.18

dependabot-preview[bot] 4 年 前
コミット
b0c7745c58
1 ファイル変更2 行追加3 行削除
  1. 2 3
      Cargo.lock

+ 2 - 3
Cargo.lock

@@ -1631,13 +1631,12 @@ dependencies = [
 
 [[package]]
 name = "socket2"
-version = "0.3.17"
+version = "0.3.18"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902"
+checksum = "97e0e9fd577458a4f61fb91fcb559ea2afecc54c934119421f9f5d3d5b1a1057"
 dependencies = [
  "cfg-if 1.0.0",
  "libc",
- "redox_syscall",
  "winapi 0.3.9",
 ]