Skip to content

Commit

Permalink
Update root Config.toml version of libc to 0.2.149
Browse files Browse the repository at this point in the history
Differential Revision: D51220868
  • Loading branch information
John Elliott authored and facebook-github-bot committed Nov 10, 2023
1 parent f496565 commit 0fe5767
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion hphp/hack/src/hackc/ffi_bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ facts = { version = "0.0.0", path = "../facts/cargo/facts_rust" }
hash = { version = "0.0.0", path = "../../utils/hash" }
hhbc = { version = "0.0.0", path = "../hhbc/cargo/hhbc" }
hhbc_string_utils = { version = "0.0.0", path = "../utils/cargo/hhbc_string_utils" }
libc = "0.2.139"
libc = "0.2.149"
options = { version = "0.0.0", path = "../compile/cargo/options" }
oxidized = { version = "0.0.0", path = "../../oxidized" }
oxidized_by_ref = { version = "0.0.0", path = "../../oxidized_by_ref" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "../../string_utils.rs"
bstr = { version = "1.4.0", features = ["serde", "std", "unicode"] }
escaper = { version = "0.0.0", path = "../../../../utils/escaper" }
lazy_static = "1.4"
libc = "0.2.139"
libc = "0.2.149"
naming_special_names_rust = { version = "0.0.0", path = "../../../../naming" }
ocaml_helper = { version = "0.0.0", path = "../../../../utils/ocaml_helper" }
regex = "1.9.2"
Expand Down
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 @@ -18,7 +18,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" }
libc = "0.2.139"
libc = "0.2.149"
log = { version = "0.4.17", features = ["kv_unstable", "kv_unstable_std"] }
memmap2 = "0.5.10"
newtype = { version = "0.0.0", path = "../../../utils/newtype" }
Expand Down
2 changes: 1 addition & 1 deletion hphp/hack/src/naming/cargo/naming_table_rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ shm_store = { version = "0.0.0", path = "../../../shmffi/cargo/shm_store" }

[dev-dependencies]
hh24_test = { version = "0.0.0", path = "../../../utils/cargo/hh24_test" }
libc = "0.2.139"
libc = "0.2.149"
maplit = "1.0"
rpds = "0.11.0"
shmffi = { version = "0.0.0", path = "../../../shmffi/cargo/shmffi" }
2 changes: 1 addition & 1 deletion hphp/hack/src/shmffi/cargo/ocaml_blob/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ path = "../../ocaml_blob.rs"
crate-type = ["lib", "staticlib"]

[dependencies]
libc = "0.2.139"
libc = "0.2.149"
lz4 = "1.24.0"
ocamlrep = { version = "0.1.0", git = "https://github.com/facebook/ocamlrep/", branch = "main" }
shmrs = { version = "0.0.0", path = "../../../shmrs" }
Expand Down
2 changes: 1 addition & 1 deletion hphp/hack/src/shmffi/cargo/shmffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ doctest = false
crate-type = ["lib", "staticlib"]

[dependencies]
libc = "0.2.139"
libc = "0.2.149"
ocaml_blob = { version = "0.0.0", path = "../ocaml_blob" }
ocamlrep = { version = "0.1.0", git = "https://github.com/facebook/ocamlrep/", branch = "main" }
ocamlrep_ocamlpool = { version = "0.1.0", git = "https://github.com/facebook/ocamlrep/", branch = "main" }
Expand Down
2 changes: 1 addition & 1 deletion hphp/hack/src/shmrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ path = "shmrs.rs"

[dependencies]
hashbrown = { version = "0.12.3", features = ["nightly", "raw", "serde"] }
libc = "0.2.139"
libc = "0.2.149"
nohash-hasher = "0.2"
static_assertions = "1.1.0"

Expand Down
2 changes: 1 addition & 1 deletion hphp/hack/src/utils/perf/cargo/profile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2021"
path = "../../profile.rs"

[dependencies]
libc = "0.2.139"
libc = "0.2.149"
2 changes: 1 addition & 1 deletion hphp/hack/src/utils/rust/file_rwlock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ path = "../file_rwlock.rs"
[dependencies]
anyhow = "=1.0.72"
fs2 = "0.4"
libc = "0.2.139"
libc = "0.2.149"
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
tempfile = "3.8"
Expand Down
2 changes: 1 addition & 1 deletion hphp/hack/src/utils/unwrap_ocaml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ test = false
doctest = false

[dependencies]
libc = "0.2.139"
libc = "0.2.149"

0 comments on commit 0fe5767

Please sign in to comment.