File: tighten-async-io.diff

package info (click to toggle)
rust-async-signal 0.2.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 543 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Index: async-signal/Cargo.toml
===================================================================
--- async-signal.orig/Cargo.toml
+++ async-signal/Cargo.toml
@@ -61,7 +61,7 @@ version = "1.0.0"
 version = "0.3.26"
 
 [dev-dependencies.async-io]
-version = "2.0.0"
+version = "2.5.0"
 
 [dev-dependencies.fastrand]
 version = "2.0.1"
@@ -73,7 +73,7 @@ version = "2.3.0"
 version = "0.3.14"
 
 [target."cfg(unix)".dependencies.async-io]
-version = "2.0.0"
+version = "2.5.0"
 
 [target."cfg(unix)".dependencies.futures-io]
 version = "0.3.26"