Skip to content

Commit

Permalink
Bump anyhow to 1.0.86
Browse files Browse the repository at this point in the history
Reviewed By: fanzeyi, dtolnay

Differential Revision: D61876827

fbshipit-source-id: 54223a5741114f76152c981ef2bce472970aa8a9
  • Loading branch information
keito authored and facebook-github-bot committed Aug 28, 2024
1 parent 6f9814b commit 13b77ca
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ doctest = false
crate-type = ["lib", "staticlib"]

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.86"
cargo_test_utils = { path = "../../../cargo_test_utils" }
ocamlrep = { path = "../.." }
ocamlrep_caml_builtins = { path = "../../../ocamlrep_caml_builtins" }
Expand Down
2 changes: 1 addition & 1 deletion vendor/ocaml/interop/ocamlrep_custom/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ doctest = false
crate-type = ["lib", "staticlib"]

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.86"
cargo_test_utils = { path = "../../cargo_test_utils" }
ocamlrep_custom = { path = ".." }
ocamlrep_ocamlpool = { path = "../../ocamlrep_ocamlpool" }
Expand Down
2 changes: 1 addition & 1 deletion vendor/ocaml/interop/ocamlrep_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ syn = { version = "1.0.109", features = ["extra-traits", "fold", "full", "visit"
synstructure = "0.12"

[dev-dependencies]
anyhow = "1.0.75"
anyhow = "1.0.86"
macro_test_util = { path = "../macro_test_util" }
2 changes: 1 addition & 1 deletion vendor/ocaml/interop/ocamlrep_ocamlpool/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ doctest = false
crate-type = ["lib", "staticlib"]

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.86"
cargo_test_utils = { path = "../../cargo_test_utils" }
ocamlrep_ocamlpool = { path = ".." }
once_cell = "1.12"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "rust_to_ocaml.rs"
test = false

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.86"
attr_parser = { path = "../attr_parser" }
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
convert_case = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion vendor/ocaml/interop/rust_to_ocaml/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name = "test_rust_to_ocaml"
path = "test_rust_to_ocaml.rs"

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.86"
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
similar = { version = "2.2.0", features = ["inline"] }
walkdir = "2.3"

0 comments on commit 13b77ca

Please sign in to comment.