diff --git a/Cargo.toml b/Cargo.toml index c276b1d..fec0e27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,6 @@ parking_lot = "0.12" futures = "0.3" hex = "0.4" ring = "0.17" -tokio = { version = "1.35", features = ["full"] } +tokio = { version = "1.36", features = ["full"] } serde_json = "1.0" octocrab = "0.33"