Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 7, 2025
1 parent 14ec9b1 commit 817b6b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/apollo-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ indexmap = "2.0.0"
rowan = "0.16.0"
serde = { version = "1.0", features = ["derive"] }
serde_json_bytes = { version = "0.2.2", features = ["preserve_order"] }
thiserror = "1.0.31"
thiserror = "2.0.0"
triomphe = "0.1.13"
typed-arena = "2.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/apollo-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ edition = "2021"
[dependencies]
memchr = "2.6.1"
rowan = "0.16.0"
thiserror = "1.0.30"
thiserror = "2.0.0"

[dev-dependencies]
ariadne = "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/apollo-smith/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apollo-parser = { path = "../apollo-parser", version = "0.8.0" }
arbitrary = { version = "1.3.0", features = ["derive"] }
indexmap = "2.0.0"
once_cell = "1.9.0"
thiserror = "1.0.37"
thiserror = "2.0.0"

[dev-dependencies]
expect-test = "1.4"
Expand Down

0 comments on commit 817b6b0

Please sign in to comment.