Skip to content

Commit c8c4fb5

Browse files
quark-zjufacebook-github-bot
authored andcommitted
third-party: Update gix libraries to the latest released versions
Summary: Similar to D66758489. Upgrade `gix` libraries. I'd like to try `gix-odb` (to replace libgit2) in sapling. I read its recent changelog and GitoxideLabs/gitoxide#1750 looks concerning. So I'd like to upgrade `gix-odb` first to include the fix, before switching. Reviewed By: RajivTS Differential Revision: D72286005 fbshipit-source-id: 9ca247f3c384c4fb19e0d1944013305b9f76f01c
1 parent 937000b commit c8c4fb5

14 files changed

Lines changed: 27 additions & 27 deletions

File tree

eden/mononoke/bonsai_git_mapping/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ caching_ext = { version = "0.1.0", path = "../common/rust/caching_ext" }
2323
context = { version = "0.1.0", path = "../server/context" }
2424
facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2525
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
26-
gix-hash = "0.15.1"
26+
gix-hash = "0.16.0"
2727
justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2828
memcache = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2929
mononoke_types = { version = "0.1.0", path = "../mononoke_types" }

eden/mononoke/features/repo_update_logger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] }
2424
futures_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2525
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2626
git_source_of_truth = { version = "0.1.0", path = "../../git_source_of_truth" }
27-
gix-hash = "0.15.1"
27+
gix-hash = "0.16.0"
2828
hostname = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2929
logger_ext = { version = "0.1.0", path = "../../common/logger_ext" }
3030
metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" }

eden/mononoke/git/git_types/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ futures_watchdog = { version = "0.1.0", path = "../../common/futures_watchdog" }
2525
git_delta = { version = "0.1.0", path = "../../third_party/git_delta" }
2626
git_types_thrift = { version = "0.1.0", path = "if" }
2727
gix-actor = "0.33.1"
28-
gix-hash = "0.15.1"
29-
gix-object = "0.46.0"
28+
gix-hash = "0.16.0"
29+
gix-object = "0.47.0"
3030
itertools = "0.14.0"
3131
lazy_static = { version = "1.5", features = ["spin_no_std"], default-features = false }
3232
manifest = { version = "0.1.0", path = "../../manifest" }

eden/mononoke/git/gitimport/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ filestore = { version = "0.1.0", path = "../../filestore" }
2626
futures = { version = "0.3.30", features = ["async-await", "compat"] }
2727
git_ref_content_mapping = { version = "0.1.0", path = "../../git_ref_content_mapping" }
2828
git_symbolic_refs = { version = "0.1.0", path = "../../git_symbolic_refs" }
29-
gix-hash = "0.15.1"
29+
gix-hash = "0.16.0"
3030
import_direct = { version = "0.1.0", path = "../import_direct" }
3131
import_tools = { version = "0.1.0", path = "../import_tools" }
3232
linked-hash-map = { version = "0.5", features = ["serde_impl"] }

eden/mononoke/git/import_direct/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ commit_graph = { version = "0.1.0", path = "../../repo_attributes/commit_graph/c
1717
context = { version = "0.1.0", path = "../../server/context" }
1818
filestore = { version = "0.1.0", path = "../../filestore" }
1919
git_ref_content_mapping = { version = "0.1.0", path = "../../git_ref_content_mapping" }
20-
gix-hash = "0.15.1"
20+
gix-hash = "0.16.0"
2121
import_tools = { version = "0.1.0", path = "../import_tools" }
2222
mononoke_api = { version = "0.1.0", path = "../../mononoke_api" }
2323
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }

eden/mononoke/git/import_tools/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimen
3131
git_symbolic_refs = { version = "0.1.0", path = "../../git_symbolic_refs" }
3232
git_types = { version = "0.1.0", path = "../git_types" }
3333
gix-actor = "0.33.1"
34-
gix-hash = "0.15.1"
35-
gix-object = "0.46.0"
34+
gix-hash = "0.16.0"
35+
gix-object = "0.47.0"
3636
http = "0.2"
3737
hyper = { version = "0.14.26", features = ["client", "http1", "http2", "stream"] }
3838
hyper-openssl = "0.9"

