Skip to content

Commit

Permalink
fix(deps): update rust crate futures to 0.3.29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 26, 2023
1 parent 6193de8 commit 0cf4c04
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 33 deletions.
75 changes: 43 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/gitevents_sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
async-trait = "0.1.64"
eyre = "0.6.8"
futures = "0.3.26"
futures = "0.3.29"
git2 = { version = "0.16.1", features = ["vendored-libgit2", "vendored-openssl"] }
tokio = { version = "1.25.0", features = ["full"] }
tokio-cron-scheduler = { version = "0.9.4", features = ["signal"] }
Expand Down

0 comments on commit 0cf4c04

Please sign in to comment.