Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit d17c07a

Browse files
deps: update rust crate async-std to 1.12.0
1 parent bc89d9b commit d17c07a

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/scraper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/YoloDev/3commas-rs"
1111

1212
[dependencies]
1313
anyhow = "1.0.61"
14-
async-std = { version = "1.11.0", features = ["attributes"] }
14+
async-std = { version = "1.12.0", features = ["attributes"] }
1515
async-trait = "0.1.57"
1616
chrono = { version = "0.4.21", features = ["serde"] }
1717
clap = { version = "3.0.14", features = ["derive", "env"] }

0 commit comments

Comments
 (0)