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
2 changes: 1 addition & 1 deletion ocamlrep/test/test_bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ doctest = false
crate-type = ["lib", "staticlib"]

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

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

[dev-dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
macro_test_util = { path = "../macro_test_util" }
2 changes: 1 addition & 1 deletion ocamlrep_marshal/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ doctest = false
crate-type = ["lib", "staticlib"]

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
cargo_test_utils = { path = "../../cargo_test_utils" }
ocamlrep = { path = "../../ocamlrep" }
ocamlrep_marshal = { path = ".." }
Expand Down
2 changes: 1 addition & 1 deletion ocamlrep_ocamlpool/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ doctest = false
crate-type = ["lib", "staticlib"]

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
cargo_test_utils = { path = "../../cargo_test_utils" }
ocamlrep_ocamlpool = { path = ".." }
once_cell = "1.21"
Expand Down
2 changes: 1 addition & 1 deletion rust_to_ocaml/rust_to_ocaml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "rust_to_ocaml.rs"
test = false

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
attr_parser = { path = "../attr_parser" }
clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] }
convert_case = "0.11"
Expand Down
2 changes: 1 addition & 1 deletion rust_to_ocaml/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name = "test_rust_to_ocaml"
path = "test_rust_to_ocaml.rs"

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] }
similar = { version = "2.2.0", features = ["bytes", "inline"] }
walkdir = "2.3"