Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 22, 2023
1 parent 6193de8 commit 8614429
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 38 deletions.
76 changes: 43 additions & 33 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions crates/gitevents_sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait = "0.1.64"
async-trait = "0.1.68"
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"] }
git2 = { version = "0.17.1", features = ["vendored-libgit2", "vendored-openssl"] }
tokio = { version = "1.27.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"] }
tracing-subscriber = { version = "0.3.17", features = ["tracing", "json"] }
tracing-test = "0.2.4"
uuid = { version = "1.3.0", features = ["v4"] }
uuid = { version = "1.3.1", features = ["v4"] }

0 comments on commit 8614429

Please sign in to comment.