Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 2, 2023
1 parent 07c845e commit 375110f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/gitevents_sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 375110f

Please sign in to comment.