diff --git a/crates/gitevents_sdk/Cargo.toml b/crates/gitevents_sdk/Cargo.toml index c4b85fc..d830344 100644 --- a/crates/gitevents_sdk/Cargo.toml +++ b/crates/gitevents_sdk/Cargo.toml @@ -10,7 +10,7 @@ async-trait = "0.1.64" eyre = "0.6.8" futures = "0.3.26" git2 = { version = "0.16.1", features = ["vendored-libgit2", "vendored-openssl"] } -tokio = { version = "1.25.0", features = ["full"] } +tokio = { version = "1.26.0", features = ["full"] } tokio-cron-scheduler = { version = "0.9.4", features = ["signal"] } tracing = { version = "0.1.37", features = ["log", "async-await"] } tracing-subscriber = { version = "0.3.16", features = ["tracing", "json"] }