Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Upgrade dependencies.
  • Loading branch information
Jakub Wieczorek committed Feb 25, 2024
commit 4e68fa45bb3fad57cfb4f3893b7fa5a010a0fa22
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Timeouts for futures.
"""

[dependencies]
gloo-timers = { version = "0.2.0", features = ["futures"], optional = true }
send_wrapper = { version = "0.4.0", optional = true }
gloo-timers = { version = "0.3", features = ["futures"], optional = true }
send_wrapper = { version = "0.6", optional = true }

[dev-dependencies]
async-std = { version = "1.0.1", features = ["attributes"] }
Expand Down