Skip to content

Commit ba8b0a2

Browse files
Update tokio requirement from 0.1.7 to 0.2.4
Updates the requirements on [tokio](https://github.com/tokio-rs/tokio) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-0.1.7...tokio-0.2.4) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 3f404db commit ba8b0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amadeus-aws/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ rusoto_core = "0.42"
3434
rusoto_s3 = "0.42"
3535
serde_closure = "0.2"
3636
serde = { version = "1.0", features = ["derive"] }
37-
tokio = "0.1.7"
37+
tokio = "0.2.4"
3838
tokio-retry = "0.2"
3939
url = { version = "2.1", features = ["serde"] }
4040

0 commit comments

Comments
 (0)