Skip to content

Commit

Permalink
Bump ractor dependencies to match their actual use (#285) (#286)
Browse files Browse the repository at this point in the history
Signed-off-by: zhapich <[email protected]>
  • Loading branch information
zhapich authored Nov 19, 2024
1 parent 3322d40 commit 73b62e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ default = ["tokio_runtime", "async-trait"]

[dependencies]
## Required dependencies
bon = "2"
bon = "2.2"
dashmap = "6"
futures = "0.3"
once_cell = "1"
Expand All @@ -36,7 +36,7 @@ strum = { version = "0.26", features = ["derive"] }
# Tracing feature requires --cfg=tokio_unstable
async-std = { version = "1", features = ["attributes"], optional = true }
async-trait = { version = "0.1", optional = true }
tokio = { version = "1", features = ["sync"] }
tokio = { version = "1.40", features = ["sync"] }
tracing = { version = "0.1", features = ["attributes"] }

## Blanket Serde
Expand Down

0 comments on commit 73b62e7

Please sign in to comment.