diff --git a/Cargo.toml b/Cargo.toml index 68ae14f..9ad1d68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,6 @@ parking_lot = "0.12" futures = "0.3" hex = "0.4" ring = "0.16" -tokio = { version = "1.32", features = ["full"] } +tokio = { version = "1.35", features = ["full"] } serde_json = "1.0" octocrab = "0.33"