eden/mononoke/git/packfile/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ bytes = { version = "1.9.0", features = ["serde"] }
1818
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
1919
flate2 = { version = "1.0.33", features = ["rust_backend"], default-features = false }
2020
futures = { version = "0.3.30", features = ["async-await", "compat"] }
21-
gix-features = { version = "0.39.1", features = ["parallel", "rustsha1"] }
22-
gix-hash = "0.15.1"
23-
gix-object = "0.46.0"
24-
gix-pack = "0.55.0"
21+
gix-features = { version = "0.40.0", features = ["parallel", "rustsha1"] }
22+
gix-hash = "0.16.0"
23+
gix-object = "0.47.0"
24+
gix-pack = "0.57.0"
2525
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
2626
packfile_thrift = { version = "0.1.0", path = "if" }
2727
pin-project = "0.4.30"

eden/mononoke/git/protocol/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimen
2828
git_ref_content_mapping = { version = "0.1.0", path = "../../git_ref_content_mapping" }
2929
git_symbolic_refs = { version = "0.1.0", path = "../../git_symbolic_refs" }
3030
git_types = { version = "0.1.0", path = "../git_types" }
31-
gix-features = { version = "0.39.1", features = ["parallel", "rustsha1"] }
32-
gix-hash = "0.15.1"
33-
gix-object = "0.46.0"
34-
gix-pack = "0.55.0"
31+
gix-features = { version = "0.40.0", features = ["parallel", "rustsha1"] }
32+
gix-hash = "0.16.0"
33+
gix-object = "0.47.0"
34+
gix-pack = "0.57.0"
3535
manifest = { version = "0.1.0", path = "../../manifest" }
3636
metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" }
3737
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }

eden/mononoke/git_server/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] }
2929
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
3030
git_source_of_truth = { version = "0.1.0", path = "../git_source_of_truth" }
3131
git_types = { version = "0.1.0", path = "../git/git_types" }
32-
gix-hash = "0.15.1"
33-
gix-object = "0.46.0"
32+
gix-hash = "0.16.0"
33+
gix-object = "0.47.0"
3434
gix-packetline = { version = "0.18.1", features = ["blocking-io"] }
35-
gix-transport = "0.43.1"
35+
gix-transport = "0.45.0"
3636
gotham = "0.7.1"
3737
gotham_derive = "0.7.0"
3838
gotham_ext = { version = "0.1.0", path = "../gotham_ext" }

eden/mononoke/mononoke_api/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ git_ref_content_mapping = { version = "0.1.0", path = "../git_ref_content_mappin
5555
git_source_of_truth = { version = "0.1.0", path = "../git_source_of_truth" }
5656
git_symbolic_refs = { version = "0.1.0", path = "../git_symbolic_refs" }
5757
git_types = { version = "0.1.0", path = "../git/git_types" }
58-
gix-hash = "0.15.1"
58+
gix-hash = "0.16.0"
5959
history_traversal = { version = "0.1.0", path = "../features/history_traversal" }
6060
hook_manager = { version = "0.1.0", path = "../repo_attributes/hook_manager/hook_manager" }
6161
hooks = { version = "0.1.0", path = "../hooks" }
@@ -123,7 +123,7 @@ cross_repo_sync_test_utils = { version = "0.1.0", path = "../commit_rewriting/cr
123123
fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
124124
fbinit-tokio = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
125125
fixtures = { version = "0.1.0", path = "../tests/fixtures" }
126-
gix-object = "0.46.0"
126+
gix-object = "0.47.0"
127127
mononoke_macros = { version = "0.1.0", path = "../mononoke_macros" }
128128
pretty_assertions = { version = "1.2", features = ["alloc"], default-features = false }
129129
test_repo_factory = { version = "0.1.0", path = "../repo_factory/test_repo_factory" }

0 commit comments

Comments
 (0)