Skip to content

Commit 03a4a95

Browse files
committed
Bump asyncs to 0.4.0
1 parent 8ef208d commit 03a4a95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ futures = "0.3.30"
5353
async-net = "2.0.0"
5454
futures-rustls = { version = "0.26.0", optional = true }
5555
futures-lite = "2.3.0"
56-
asyncs = "0.3.1"
56+
asyncs = "0.4.0"
5757

5858
[dev-dependencies]
5959
test-log = { version = "0.2.15", features = ["log", "trace"] }
@@ -67,7 +67,7 @@ assert_matches = "1.5.0"
6767
tempfile = "3.6.0"
6868
rcgen = { version = "0.12.1", features = ["default", "x509-parser"] }
6969
serial_test = "3.0.0"
70-
asyncs = { version = "0.3.1", features = ["test"] }
70+
asyncs = { version = "0.4.0", features = ["test"] }
7171
blocking = "1.6.0"
7272

7373
[package.metadata.cargo-all-features]

0 commit comments

Comments
 (0)