Skip to content

Commit 418af4b

Browse files
David Tolnayfacebook-github-bot
authored andcommitted
Rename hyper 0.14 to hyper-0-14
Summary: When multiversioning ({D75253858}) we strongly prefer to use a suffixed name for old versions and unsuffixed name for the latest version. In a BUCK file you should need to make a conscious choice to use an old version of a dependency. Reviewed By: diliop Differential Revision: D75983290 fbshipit-source-id: 0a2d2a15ddfd0283624dad6f864ea5aaada82d89
1 parent b35d7f4 commit 418af4b

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

  • eden/mononoke

eden/mononoke/blobstore/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ rust_library(
257257
"fbsource//third-party/rust:anyhow",
258258
"fbsource//third-party/rust:async-trait",
259259
"fbsource//third-party/rust:chrono",
260-
"fbsource//third-party/rust:hyper",
260+
"fbsource//third-party/rust:hyper-0-14",
261261
"fbsource//third-party/rust:hyper-openssl",
262262
"fbsource//third-party/rust:nonzero_ext",
263263
"fbsource//third-party/rust:openssl",

eden/mononoke/edenapi_service/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ rust_library(
3131
"fbsource//third-party/rust:hex",
3232
"fbsource//third-party/rust:http",
3333
"fbsource//third-party/rust:smallvec",
34-
"fbsource//third-party/rust:hyper",
34+
"fbsource//third-party/rust:hyper-0-14",
3535
"fbsource//third-party/rust:itertools",
3636
"fbsource//third-party/rust:lazy_static",
3737
"//eden/mononoke/mononoke_macros:mononoke_macros",

eden/mononoke/facebook/fb303_prometheus_exporter/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rust_library(
88
deps = [
99
"fbsource//third-party/rust:anyhow",
1010
"fbsource//third-party/rust:gotham",
11-
"fbsource//third-party/rust:hyper",
11+
"fbsource//third-party/rust:hyper-0-14",
1212
"fbsource//third-party/rust:tokio",
1313
"//common/rust/gflags:gflags",
1414
"//common/rust/shed/fbinit:fbinit",

eden/mononoke/git/facebook/remote_gitimport/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust_binary(
1515
"fbsource//third-party/rust:futures",
1616
"fbsource//third-party/rust:gix-hash",
1717
"fbsource//third-party/rust:http",
18-
"fbsource//third-party/rust:hyper",
18+
"fbsource//third-party/rust:hyper-0-14",
1919
"fbsource//third-party/rust:hyper-openssl",
2020
"fbsource//third-party/rust:openssl",
2121
"fbsource//third-party/rust:rand",

eden/mononoke/git/import_tools/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rust_library(
1919
"fbsource//third-party/rust:gix-hash",
2020
"fbsource//third-party/rust:gix-object",
2121
"fbsource//third-party/rust:http",
22-
"fbsource//third-party/rust:hyper",
22+
"fbsource//third-party/rust:hyper-0-14",
2323
"fbsource//third-party/rust:hyper-openssl",
2424
"fbsource//third-party/rust:linked-hash-map",
2525
"fbsource//third-party/rust:openssl",

eden/mononoke/git_server/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rust_binary(
2929
"fbsource//third-party/rust:gotham",
3030
"fbsource//third-party/rust:gotham_derive",
3131
"fbsource//third-party/rust:http",
32-
"fbsource//third-party/rust:hyper",
32+
"fbsource//third-party/rust:hyper-0-14",
3333
"fbsource//third-party/rust:mime",
3434
"fbsource//third-party/rust:rustc-hash",
3535
"fbsource//third-party/rust:serde",

eden/mononoke/gotham_ext/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rust_library(
2020
"fbsource//third-party/rust:gotham_derive",
2121
"fbsource//third-party/rust:hex",
2222
"fbsource//third-party/rust:http",
23-
"fbsource//third-party/rust:hyper",
23+
"fbsource//third-party/rust:hyper-0-14",
2424
"fbsource//third-party/rust:mime",
2525
"fbsource//third-party/rust:openssl",
2626
"fbsource//third-party/rust:percent-encoding",

eden/mononoke/hooks/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ rust_library(
3535
"fbsource//third-party/rust:bytes",
3636
"fbsource//third-party/rust:fancy-regex",
3737
"fbsource//third-party/rust:futures",
38-
"fbsource//third-party/rust:hyper",
38+
"fbsource//third-party/rust:hyper-0-14",
3939
"fbsource//third-party/rust:hyper-tls",
4040
"fbsource//third-party/rust:ipnetwork",
4141
"fbsource//third-party/rust:itertools",

eden/mononoke/lfs_server/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rust_binary(
2727
"fbsource//third-party/rust:gotham",
2828
"fbsource//third-party/rust:gotham_derive",
2929
"fbsource//third-party/rust:http",
30-
"fbsource//third-party/rust:hyper",
30+
"fbsource//third-party/rust:hyper-0-14",
3131
"fbsource//third-party/rust:hyper-openssl",
3232
"fbsource//third-party/rust:maplit",
3333
"fbsource//third-party/rust:mime",

eden/mononoke/server/repo_listener/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust_library(
1414
"fbsource//third-party/rust:futures",
1515
"fbsource//third-party/rust:futures-util",
1616
"fbsource//third-party/rust:http",
17-
"fbsource//third-party/rust:hyper",
17+
"fbsource//third-party/rust:hyper-0-14",
1818
"fbsource//third-party/rust:lazy_static",
1919
"fbsource//third-party/rust:openssl",
2020
"fbsource//third-party/rust:percent-encoding",

0 commit comments

Comments
 (0)