Skip to content

Commit ec9fe6b

Browse files
zbowlingmeta-codesync[bot]
authored andcommitted
Update futures family to 0.3.32 (facebookexperimental#62)
Summary: X-link: facebook/relay#5177 X-link: facebookincubator/antlir#293 X-link: facebookincubator/reindeer#99 X-link: facebook/fb303#74 X-link: facebookincubator/below#8274 X-link: facebook/hhvm#9722 X-link: facebook/pyrefly#2463 X-link: https://github.com/facebookincubator/agentbus/pull/25 Pull Request resolved: facebookexperimental#62 Update the futures family of Rust crates from 0.3.30/0.3.31 to 0.3.32: futures, futures-channel, futures-core, and futures-util. This is a minor version bump that includes upstream bug fixes and improvements. Reviewed By: dtolnay Differential Revision: D93684256
1 parent 2cd6909 commit ec9fe6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detcore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ chrono = { version = "0.4.41", features = ["clock", "serde", "std"], default-fea
3131
clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] }
3232
detcore-model = { version = "0.0.0", path = "../detcore-model" }
3333
digest = { version = "0.0.0", path = "../common/digest" }
34-
futures = { version = "0.3.31", features = ["async-await", "compat"] }
34+
futures = { version = "0.3.32", features = ["async-await", "compat"] }
3535
lazy_static = "1.5"
3636
libc = "0.2.139"
3737
nix = { version = "0.30.1", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] }

0 commit comments

Comments
 (0)