Skip to content

Commit 61d089f

Browse files
fix(deps): update rust crate thiserror to v2
1 parent 39a0ce2 commit 61d089f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apollo-federation-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ serde_with = { version = "3", default-features = false, features = [
3535
"macros",
3636
], optional = true }
3737
serde_yaml = { version = "0.8", optional = true }
38-
thiserror = { version = "1", optional = true }
38+
thiserror = { version = "2", optional = true }
3939
url = { version = "2", features = ["serde"], optional = true }
4040

4141
# build-only dependencies

0 commit comments

Comments
 (0)