Skip to content

Commit

Permalink
Update dependencies (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
amrhassan committed Nov 21, 2022
1 parent 9d08dcc commit 1f52ba3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ repository = "https://github.com/mre/futures-batch"

[dependencies]
futures = { version = "0.3", features = ["async-await"] }
pin-utils = "0.1.0-alpha.4"
futures-timer = "3.0.0"
pin-utils = "0.1.0"
futures-timer = "3.0.2"

[dev-dependencies]
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.22", features = ["macros", "rt-multi-thread"] }

[dev-dependencies.doc-comment]
version = "0.3"

0 comments on commit 1f52ba3

Please sign in to comment.