Skip to content

Commit

Permalink
Sort libraries in Cargo.toml
Browse files Browse the repository at this point in the history
Summary: Make it easier to see the difference.

Reviewed By: iguridi

Differential Revision: D44816221

fbshipit-source-id: 259eaf2c956f16985c2554d0557a4c2fb2721d73
  • Loading branch information
stepancheg authored and facebook-github-bot committed Apr 9, 2023
1 parent 7198b99 commit 47d13b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ bytesize = "1.1.0"
chrono = "0.4.19"
clap = { version = "3.1.18", features = ["derive", "env"] }
common-path = "1.0.0"
compact_str = "0.6.1"
constant_time_eq = "0.2.4"
convert_case = "0.4.0"
criterion = { version = "0.3.1", features = [] }
Expand All @@ -109,7 +110,6 @@ crossbeam-epoch = "0.9.7"
crossterm = "0.23"
csv = "1.1"
ctor = "0.1.16"
compact_str = "0.6.1"
dashmap = "4.0.2"
debugserver-types = "0.5.0"
derivative = "2.2"
Expand All @@ -132,13 +132,13 @@ glob = "0.3.0"
globset = "0.4.10"
hashbrown = { version = "0.12.3", features = ["raw"] }
hex = "0.4.3"
hostname = "^0.3"
http = "0.2"
httparse = "1.7.1"
humantime = "2.0.1"
hostname = "^0.3"
indent_write = "2.2.0"
indexmap = { version = "1.9.1", features = ["serde-1"] }
indenter = "0.3.3"
indexmap = { version = "1.9.1", features = ["serde-1"] }
indoc = "1.0.3"
inferno = { version = "0.11.11", default-features = false }
internment = { version = "0.7", features = ["arc"] }
Expand Down
12 changes: 6 additions & 6 deletions shim/third-party/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ fbinit = "0.1"
sorted_vector_map = "0.1"
watchman_client = "0.8.0"

unicode-segmentation = "1.7"
annotate-snippets = { version = "0.9.0", features = ["color"] }
anyhow = "1.0.65"
anymap = "0.12.1"
Expand Down Expand Up @@ -82,8 +81,8 @@ hostname = "0.3.1"
http = "0.2"
httparse = "1.7.1"
humantime = "2.0.1"
indenter = "0.3.3"
indent_write = "2.2.0"
indenter = "0.3.3"
indexmap = { version = "1.9.1", features = ["serde-1"] }
indoc = "1.0.3"
inferno = "0.11.11"
Expand All @@ -109,10 +108,10 @@ multimap = "0.8.2"
nix = "0.22"
nom = "6.1.2"
notify = "=5.0.0-pre.16"
num_cpus = "1.11"
num_enum = "0.5"
num-bigint = "0.4.3"
num-traits = "0.2"
num_cpus = "1.11"
num_enum = "0.5"
object = "0.29.0"
once_cell = "1.8"
os_str_bytes = "6.0"
Expand Down Expand Up @@ -154,8 +153,8 @@ syn = { version = "2", features = ["extra-traits", "full", "visit"] }
sync_wrapper = "0.1.0"
sys-info = "0.9.1"
sysinfo = "0.26.8"
tar = "0.4.38"
take_mut = "0.2.2"
tar = "0.4.38"
tempfile = "3.1.0"
termimad = "0.20.1"
termios = "0.3"
Expand All @@ -164,7 +163,6 @@ test-case = "1.2.0"
textwrap = { version = "0.11", features = ["term_size"] }
thiserror = "1.0.36"
threadpool = "1.8.1"
triomphe = "0.1.8"
tokio = { version = "1.5", features = ["full"] }
tokio-stream = { version = "0.1.4", features = ["fs", "io-util", "net", "sync", "time"] }
tokio-util = { version = "0.6", features = ["full"] }
Expand All @@ -176,8 +174,10 @@ tower-layer = "0.3.1"
tower-service = "0.3.2"
tracing = "0.1.22"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
triomphe = "0.1.8"
trybuild = "1.0.56"
twox-hash = "1.6.1"
unicode-segmentation = "1.7"
uuid = { version = "1.2", features = ["v4"] }
walkdir = "2.3.2"
which = "4.3.0"
Expand Down

0 comments on commit 47d13b2

Please sign in to comment.