Skip to content

Commit

Permalink
Update futures-util dependency (actix#544)
Browse files Browse the repository at this point in the history
* Update futures-util dependency

* Update CHANGES.md

* Update Cargo.toml

Co-authored-by: Rob Ede <robjtede@icloud.com>
  • Loading branch information
walf443 and robjtede committed Jul 24, 2023
1 parent 7ca2166 commit ae41353
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions actix/CHANGES.md
Expand Up @@ -8,6 +8,7 @@

[#527]: https://github.com/actix/actix/pull/527


## 0.13.0 - 2022-03-01
### Added
- Add `Sender::downgrade` trait method. [#518]
Expand Down
10 changes: 5 additions & 5 deletions actix/Cargo.toml
Expand Up @@ -35,10 +35,10 @@ actix_derive = { version = "0.6.0", optional = true }
bitflags = "1.2"
bytes = "1"
crossbeam-channel = "0.5"
futures-core = { version = "0.3.7", default-features = false }
futures-sink = { version = "0.3.7", default-features = false }
futures-task = { version = "0.3.7", default-features = false }
futures-util = { version = "0.3.7", default-features = false }
futures-core = { version = "0.3.17", default-features = false }
futures-sink = { version = "0.3.17", default-features = false }
futures-task = { version = "0.3.17", default-features = false }
futures-util = { version = "0.3.17", default-features = false }
log = "0.4"
once_cell = "1.5"
parking_lot = "0.12"
Expand All @@ -49,7 +49,7 @@ tokio-util = { version = "0.7", features = ["codec"] }

[dev-dependencies]
doc-comment = "0.3"
futures-util = { version = "0.3.7", default-features = false, features = ["alloc"] }
futures-util = { version = "0.3.17", default-features = false, features = ["alloc"] }

[[example]]
name = "fibonacci"
Expand Down

0 comments on commit ae41353

Please sign in to comment.