Skip to content

Commit 3135eea

Browse files
David Tolnayfacebook-github-bot
authored andcommitted
Format third-party Cargo.toml using taplo
Summary: Generated by `taplo format fbcode/github/standard/shim/third-party/rust/Cargo.toml` This is the TOML formatter that is used for fbsource/third-party/rust/Cargo.toml. Reviewed By: JakobDegen Differential Revision: D74546663 fbshipit-source-id: 165fa840cfda96c59830772f30608bf8942eb299
1 parent f740a56 commit 3135eea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

shim/third-party/rust/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ anymap = "1.0.0-beta.2"
3232
arc-swap = "1.6.0"
3333
argfile = "0.1.0"
3434
assert_matches = "1.5"
35-
async-compression = { version = "0.4.1", features = ["tokio", "gzip", "zstd"] }
35+
async-compression = { version = "0.4.1", features = ["gzip", "tokio", "zstd"] }
3636
async-condvar-fair = { version = "0.2.2", features = ["parking_lot_0_11", "tokio"] }
3737
async-recursion = "1.0"
3838
async-scoped = { version = "0.8", features = ["use-tokio"] }
@@ -42,7 +42,7 @@ backtrace = ">=0.3.51,<0.3.74" # backtrace 0.3.74 is failing to build on Windows
4242
base64 = "0.21.7"
4343
bincode = "1.3.3"
4444
bitflags = "2.4"
45-
blake3 = { version = "1.3.1", features = [ "default", "digest", "rayon", "std", "traits-preview" ] }
45+
blake3 = { version = "1.3.1", features = ["default", "digest", "rayon", "std", "traits-preview"] }
4646
bstr = { version = "1.4.0", features = ["serde", "std", "unicode"] }
4747
bumpalo = { version = "3.14.0", features = ["allocator_api", "collections"] }
4848
byteorder = "1.4.3"
@@ -87,7 +87,7 @@ fs4 = { version = "0.9.1", features = ["sync"] }
8787
futures = { version = "0.3.28", features = ["async-await", "compat"] }
8888
futures-intrusive = "0.4"
8989
fxhash = "0.2.1"
90-
gazebo = {version = "0.8.1", features = ["str_pattern_extensions"]}
90+
gazebo = { version = "0.8.1", features = ["str_pattern_extensions"] }
9191
glob = "0.3.0"
9292
globset = "0.4.10"
9393
hashbrown = { version = "0.14.3", features = ["raw"] }
@@ -208,11 +208,11 @@ thiserror = "1.0.36"
208208
threadpool = "1.8.1"
209209
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
210210
tokio-rustls = { package = "tokio-rustls", version = "0.24.1", features = ["dangerous_configuration"] }
211-
tokio-stream = { version = "0.1.14", features = ["fs", "io-util", "net", "sync", "time", "signal"] }
211+
tokio-stream = { version = "0.1.14", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
212212
tokio-util = { version = "0.6", features = ["full"] }
213213
toml = "0.5"
214214
tonic = { version = "0.10.2", features = ["tls", "tls-webpki-roots"] }
215-
tonic-build = { version = "0.10.2", features = ["prost", "cleanup-markdown"] }
215+
tonic-build = { version = "0.10.2", features = ["cleanup-markdown", "prost"] }
216216
tower = "0.4"
217217
tower-layer = "0.3.1"
218218
tower-service = "0.3.2"
@@ -230,7 +230,7 @@ watchman_client = "0.8.0"
230230
which = "4.3.0"
231231
whoami = "1.5.1"
232232
winapi = { version = "0.3", features = ["everything", "std"] }
233-
windows_x86_64_msvc = "=0.48.0" # our fixup only works if we are on precisely 0.48.0
233+
windows_x86_64_msvc = "=0.48.0" # our fixup only works if we are on precisely 0.48.0
234234
x509-parser = { version = "0.14.0", features = ["verify"] }
235235
xattr = "0.2.2"
236236
zip = "0.5"

0 commit comments

Comments
 (0)