Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 9, 2023
1 parent f7e7765 commit 77b360f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions server/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 server/ingestor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ infra-upstream-repository-impl = { path = "../infra/upstream_repository_impl" }
domain = { path = "../domain" }

anyhow = "1.0.72"
tokio = { version = "1.29.1", features = ["rt-multi-thread", "macros", "signal"] }
tokio = { version = "1.30.0", features = ["rt-multi-thread", "macros", "signal"] }
tracing-subscriber = { version = "0.3.17", features = ["std", "registry", "env-filter"] }
sentry = { version = "0.31.5", features = ["profiling", "tracing", "debug-logs"] }

Expand Down

0 comments on commit 77b360f

Please sign in to comment.