Skip to content

Commit dfafb5d

Browse files
jagillfacebook-github-bot
authored andcommitted
Upgrade serde_json to 1.0.125
Summary: It has some fixes from the previous 1.0.100 Reviewed By: Imxset21 Differential Revision: D63983796 fbshipit-source-id: 5dc5b48ac515d8901a942d737a1f1f1057060cad
1 parent fa4b77d commit dfafb5d

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

hphp/hack/src/errors/cargo/errors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ ansi_term = "0.12"
1616
oxidized = { version = "0.0.0", path = "../../../oxidized" }
1717
rc_pos = { version = "0.0.0", path = "../../../utils/rust/pos" }
1818
relative_path = { version = "0.0.0", path = "../../../utils/rust/relative_path" }
19-
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
19+
serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] }

hphp/hack/src/hackc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ rayon = "1.9.0"
5858
regex = "1.9.2"
5959
relative_path = { version = "0.0.0", path = "../utils/rust/relative_path" }
6060
sem_diff = { version = "0.0.0", path = "sem_diff" }
61-
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
61+
serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] }
6262
shallow_decl_provider = { version = "0.0.0", path = "../hackrs/shallow_decl_provider/cargo/shallow_decl_provider" }
6363
strum = { version = "0.26.2", features = ["derive"] }
6464
tempfile = "3.8"

hphp/hack/src/hackc/emitter/cargo/emit_unit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ print_expr = { version = "0.0.0", path = "../../../print_expr" }
4343
priority-queue = "1.2.2"
4444
regex = "1.9.2"
4545
scope = { version = "0.0.0", path = "../scope" }
46-
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
46+
serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] }
4747
smallvec = { version = "1.6.1", features = ["serde", "specialization", "union"] }
4848
stack_depth = { version = "0.0.0", path = "../../../utils/cargo/stack_depth" }
4949
stack_limit = { version = "0.0.0", path = "../../../../utils/stack_limit" }

hphp/hack/src/hackc/facts/cargo/facts_rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ hhbc_string_utils = { version = "0.0.0", path = "../../../utils/cargo/hhbc_strin
1616
naming_special_names_rust = { version = "0.0.0", path = "../../../../naming" }
1717
oxidized_by_ref = { version = "0.0.0", path = "../../../../oxidized_by_ref" }
1818
serde = { version = "1.0.185", features = ["derive", "rc"] }
19-
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
19+
serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] }

hphp/hack/src/hackc/ffi_bridge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ty = { version = "0.0.0", path = "../../hackrs/ty/cargo/ty" }
3838

3939
[dev-dependencies]
4040
hex = "0.4.3"
41-
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
41+
serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] }
4242

4343
[build-dependencies]
4444
cxx-build = "1.0.119"

hphp/hack/src/oxidized/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ rc_pos = { version = "0.0.0", path = "../utils/rust/pos" }
3434
relative_path = { version = "0.0.0", path = "../utils/rust/relative_path" }
3535
rust_to_ocaml_attr = { version = "0.0.0", path = "../rust_to_ocaml/rust_to_ocaml_attr" }
3636
serde = { version = "1.0.185", features = ["derive", "rc"] }
37-
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
37+
serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] }
3838
strum = { version = "0.26.2", features = ["derive"] }
3939
thiserror = "1.0.64"
4040
toml = "0.8.4"

hphp/hack/src/oxidized_by_ref/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ serde = { version = "1.0.185", features = ["derive", "rc"] }
3030

3131
[dev-dependencies]
3232
pretty_assertions = { version = "1.2", features = ["alloc"], default-features = false }
33-
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
33+
serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] }

hphp/hack/src/parser/ffi_bridge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cxx = "1.0.119"
1919
parser_core_types = { version = "0.0.0", path = "../cargo/core_types" }
2020
positioned_full_trivia_parser = { version = "0.0.0", path = "../api/cargo/positioned_full_trivia_parser" }
2121
relative_path = { version = "0.0.0", path = "../../utils/rust/relative_path" }
22-
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
22+
serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] }
2323

2424
[build-dependencies]
2525
cxx-build = "1.0.119"

hphp/hack/src/utils/config_file/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ bstr = { version = "1.10.0", features = ["serde", "std", "unicode"] }
1515
lazy_static = "1.4"
1616
oxidized = { version = "0.0.0", path = "../../../oxidized" }
1717
regex = "1.9.2"
18-
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
18+
serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] }
1919
sha1 = "0.10.5"

hphp/hack/src/utils/hh24_types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ hh_hash = { version = "0.0.0", path = "../hh_hash" }
1818
relative_path = { version = "0.0.0", path = "../rust/relative_path" }
1919
rusqlite = { version = "0.29.0", features = ["backup", "blob", "column_decltype", "limits"] }
2020
serde = { version = "1.0.185", features = ["derive", "rc"] }
21-
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
21+
serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] }
2222
thiserror = "1.0.64"
2323
typing_deps_hash = { version = "0.0.0", path = "../../deps/cargo/typing_deps_hash" }

0 commit comments

Comments
 (0)