diff options
Diffstat (limited to 'exes/all/Cargo.toml')
| -rw-r--r-- | exes/all/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exes/all/Cargo.toml b/exes/all/Cargo.toml index 41396fc..70f31c1 100644 --- a/exes/all/Cargo.toml +++ b/exes/all/Cargo.toml @@ -16,7 +16,7 @@ ratelimit = { path = "../ratelimit" } rest = { path = "../rest" } webhook = { path = "../webhook" } -tokio = { version = "1.23.0", features = ["full"] } +tokio = { version = "1.23.1", features = ["full"] } serde = "1.0.152" serde_json = "1.0.91" anyhow = "1.0.68" |
