chore(tvix/tools/crunch-v2): upgrade tokio
This drops the Sized requirement on AsyncReadExt. Change-Id: I2a89c708922ca528cb493aefd0613f477f648e83 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11608 Reviewed-by: edef <edef@edef.eu> Tested-by: BuildkiteCI
This commit is contained in:
parent
1eedb88939
commit
368a11ee0a
2 changed files with 20 additions and 5 deletions
|
|
@ -14,7 +14,7 @@ bstr = "1.8.0"
|
|||
bytes = "1.5.0"
|
||||
|
||||
futures = "0.3.29"
|
||||
tokio = { version = "1.34.0", features = ["full"] }
|
||||
tokio = { version = "1.37.0", features = ["full"] }
|
||||
|
||||
rusoto_core = { version = "0.48.0", default-features = false, features = ["hyper-rustls"] }
|
||||
rusoto_s3 = { version = "0.48.0", default-features = false, features = ["rustls"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue