Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-DPC authored Jun 24, 2023
1 parent bfa2a9b commit 6072b40
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 @@ -24,7 +24,7 @@ eventual-fairness = ["async", "nanorand"]
default = ["async", "select", "eventual-fairness"]

[dependencies]
spin1 = { package = "spin", version = "0.9.2", features = ["mutex"] }
spin1 = { package = "spin", version = "0.9.8", features = ["mutex"] }
futures-sink = { version = "0.3", default_features = false, optional = true }
futures-core = { version = "0.3", default_features = false, optional = true }
nanorand = { version = "0.7", features = ["getrandom"], optional = true }
Expand Down

0 comments on commit 6072b40

Please sign in to comment.