Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Commit

Permalink
Update thiserror from 1.0.69 to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
David Tolnay authored and facebook-github-bot committed Nov 28, 2024
1 parent c0e2741 commit a69f4c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ phf = { version = "0.11", features = ["macros"] }
regex = "1.9.2"
rust_to_ocaml_attr = { path = "vendor/ocaml/interop/rust_to_ocaml/rust_to_ocaml_attr" }
serde = { version = "1.0.185", features = ["derive", "rc"] }
thiserror = "1.0.64"
thiserror = "2"
tree-sitter = "0.20.8"
tree_sitter_python = { path = "vendor/tree-sitter-python" }
2 changes: 1 addition & 1 deletion vendor/ocaml/interop/signed_source/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ hex = "0.4.3"
md-5 = "0.10"
once_cell = "1.12"
regex = "1.9.2"
thiserror = "1.0.64"
thiserror = "2"

0 comments on commit a69f4c5

Please sign in to comment.