Skip to content

Commit 9c41286

Browse files
authored
Update dev dependencies (#285)
Update uuid to 1.10 and async-std to 1.13.
1 parent c74aec9 commit 9c41286

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
@@ -70,7 +70,7 @@ curl = { version = "0.4.0", optional = true }
7070
[dev-dependencies]
7171
hex = "0.4"
7272
hmac = "0.12"
73-
uuid = { version = "0.8", features = ["v4"] }
73+
uuid = { version = "1.10", features = ["v4"] }
7474
anyhow = "1.0"
7575
tokio = { version = "1.0", features = ["full"] }
76-
async-std = "1.6.3"
76+
async-std = "1.13"

0 commit comments

Comments
 (0)