Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha-tango-kilo committed Feb 12, 2024
1 parent fbacb83 commit 7e70191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ backend-threadpool = ["dep:threadpool"]
backend-tokio = ["dep:tokio"]

[dependencies]
mutually_exclusive_features = "0.0.3"
mutually_exclusive_features = "0.1"
# Backends
async-std = { version = "1", optional = true }
blocking = { version = "1.2", optional = true }
rayon = { version = "1", optional = true }
smol = { version = "1", optional = true }
smol = { version = "2", optional = true }
tokio = { version = "1.23.1", features = ["rt", "fs"], optional = true }
threadpool = { version = "1.7", optional = true }

Expand Down

0 comments on commit 7e70191

Please sign in to comment.