Skip to content

Commit

Permalink
deps: tokio - fix for RUSTSEC-2021-0124
Browse files Browse the repository at this point in the history
A vulnerability was found in tokio's oneshot implementation[0]. This
patch applies one of the suggested solutions to pin to ">= 1.8.4".

[0]: https://rustsec.org/advisories/RUSTSEC-2021-0124

Signed-off-by: Fintan Halpenny <[email protected]>
  • Loading branch information
FintanH committed Mar 14, 2022
1 parent d07e3f8 commit 7851736
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 @@ -45,7 +45,7 @@ default-features = false
# END CRYPTO

[dev-dependencies]
tokio = { version = "1.0", features = ["macros", "rt"] }
tokio = { version = ">= 1.8.4", features = ["macros", "rt"] }
ed25519-dalek = "=1.0.1"
lnk-thrussh-agent = { version = "0.1.0", features = [ "smol-agent" ], default-features = false }
rand = { version = "0.8.4", default-features = false }
Expand Down

0 comments on commit 7851736

Please sign in to comment.