Skip to content

Commit

Permalink
Add tokio parking_lot feature
Browse files Browse the repository at this point in the history
  • Loading branch information
lipanski committed Feb 26, 2024
1 parent 8c37737 commit 46078db
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 @@ -28,7 +28,7 @@ regex = "1.7"
serde_json = "1.0"
serde_urlencoded = "0.7"
similar = "2.2"
tokio = { version = "1.25", features = ["net", "rt", "sync"] }
tokio = { version = "1.25", features = ["net", "parking_lot", "rt", "sync"] }

[dev-dependencies]
env_logger = "0.8"
Expand Down

0 comments on commit 46078db

Please sign in to comment.