Skip to content

Commit

Permalink
Update dev dependencies (#285)
Browse files Browse the repository at this point in the history
Update uuid to 1.10 and async-std to 1.13.
  • Loading branch information
jayvdb authored Sep 7, 2024
1 parent c74aec9 commit 9c41286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ curl = { version = "0.4.0", optional = true }
[dev-dependencies]
hex = "0.4"
hmac = "0.12"
uuid = { version = "0.8", features = ["v4"] }
uuid = { version = "1.10", features = ["v4"] }
anyhow = "1.0"
tokio = { version = "1.0", features = ["full"] }
async-std = "1.6.3"
async-std = "1.13"

0 comments on commit 9c41286

Please sign in to comment.