Skip to content

Commit

Permalink
Import crates for osstreamer
Browse files Browse the repository at this point in the history
Summary: Imports 3P crates needed for os streamer.

Reviewed By: umdemir

Differential Revision: D65103225

fbshipit-source-id: 965a62dca620c67d21dab21e5c86fdadae6df383
  • Loading branch information
Chris Zakian authored and facebook-github-bot committed Oct 31, 2024
1 parent 3c1ff2c commit 88efc6e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion shed/buffered_weighted/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] }
proptest = "1.0"
proptest-derive = "0.3"
tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.14", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
tokio-stream = { version = "0.1.16", features = ["fs", "io-util", "net", "signal", "sync", "time"] }

[target.'cfg(target_os = "linux")'.dependencies]
procfs = "0.15.1"
2 changes: 1 addition & 1 deletion shed/fbthrift_ext/framed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "lib.rs"
[dependencies]
byteorder = "1.3"
bytes = { version = "1.6.0", features = ["serde"] }
tokio-util = { version = "0.7.10", features = ["full"] }
tokio-util = { version = "0.7.12", features = ["full"] }

[dev-dependencies]
futures = { version = "0.3.30", features = ["async-await", "compat"] }
Expand Down
2 changes: 1 addition & 1 deletion shed/fbthrift_ext/socket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ fbthrift_util = { version = "0.1.0", path = "../util" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] }
tokio-tower = "0.6"
tokio-util = { version = "0.7.10", features = ["full"] }
tokio-util = { version = "0.7.12", features = ["full"] }
tower-service = "0.3"
2 changes: 1 addition & 1 deletion shed/fbthrift_ext/tcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ fbthrift_util = { version = "0.1.0", path = "../util" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] }
tokio-tower = "0.6"
tokio-util = { version = "0.7.10", features = ["full"] }
tokio-util = { version = "0.7.12", features = ["full"] }
tower-service = "0.3"
2 changes: 1 addition & 1 deletion shed/netstring/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"
anyhow = "1.0.86"
bytes = { version = "1.6.0", features = ["serde"] }
thiserror = "1.0.64"
tokio-util = { version = "0.7.10", features = ["full"] }
tokio-util = { version = "0.7.12", features = ["full"] }

[dev-dependencies]
quickcheck = "1.0"
2 changes: 1 addition & 1 deletion shed/stats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ once_cell = "1.12"
perthread = { version = "0.1.0", path = "../perthread" }
stats_traits = { version = "0.1.0", path = "traits" }
tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.14", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
tokio-stream = { version = "0.1.16", features = ["fs", "io-util", "net", "signal", "sync", "time"] }

[lints]
rust = { unexpected_cfgs = { check-cfg = ["cfg(fbcode_build)"], level = "warn" } }

0 comments on commit 88efc6e

Please sign in to comment.