Skip to content

Commit

Permalink
chore(code): Update ractor to v0.14.6 (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
romac authored Jan 16, 2025
1 parent 0eed53b commit 533d669
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions code/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 code/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ prometheus-client = "0.22"
prost = "0.13"
prost-build = "0.13"
prost-types = "0.13"
ractor = { version = "0.13.4", default-features = false, features = ["tokio_runtime"] }
ractor = { version = "0.14.6", default-features = false, features = ["async-trait", "tokio_runtime"] }
rand = { version = "0.8.5", features = ["std_rng"] }
rand_chacha = "0.3.1"
redb = "2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion code/crates/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ byteorder = { workspace = true }
derive-where = { workspace = true }
eyre = { workspace = true }
libp2p = { workspace = true }
ractor = { workspace = true, features = ["async-trait"] }
ractor = { workspace = true }
rand = { workspace = true }
tokio = { workspace = true, features = ["full"] }
tracing = { workspace = true }

0 comments on commit 533d669

Please sign in to comment.