Skip to content

Commit

Permalink
chore(deps): update rust crate ractor to 0.14 (#556)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 8eaa323 commit e46235b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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/tap-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ruint = { version = "1.12.3", features = [
], default-features = false }
futures-util = { version = "0.3.28", default-features = false }
jsonrpsee = { version = "0.24.0", features = ["http-client", "tracing"] }
ractor = { version = "0.13", features = [
ractor = { version = "0.14", features = [
"async-trait",
], default-features = false }
tap_aggregator.workspace = true
Expand Down

0 comments on commit e46235b

Please sign in to comment.