Skip to content

Commit

Permalink
Merge pull request #1057 from xxchan/xxchan/scattered-perch
Browse files Browse the repository at this point in the history
update async-* dependencies
  • Loading branch information
joshtriplett committed Aug 12, 2023
2 parents 7c95bce + e393c73 commit 8fea050
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Expand Up @@ -61,8 +61,8 @@ tokio03 = ["async-global-executor/tokio03"]
io_safety = []

[dependencies]
async-attributes = { version = "1.1.1", optional = true }
async-lock = { version = "2.3.0", optional = true }
async-attributes = { version = "1.1.2", optional = true }
async-lock = { version = "2.7.0", optional = true }
crossbeam-utils = { version = "0.8.0", optional = true }
futures-core = { version = "0.3.4", optional = true, default-features = false }
futures-io = { version = "0.3.4", optional = true }
Expand All @@ -73,17 +73,17 @@ once_cell = { version = "1.3.1", optional = true }
pin-project-lite = { version = "0.2.0", optional = true }
pin-utils = { version = "0.1.0-alpha.4", optional = true }
slab = { version = "0.4.2", optional = true }
async-channel = { version = "1.5.1", optional = true }
async-channel = { version = "1.8.0", optional = true }

# dev dependency, but they are not allowed to be optional :/
surf = { version = "2.0.0", optional = true }


[target.'cfg(not(target_os = "unknown"))'.dependencies]
async-global-executor = { version = "2.0.0", optional = true, features = ["async-io"] }
async-io = { version = "1.0.1", optional = true }
async-global-executor = { version = "2.3.1", optional = true, features = ["async-io"] }
async-io = { version = "1.13.0", optional = true }
futures-lite = { version = "1.0.0", optional = true }
async-process = { version = "1.0.1", optional = true }
async-process = { version = "1.7.0", optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
gloo-timers = { version = "0.2.1", features = ["futures"], optional = true }
Expand Down

0 comments on commit 8fea050

Please sign in to comment.