Skip to content

Commit

Permalink
fix(speare): task error reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
vmenge committed Jan 2, 2025
1 parent d339b16 commit 7759389
Show file tree
Hide file tree
Showing 10 changed files with 333 additions and 307 deletions.
103 changes: 42 additions & 61 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 speare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ repository = "https://github.com/vmenge/speare"
readme = "../README.md"

[dependencies]
async-trait = { version = "0.1.73" }
flume = "0.11.0"
tokio = { version = "1.35.1", features = ["macros", "rt", "sync", "time"] }
async-trait = { version = "0.1.83" }
flume = "0.11.1"
tokio = { version = "1.42.0", features = ["macros", "rt", "sync", "time"] }

[dev-dependencies]
tokio = { version = "1.35.1", features = [
tokio = { version = "1.42.0", features = [
"macros",
"rt",
"rt-multi-thread",
"sync",
"time",
"test-util",
] }
derive_more = "0.99.17"
derive_more = { version = "1.0.0", features = ["full"] }
Loading

0 comments on commit 7759389

Please sign in to comment.