diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ resolver = "2" rocket = { git = "https://github.com/SergioBenitez/Rocket", rev = "2cf38a5aa37fe046e46b03740835787f0396307b" } log = "0.4.20" anyhow = "1.0.75" -tokio = { version = "1.32.0", features = ["full"] } +tokio = { version = "1.35.0", features = ["full"] } [profile.dev.package.rav1e] opt-level = 3 |