Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 19 additions & 26 deletions hphp/hack/src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ crate-type = ["lib", "staticlib"]

[dependencies]
itertools = "0.14.0"
log = { version = "0.4.27", features = ["kv_unstable", "kv_unstable_std"] }
log = { version = "0.4.29", features = ["kv_unstable", "kv_unstable_std"] }
rayon = "1.11.0"
2 changes: 1 addition & 1 deletion hphp/hack/src/depgraph/cargo/depgraph_writer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ crate-type = ["lib", "staticlib"]
[dependencies]
bytemuck = { version = "1.24", features = ["const_zeroed", "derive", "min_const_generics", "must_cast", "nightly_portable_simd", "nightly_stdsimd"] }
dep = { version = "0.0.0", path = "../dep" }
log = { version = "0.4.27", features = ["kv_unstable", "kv_unstable_std"] }
log = { version = "0.4.29", features = ["kv_unstable", "kv_unstable_std"] }
newtype = { version = "0.0.0", path = "../../../utils/newtype" }
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bytemuck = { version = "1.24", features = ["const_zeroed", "derive", "min_const_
depgraph_reader = { version = "0.0.0", path = "../../../cargo/depgraph_reader" }
depgraph_writer = { version = "0.0.0", path = "../../../cargo/depgraph_writer" }
hash = { version = "0.0.0", path = "../../../../utils/hash" }
log = { version = "0.4.27", features = ["kv_unstable", "kv_unstable_std"] }
log = { version = "0.4.29", features = ["kv_unstable", "kv_unstable_std"] }
newtype = { version = "0.0.0", path = "../../../../utils/newtype" }
rayon = "1.11.0"
smallvec = { version = "1.15", features = ["impl_bincode", "serde", "specialization", "union"] }
Expand Down
2 changes: 1 addition & 1 deletion hphp/hack/src/elab/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "elab.rs"
edition = "2021"

[dependencies]
bitflags = { version = "2.9", features = ["serde", "std"], default-features = false }
bitflags = { version = "2.11.0", features = ["serde", "std"], default-features = false }
bstr = { version = "1.10.0", features = ["serde", "std", "unicode"] }
elaborate_namespaces_visitor = { version = "0.0.0", path = "../naming/cargo/elaborate_namespaces" }
hack_macros = { version = "0.0.0", path = "../utils/hack_macros/cargo/hack_macros" }
Expand Down
2 changes: 1 addition & 1 deletion hphp/hack/src/hackc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ir = { version = "0.0.0", path = "ir" }
ir_to_bc = { version = "0.0.0", path = "ir/conversions/ir_to_bc" }
itertools = "0.14.0"
jwalk = "0.8.1"
log = { version = "0.4.27", features = ["kv_unstable", "kv_unstable_std"] }
log = { version = "0.4.29", features = ["kv_unstable", "kv_unstable_std"] }
multifile_rust = { version = "0.0.0", path = "../utils/multifile" }
naming_provider = { version = "0.0.0", path = "../hackrs/naming_provider/cargo/naming_provider" }
options = { version = "0.0.0", path = "compile/cargo/options" }
Expand Down
2 changes: 1 addition & 1 deletion hphp/hack/src/hackc/cargo/assemble/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ffi = { version = "0.0.0", path = "../../ffi/ffi" }
hash = { version = "0.0.0", path = "../../../utils/hash" }
hhbc = { version = "0.0.0", path = "../../hhbc/cargo/hhbc" }
hhvm_types_ffi = { version = "0.0.0", path = "../../hhvm_cxx/hhvm_types" }
log = { version = "0.4.27", features = ["kv_unstable", "kv_unstable_std"] }
log = { version = "0.4.29", features = ["kv_unstable", "kv_unstable_std"] }
naming_special_names_rust = { version = "0.0.0", path = "../../../naming" }
newtype = { version = "0.0.0", path = "../../../utils/newtype" }
parse_macro = { version = "0.0.0", path = "../parse_macro" }
Expand Down
2 changes: 1 addition & 1 deletion hphp/hack/src/hackc/emitter/cargo/emit_unit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "../../emit_unit.rs"
ast_scope = { version = "0.0.0", path = "../ast_scope" }
bit-set = "0.5"
bit-vec = "0.6"
bitflags = { version = "2.9", features = ["serde", "std"], default-features = false }
bitflags = { version = "2.11.0", features = ["serde", "std"], default-features = false }
bstr = { version = "1.10.0", features = ["serde", "std", "unicode"] }
constant_folder = { version = "0.0.0", path = "../constant_folder" }
core_utils_rust = { version = "0.0.0", path = "../../../../utils/core" }
Expand Down
2 changes: 1 addition & 1 deletion hphp/hack/src/hackc/emitter/cargo/env/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "../../env.rs"

[dependencies]
ast_scope = { version = "0.0.0", path = "../ast_scope" }
bitflags = { version = "2.9", features = ["serde", "std"], default-features = false }
bitflags = { version = "2.11.0", features = ["serde", "std"], default-features = false }
decl_provider = { version = "0.0.0", path = "../../../decl_provider" }
global_state = { version = "0.0.0", path = "../global_state" }
hhbc = { version = "0.0.0", path = "../../../hhbc/cargo/hhbc" }
Expand Down
2 changes: 1 addition & 1 deletion hphp/hack/src/hackc/hhbc/cargo/hhbc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
path = "../../lib.rs"

[dependencies]
bitflags = { version = "2.9", features = ["serde"], default-features = false }
bitflags = { version = "2.11.0", features = ["serde"], default-features = false }
bstr = { version = "1.10.0", features = ["serde", "std", "unicode"] }
emit_opcodes_macro = { version = "0.0.0", path = "../emit_opcodes_macro" }
ffi = { version = "0.0.0", path = "../../../ffi/ffi" }
Expand Down
2 changes: 1 addition & 1 deletion hphp/hack/src/hackc/ir/assemble/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ anyhow = "1.0.98"
hash = { version = "0.0.0", path = "../../../utils/hash" }
ir_core = { version = "0.0.0", path = "../ir_core" }
itertools = "0.14.0"
log = { version = "0.4.27", features = ["kv_unstable", "kv_unstable_std"] }
log = { version = "0.4.29", features = ["kv_unstable", "kv_unstable_std"] }
naming_special_names_rust = { version = "0.0.0", path = "../../../naming" }
parse_macro_ir = { version = "0.0.0", path = "../cargo/parse_macro" }
2 changes: 1 addition & 1 deletion hphp/hack/src/hackc/ir/conversions/bc_to_ir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ b2i_macros = { version = "0.0.0", path = "b2i_macros" }
ffi = { version = "0.0.0", path = "../../../ffi/ffi" }
hhbc = { version = "0.0.0", path = "../../../hhbc/cargo/hhbc" }
ir = { version = "0.0.0", path = "../.." }
log = { version = "0.4.27", features = ["kv_unstable", "kv_unstable_std"] }
log = { version = "0.4.29", features = ["kv_unstable", "kv_unstable_std"] }
newtype = { version = "0.0.0", path = "../../../../utils/newtype" }
2 changes: 1 addition & 1 deletion hphp/hack/src/hackc/ir/conversions/ir_to_bc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ hhbc = { version = "0.0.0", path = "../../../hhbc/cargo/hhbc" }
instruction_sequence = { version = "0.0.0", path = "../../../emitter/cargo/instruction_sequence" }
ir = { version = "0.0.0", path = "../.." }
itertools = "0.14.0"
log = { version = "0.4.27", features = ["kv_unstable", "kv_unstable_std"] }
log = { version = "0.4.29", features = ["kv_unstable", "kv_unstable_std"] }
smallvec = { version = "1.15", features = ["impl_bincode", "serde", "specialization", "union"] }
stack_depth = { version = "0.0.0", path = "../../../utils/cargo/stack_depth" }
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hhbc = { version = "0.0.0", path = "../../../../../hhbc/cargo/hhbc" }
hhbc_string_utils = { version = "0.0.0", path = "../../../../../utils/cargo/hhbc_string_utils" }
ir = { version = "0.0.0", path = "../../../.." }
itertools = "0.14.0"
log = { version = "0.4.27", features = ["kv_unstable", "kv_unstable_std"] }
log = { version = "0.4.29", features = ["kv_unstable", "kv_unstable_std"] }
naming_special_names_rust = { version = "0.0.0", path = "../../../../../../naming" }
newtype = { version = "0.0.0", path = "../../../../../../utils/newtype" }
regex = "1.12.2"
Expand Down
2 changes: 1 addition & 1 deletion hphp/hack/src/hackc/ir/passes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "lib.rs"
analysis = { version = "0.0.0", path = "../analysis" }
ir_core = { version = "0.0.0", path = "../ir_core" }
itertools = "0.14.0"
log = { version = "0.4.27", features = ["kv_unstable", "kv_unstable_std"] }
log = { version = "0.4.29", features = ["kv_unstable", "kv_unstable_std"] }
newtype = { version = "0.0.0", path = "../../../utils/newtype" }
print = { version = "0.0.0", path = "../print" }

Expand Down
2 changes: 1 addition & 1 deletion hphp/hack/src/hackc/sem_diff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ hash = { version = "0.0.0", path = "../../utils/hash" }
hhbc = { version = "0.0.0", path = "../hhbc/cargo/hhbc" }
hhbc-gen = { version = "0.0.0", path = "../../../../tools/hhbc-gen" }
itertools = "0.14.0"
log = { version = "0.4.27", features = ["kv_unstable", "kv_unstable_std"] }
log = { version = "0.4.29", features = ["kv_unstable", "kv_unstable_std"] }
newtype = { version = "0.0.0", path = "../../utils/newtype" }
2 changes: 1 addition & 1 deletion hphp/hack/src/hackc/utils/cargo/stack_depth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ path = "../../stack_depth.rs"
ffi = { version = "0.0.0", path = "../../../ffi/ffi" }
hhbc = { version = "0.0.0", path = "../../../hhbc/cargo/hhbc" }
hhbc-gen = { version = "0.0.0", path = "../../../../../../tools/hhbc-gen" }
log = { version = "0.4.27", features = ["kv_unstable", "kv_unstable_std"] }
log = { version = "0.4.29", features = ["kv_unstable", "kv_unstable_std"] }
newtype = { version = "0.0.0", path = "../../../../utils/newtype" }
thiserror = "2.0.18"
2 changes: 1 addition & 1 deletion hphp/hack/src/hh_fanout/cargo/hh_fanout_build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ depgraph_compress = { version = "0.0.0", path = "../../../depgraph/depgraph_comp
depgraph_reader = { version = "0.0.0", path = "../../../depgraph/cargo/depgraph_reader" }
depgraph_writer = { version = "0.0.0", path = "../../../depgraph/cargo/depgraph_writer" }
hash = { version = "0.0.0", path = "../../../utils/hash" }
log = { version = "0.4.27", features = ["kv_unstable", "kv_unstable_std"] }
log = { version = "0.4.29", features = ["kv_unstable", "kv_unstable_std"] }
memmap2 = "0.9.5"
newtype = { version = "0.0.0", path = "../../../utils/newtype" }
parking_lot = { version = "0.12.1", features = ["send_guard"] }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ crate-type = ["lib", "staticlib"]
[dependencies]
depgraph_reader = { version = "0.0.0", path = "../../../depgraph/cargo/depgraph_reader" }
env_logger = { version = "0.11.8", features = ["color"] }
log = { version = "0.4.27", features = ["kv_unstable", "kv_unstable_std"] }
log = { version = "0.4.29", features = ["kv_unstable", "kv_unstable_std"] }
ocamlrep_ocamlpool = { version = "0.1.0", git = "https://github.com/facebook/ocamlrep/", branch = "main" }
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ crate-type = ["lib", "staticlib"]
depgraph_reader = { version = "0.0.0", path = "../../../depgraph/cargo/depgraph_reader" }
env_logger = { version = "0.11.8", features = ["color"] }
json = "0.12.1"
log = { version = "0.4.27", features = ["kv_unstable", "kv_unstable_std"] }
log = { version = "0.4.29", features = ["kv_unstable", "kv_unstable_std"] }
ocamlrep_ocamlpool = { version = "0.1.0", git = "https://github.com/facebook/ocamlrep/", branch = "main" }
2 changes: 1 addition & 1 deletion hphp/hack/src/oxidized/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ansi_term = "0.12"
anyhow = "1.0.98"
arena_deserializer = { version = "0.0.0", path = "../utils/arena_deserializer" }
arena_trait = { version = "0.0.0", path = "../arena_trait" }
bitflags = { version = "2.9", features = ["serde", "std"], default-features = false }
bitflags = { version = "2.11.0", features = ["serde", "std"], default-features = false }
bstr = { version = "1.10.0", features = ["serde", "std", "unicode"] }
bumpalo = { version = "3.19.1", features = ["allocator_api", "collections"] }
eq_modulo_pos = { version = "0.0.0", path = "../utils/eq_modulo_pos" }
Expand Down
2 changes: 1 addition & 1 deletion hphp/hack/src/parser/cargo/aast_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
path = "../../aast_parser_lib.rs"

[dependencies]
bitflags = { version = "2.9", features = ["serde", "std"], default-features = false }
bitflags = { version = "2.11.0", features = ["serde", "std"], default-features = false }
bumpalo = { version = "3.19.1", features = ["allocator_api", "collections"] }
core_utils_rust = { version = "0.0.0", path = "../../../utils/core" }
decl_mode_parser = { version = "0.0.0", path = "../../api/cargo/decl_mode_parser" }
Expand Down
2 changes: 1 addition & 1 deletion hphp/hack/src/parser/cargo/core_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
path = "../../parser_core_types_lib.rs"

[dependencies]
bitflags = { version = "2.9", features = ["serde", "std"], default-features = false }
bitflags = { version = "2.11.0", features = ["serde", "std"], default-features = false }
bumpalo = { version = "3.19.1", features = ["allocator_api", "collections"] }
itertools = "0.14.0"
line_break_map = { version = "0.0.0", path = "../../../utils/line_break_map" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ byteorder = "1.5"
colored = "2.1.0"
cxx = "1.0.119"
hdf = { version = "0.0.0", path = "../../hdf" }
log = { version = "0.4.27", features = ["kv_unstable", "kv_unstable_std"] }
log = { version = "0.4.29", features = ["kv_unstable", "kv_unstable_std"] }
md-5 = "0.10"
regex = "1.12.2"

Expand Down
2 changes: 1 addition & 1 deletion hphp/tools/hhbc-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
path = "hhbc.rs"

[dependencies]
bitflags = { version = "2.9", features = ["serde", "std"], default-features = false }
bitflags = { version = "2.11.0", features = ["serde", "std"], default-features = false }
maplit = "1.0"
once_cell = "1.21"

Expand Down
2 changes: 1 addition & 1 deletion third-party/thrift/src/thrift/lib/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async-trait = "0.1.86"
base64 = { version = "0.22.1", features = ["alloc"] }
bufsize = "1.0.10"
bytes = { version = "1.11.1", features = ["serde"] }
futures = { version = "0.3.31", features = ["async-await", "compat"] }
futures = { version = "0.3.32", features = ["async-await", "compat"] }
ghost = "0.1.20"
num-derive = "0.4.2"
num-traits = { version = "0.2.19", default-features = false }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/fac
cpp = { version = "0.0.1+unstable", path = "../cpp" }
erlang = { version = "0.0.1+unstable", path = "../erlang" }
fbthrift = { version = "0.0.1+unstable", path = "../.." }
futures = { version = "0.3.31", features = ["async-await", "compat"] }
futures = { version = "0.3.32", features = ["async-await", "compat"] }
go = { version = "0.0.1+unstable", path = "../go" }
hack = { version = "0.0.1+unstable", path = "../hack" }
java = { version = "0.0.1+unstable", path = "../java" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cpp_clients = { version = "0.0.1+unstable", path = "../../cpp/clients" }
erlang = { version = "0.0.1+unstable", path = "../../erlang" }
erlang_clients = { version = "0.0.1+unstable", path = "../../erlang/clients" }
fbthrift = { version = "0.0.1+unstable", path = "../../.." }
futures = { version = "0.3.31", features = ["async-await", "compat"] }
futures = { version = "0.3.32", features = ["async-await", "compat"] }
go = { version = "0.0.1+unstable", path = "../../go" }
go_clients = { version = "0.0.1+unstable", path = "../../go/clients" }
hack = { version = "0.0.1+unstable", path = "../../hack" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ erlang = { version = "0.0.1+unstable", path = "../../erlang" }
erlang_clients = { version = "0.0.1+unstable", path = "../../erlang/clients" }
erlang_mocks = { version = "0.0.1+unstable", path = "../../erlang/mocks" }
fbthrift = { version = "0.0.1+unstable", path = "../../.." }
futures = { version = "0.3.31", features = ["async-await", "compat"] }
futures = { version = "0.3.32", features = ["async-await", "compat"] }
go = { version = "0.0.1+unstable", path = "../../go" }
go_clients = { version = "0.0.1+unstable", path = "../../go/clients" }
go_mocks = { version = "0.0.1+unstable", path = "../../go/mocks" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cpp_services = { version = "0.0.1+unstable", path = "../../cpp/services" }
erlang = { version = "0.0.1+unstable", path = "../../erlang" }
erlang_services = { version = "0.0.1+unstable", path = "../../erlang/services" }
fbthrift = { version = "0.0.1+unstable", path = "../../.." }
futures = { version = "0.3.31", features = ["async-await", "compat"] }
futures = { version = "0.3.32", features = ["async-await", "compat"] }
go = { version = "0.0.1+unstable", path = "../../go" }
go_services = { version = "0.0.1+unstable", path = "../../go/services" }
hack = { version = "0.0.1+unstable", path = "../../hack" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ doc = false
anyhow = "1.0.98"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
fbthrift = { version = "0.0.1+unstable", path = "../.." }
futures = { version = "0.3.31", features = ["async-await", "compat"] }
futures = { version = "0.3.32", features = ["async-await", "compat"] }
ref-cast = "1.0.18"
scope = { version = "0.0.1+unstable", path = "../scope" }
thiserror = "2.0.18"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async-trait = "0.1.86"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
compat__types = { package = "compat", version = "0.0.1+unstable", path = ".." }
fbthrift = { version = "0.0.1+unstable", path = "../../.." }
futures = { version = "0.3.31", features = ["async-await", "compat"] }
futures = { version = "0.3.32", features = ["async-await", "compat"] }
scope = { version = "0.0.1+unstable", path = "../../scope" }
scope_clients = { version = "0.0.1+unstable", path = "../../scope/clients" }
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
Expand Down
Loading