Skip to content

Commit

Permalink
Merge pull request #46 from asynchronics/feature/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade some dependencies
  • Loading branch information
sbarral authored Sep 8, 2024
2 parents 7aa6bd1 + b500d07 commit c7d86b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions asynchronix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ dev-hooks = []

[dependencies]
# Mandatory dependencies.
async-event = "0.1"
async-event = "0.2.1"
crossbeam-utils = "0.8"
diatomic-waker = "0.1"
diatomic-waker = "0.2.3"
dyn-clone = "1.0"
futures-channel = "0.3"
futures-task = "0.3"
Expand All @@ -42,7 +42,7 @@ recycle-box = "0.2"
slab = "0.4"
spin_sleep = "1"
st3 = "0.4"
tai-time = "0.3"
tai-time = "0.3.3"

# gRPC service dependencies.
bytes = { version = "1", default-features = false, optional = true }
Expand Down

0 comments on commit c7d86b9

Please sign in to comment.