Skip to content

Commit

Permalink
Update Rust crate async-std to 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and sivakov512 committed Oct 10, 2023
1 parent 963db7f commit 3332037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ tokio = { version = "1", features = ["full"] }
trust-dns-resolver = "0.23"

[dev-dependencies]
async-std = { version = "1.5", features = ["attributes"] }
async-std = { version = "1.12", features = ["attributes"] }
httpmock = "0.6"
rstest = "0.18.2"

0 comments on commit 3332037

Please sign in to comment.