Skip to content

Commit

Permalink
Merge pull request #113 from jayvdb/update-async
Browse files Browse the repository at this point in the history
Update to async-std v1.13
  • Loading branch information
alexliesenfeld authored Oct 2, 2024
2 parents e46ac35 + bdd3926 commit 234df73
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 @@ -40,7 +40,7 @@ colored = { version = "2.1", optional = true }
clap = { version = "4.5", features = ["derive", "env"], optional = true }
env_logger = { version = "0.11", optional = true }
serde_yaml = { version = "0.9", optional = true }
async-std = { version = "1.12", features = ["attributes", "unstable"] }
async-std = { version = "1.13", features = ["attributes", "unstable"] }
headers = { version = "0.4", optional = true }

### TLS / HTTPS / PROXY
Expand Down

0 comments on commit 234df73

Please sign in to comment.