diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2022-09-16 19:11:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-16 19:11:30 -0400 |
| commit | 684841a18c90029df404e02fed7509bb0571053a (patch) | |
| tree | a350038fcd60b90651b7aeea63deff3f9096a013 /ext/http | |
| parent | 38280990dae50f19c4e52eac5de2054e42f455e4 (diff) | |
upgrade deps (#15914)
Diffstat (limited to 'ext/http')
| -rw-r--r-- | ext/http/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml index acf95aee1..058b5ad76 100644 --- a/ext/http/Cargo.toml +++ b/ext/http/Cargo.toml @@ -33,8 +33,8 @@ percent-encoding = "2.2.0" phf = { version = "0.10", features = ["macros"] } ring = "0.16.20" serde = { version = "1.0.136", features = ["derive"] } -tokio = { version = "1.17", features = ["full"] } -tokio-util = { version = "0.7.1", features = ["io"] } +tokio = { version = "1.21", features = ["full"] } +tokio-util = { version = "0.7", features = ["io"] } [dev-dependencies] bencher = "0.1" |
