Skip to content

Commit

Permalink
chore: Update async-std v1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Sep 7, 2024
1 parent 10bec32 commit cb55871
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ dotenvy = { version = "0.15.0", default-features = false }

# Runtimes
[workspace.dependencies.async-std]
version = "1.12"
version = "1.13"

[workspace.dependencies.tokio]
version = "1"
Expand All @@ -168,7 +168,7 @@ anyhow = "1.0.52"
time_ = { version = "0.3.2", package = "time" }
futures = "0.3.19"
env_logger = "0.11"
async-std = { version = "1.12.0", features = ["attributes"] }
async-std = { workspace = true, features = ["attributes"] }
tokio = { version = "1.15.0", features = ["full"] }
dotenvy = "0.15.0"
trybuild = "1.0.53"
Expand Down

0 comments on commit cb55871

Please sign in to comment.